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)
2022-03-09T12:05:47.769Z||main|||||INFO|500||The following profiles are active: basic
2022-03-09T12:06:12.238Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-09T12:06:12.244Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-09T12:06:12.542Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-09T12:06:21.372Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-09T12:06:22.073Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-09T12:06:23.055Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-09T12:06:23.080Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-09T12:06:23.418Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-09T12:06:23.934Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-09T12:06:25.142Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-09T12:06:28.868Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T12:06:33.023Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T12:06:33.107Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-09T12:06:33.996Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T12:06:34.375Z||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.
2022-03-09T12:06:36.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T12:06:38.136Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-09T12:06:38.176Z||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$$36dd570f.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)
2022-03-09T12:06:38.180Z||main|||||WARN|500||The sdc end point is not alive
2022-03-09T12:06:43.765Z||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
2022-03-09T12:06:48.400Z||main|||||WARN|500||---
2022-03-09T12:06:48.401Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-09T12:06:48.401Z||main|||||WARN|500||---
2022-03-09T12:06:49.101Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-09T12:06:57.964Z||main|||||INFO|500||Started Application in 80.155 seconds (JVM running for 84.692)
2022-03-09T12:06:57.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T12:06:58.027Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T12:06:58.065Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T12:06:58.150Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T12:06:58.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c95adb3c-e23e-497e-b3f1-b3c22374ddb4 url= /sdc/v1/artifactTypes
2022-03-09T12:06:58.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T12:06:58.930Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-09T12:06:59.017Z||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
2022-03-09T12:06:59.050Z||scheduling-1|||||DEBUG|500||create keys
2022-03-09T12:06:59.060Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-09T12:06:59.090Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:06:59.135Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 44c4e16d-de5d-4a18-b78a-da2e0071c155 url= /sdc/v1/registerForDistribution
2022-03-09T12:06:59.322Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 44c4e16d-de5d-4a18-b78a-da2e0071c155 url= /sdc/v1/registerForDistribution
2022-03-09T12:06:59.325Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-09T12:06:59.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:06:59.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:06:59.377Z||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.
2022-03-09T12:06:59.378Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:06:59.384Z||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.
2022-03-09T12:06:59.386Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:06:59.377Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-09T12:07:09.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:07:09.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:07:59.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:07:59.352Z||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.
2022-03-09T12:07:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:07:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:07:59.358Z||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.
2022-03-09T12:07:59.359Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:08:08.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:08:08.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:08:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:08:59.351Z||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.
2022-03-09T12:08:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:08:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:08:59.358Z||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.
2022-03-09T12:08:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:09:08.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:09:08.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:09:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:09:59.352Z||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.
2022-03-09T12:09:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:09:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:09:59.358Z||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.
2022-03-09T12:09:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:10:08.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:10:08.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:10:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:10:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:10:59.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:10:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:10:59.358Z||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.
2022-03-09T12:10:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:11:08.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:11:08.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:11:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:11:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:11:59.353Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:11:59.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:11:59.358Z||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.
2022-03-09T12:11:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:12:08.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:12:08.935Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:12:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:12:59.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:12:59.354Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:12:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:12:59.358Z||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.
2022-03-09T12:12:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:13:08.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:13:08.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:13:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:13:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:13:59.353Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:13:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:13:59.361Z||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.
2022-03-09T12:13:59.361Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:14:08.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:14:08.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:14:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:14:59.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:14:59.353Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:14:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:14:59.358Z||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.
2022-03-09T12:14:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:15:08.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:15:08.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:15:43.555Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-09T12:15:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:15:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:15:59.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:15:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:15:59.359Z||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.
2022-03-09T12:15:59.359Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:16:08.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:16:08.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:16:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:16:59.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:16:59.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:16:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:16:59.358Z||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.
2022-03-09T12:16:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:17:08.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:17:08.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:17:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:17:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:17:59.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:17:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:17:59.358Z||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.
2022-03-09T12:17:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:18:08.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:18:08.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:18:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:18:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:18:59.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:18:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:18:59.357Z||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.
2022-03-09T12:18:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:19:08.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:19:08.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:19:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:19:59.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T12:19:59.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:19:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:19:59.358Z||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.
2022-03-09T12:19:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:20:08.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:20:08.918Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:20:59.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:20:59.353Z||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.
2022-03-09T12:20:59.353Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:20:59.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:20:59.359Z||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.
2022-03-09T12:20:59.360Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:21:08.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:21:08.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:21:59.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:21:59.351Z||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.
2022-03-09T12:21:59.351Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:21:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:21:59.357Z||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.
2022-03-09T12:21:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:22:08.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:22:08.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:22:59.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:22:59.352Z||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.
2022-03-09T12:22:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:22:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:22:59.358Z||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.
2022-03-09T12:22:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:23:08.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:23:08.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:23:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:23:59.351Z||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.
2022-03-09T12:23:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:23:59.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:23:59.358Z||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.
2022-03-09T12:23:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:24:08.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:24:08.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:24:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:24:59.351Z||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.
2022-03-09T12:24:59.351Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:24:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:24:59.358Z||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.
2022-03-09T12:24:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:25:08.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:25:08.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:25:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:25:59.351Z||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.
2022-03-09T12:25:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:25:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:25:59.358Z||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.
2022-03-09T12:25:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:26:08.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:26:08.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:26:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:26:59.352Z||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.
2022-03-09T12:26:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:26:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:26:59.358Z||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.
2022-03-09T12:26:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:27:08.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:27:08.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:27:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:27:59.352Z||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.
2022-03-09T12:27:59.353Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:27:59.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:27:59.358Z||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.
2022-03-09T12:27:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:28:08.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:28:08.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:28:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:28:59.353Z||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.
2022-03-09T12:28:59.353Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:28:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:28:59.358Z||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.
2022-03-09T12:28:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:29:08.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:29:08.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:29:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:29:59.352Z||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.
2022-03-09T12:29:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:29:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:29:59.357Z||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.
2022-03-09T12:29:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:30:08.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:30:08.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:30:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:30:59.352Z||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.
2022-03-09T12:30:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:30:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:30:59.358Z||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.
2022-03-09T12:30:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:31:08.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:31:08.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:31:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:31:59.352Z||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.
2022-03-09T12:31:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:31:59.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:31:59.360Z||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.
2022-03-09T12:31:59.369Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:32:08.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:32:08.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:32:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:32:59.352Z||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.
2022-03-09T12:32:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:32:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:32:59.357Z||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.
2022-03-09T12:32:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:33:08.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:33:08.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:33:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:33:59.352Z||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.
2022-03-09T12:33:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:33:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:33:59.358Z||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.
2022-03-09T12:33:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:34:08.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:34:08.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:34:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:34:59.352Z||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.
2022-03-09T12:34:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:34:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:34:59.358Z||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.
2022-03-09T12:34:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:35:08.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:35:08.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:35:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:35:59.351Z||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.
2022-03-09T12:35:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:35:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:35:59.358Z||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.
2022-03-09T12:35:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:36:08.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:36:08.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:36:59.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:36:59.352Z||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.
2022-03-09T12:36:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:36:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:36:59.357Z||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.
2022-03-09T12:36:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:37:08.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:37:08.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:37:59.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:37:59.352Z||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.
2022-03-09T12:37:59.353Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:37:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:37:59.358Z||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.
2022-03-09T12:37:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:38:08.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:38:08.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:38:59.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:38:59.352Z||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.
2022-03-09T12:38:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:38:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:38:59.358Z||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.
2022-03-09T12:38:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:39:08.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:39:08.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:39:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:39:59.352Z||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.
2022-03-09T12:39:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:39:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:39:59.357Z||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.
2022-03-09T12:39:59.357Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:40:08.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:40:08.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:40:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:40:59.352Z||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.
2022-03-09T12:40:59.352Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:40:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:40:59.358Z||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.
2022-03-09T12:40:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:41:08.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:41:08.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:41:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:41:59.351Z||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.
2022-03-09T12:41:59.351Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:41:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:41:59.357Z||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.
2022-03-09T12:41:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:41:59.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:41:59.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T12:41:59.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"391cefe8-6b36-4dc1-91e2-823d117cfeec","serviceName":"basic_onboard_dakgWY","serviceVersion":"1.0","serviceUUID":"1b3e81b5-be5f-489a-8292-811975114d69","serviceDescription":"service","serviceInvariantUUID":"6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc","resources":[{"resourceInstanceName":"basic_onboard_dakgWY 0","resourceName":"basic_onboard_dakgWY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c001ae16-10d4-4fac-a82c-8dd3f757df25","resourceInvariantUUID":"13fc14a2-4492-4736-9fc8-f676423dacc3","resourceCustomizationUUID":"efec77c7-75dc-470e-8559-e43438734d93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1YTNiYmJkZDlmYjQ5M2Q1M2IxNmY5MjZiZmQ4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ebd1459-b7f9-4105-8c5e-2924c8dd3954","artifactVersion":"1"},{"artifactName":"basic_onboard_dakgwy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json","artifactChecksum":"ZTBkYmRjYzJmMzMxYmVjYjFlZmNlMTIwNTk2MWY2MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c12230bd-4d2a-4588-8c08-945040ac6b3a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce5d5346-d065-48d6-b9bb-077eb05ba7a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97dfad8-7591-4ea8-b344-05b1b80c12ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f239e801-971d-41c1-9744-6b6888fd6110","artifactVersion":"2","generatedFromUUID":"ce5d5346-d065-48d6-b9bb-077eb05ba7a6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDakgwy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml","artifactChecksum":"YzY5ZGU4YWU4YjllM2MxNjg1YjYwMDE2OTBhMmE0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7f845d8-18ea-4727-b9cd-b3861adb2077","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDakgwy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar","artifactChecksum":"ODRhOWM4Njg5ZjI1YjAwNmI3ZGQ4NjMyNWRkNjVmODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41b71987-13d1-4e67-800a-94be8881ae6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T12:41:59.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:41:59.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:41:59.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:41:59.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:00.026Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:00.026Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829681297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829684222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829675960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "dcae-sch",
"timestamp": 1646829681862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829681236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829684997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829693737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829693750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829686272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829693082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829694759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:00.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829695118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:00.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829694586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "policy-id",
"timestamp": 1646829695763,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-03-09T12:42:00.126Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-09T12:42:00.132Z||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.
2022-03-09T12:42:00.132Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
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=?
2022-03-09T12:42:00.147Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:00.148Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T12:42:00.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec
2022-03-09T12:42:00.305Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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 (?, ?, ?, ?, ?)
2022-03-09T12:42:00.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829688275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:00.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:42:00.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "cds",
"timestamp": 1646829695662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-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=?
2022-03-09T12:42:00.348Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec
2022-03-09T12:42:00.349Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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 (?, ?, ?, ?, ?)
2022-03-09T12:42:00.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829696830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829696241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829697890,
"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=?
2022-03-09T12:42:00.370Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec
2022-03-09T12:42:00.370Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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=?
2022-03-09T12:42:00.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829698895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:00.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829698140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:00.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829699146,
"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=?
2022-03-09T12:42:00.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec
2022-03-09T12:42:00.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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 (?, ?, ?, ?, ?)
2022-03-09T12:42:00.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829702652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:00.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829704662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:00.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "clamp",
"timestamp": 1646829705668,
"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=?
2022-03-09T12:42:00.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec
2022-03-09T12:42:00.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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 (?, ?, ?, ?, ?)
2022-03-09T12:42:00.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829711091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:00.435Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:42:00.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:00.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "aai-ml",
"timestamp": 1646829712098,
"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=?
2022-03-09T12:42:00.460Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec
2022-03-09T12:42:00.461Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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 (?, ?, ?, ?, ?)
2022-03-09T12:42:01.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:42:01.039Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:01.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:01.041Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:42:01.142Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:01.143Z||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.
2022-03-09T12:42:01.143Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:01.155Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:01.156Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:42:02.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:42:02.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:02.046Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:02.046Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:42:02.145Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:42:02.147Z||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.
2022-03-09T12:42:02.147Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:02.163Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:02.163Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:03.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:42:03.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:03.050Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:03.050Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:03.150Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:03.152Z||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.
2022-03-09T12:42:03.152Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:03.165Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:03.166Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:04.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:42:04.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:04.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:04.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T12:42:04.156Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:42:04.157Z||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.
2022-03-09T12:42:04.157Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:04.173Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:04.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:42:05.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:42:05.057Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:05.061Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:05.061Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:05.161Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:05.163Z||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.
2022-03-09T12:42:05.163Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:05.176Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:05.177Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:42:06.061Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:42:06.062Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:06.064Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:06.064Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:42:06.165Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:06.166Z||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.
2022-03-09T12:42:06.166Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:06.184Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:06.184Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:07.066Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"serviceName": "basic_onboard_dakgWY",
"serviceVersion": "1.0",
"serviceUUID": "1b3e81b5-be5f-489a-8292-811975114d69",
"serviceDescription": "service",
"serviceInvariantUUID": "6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc",
"resources": [
{
"resourceInstanceName": "basic_onboard_dakgWY 0",
"resourceCustomizationUUID": "efec77c7-75dc-470e-8559-e43438734d93",
"resourceName": "basic_onboard_dakgWY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c001ae16-10d4-4fac-a82c-8dd3f757df25",
"resourceInvariantUUID": "13fc14a2-4492-4736-9fc8-f676423dacc3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dakgwy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"artifactChecksum": "ZTBkYmRjYzJmMzMxYmVjYjFlZmNlMTIwNTk2MWY2MmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c12230bd-4d2a-4588-8c08-945040ac6b3a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ce5d5346-d065-48d6-b9bb-077eb05ba7a6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f239e801-971d-41c1-9744-6b6888fd6110",
"generatedFromUUID": "ce5d5346-d065-48d6-b9bb-077eb05ba7a6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f239e801-971d-41c1-9744-6b6888fd6110",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDakgwy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"artifactChecksum": "ODRhOWM4Njg5ZjI1YjAwNmI3ZGQ4NjMyNWRkNjVmODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "41b71987-13d1-4e67-800a-94be8881ae6e"
}
],
"workloadContext": "Production"
}
2022-03-09T12:42:07.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T12:42:07.070Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b3e81b5-be5f-489a-8292-811975114d69 ASDC
2022-03-09T12:42:07.206Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:391cefe8-6b36-4dc1-91e2-823d117cfeec
ServiceName:basic_onboard_dakgWY
ServiceVersion:1.0
ServiceUUID:1b3e81b5-be5f-489a-8292-811975114d69
ServiceInvariantUUID:6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDakgwy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar
ArtifactUUID:41b71987-13d1-4e67-800a-94be8881ae6e
ArtifactChecksum:ODRhOWM4Njg5ZjI1YjAwNmI3ZGQ4NjMyNWRkNjVmODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dakgWY 0
ResourceCustomizationUUID:efec77c7-75dc-470e-8559-e43438734d93
ResourceInvariantUUID:13fc14a2-4492-4736-9fc8-f676423dacc3
ResourceName:basic_onboard_dakgWY
ResourceType:VF
ResourceUUID:c001ae16-10d4-4fac-a82c-8dd3f757df25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dakgwy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json
ArtifactUUID:c12230bd-4d2a-4588-8c08-945040ac6b3a
ArtifactChecksum:ZTBkYmRjYzJmMzMxYmVjYjFlZmNlMTIwNTk2MWY2MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ce5d5346-d065-48d6-b9bb-077eb05ba7a6
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env
ArtifactUUID:f239e801-971d-41c1-9744-6b6888fd6110
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env
ArtifactUUID:f239e801-971d-41c1-9744-6b6888fd6110
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T12:42:07.207Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b3e81b5-be5f-489a-8292-811975114d69 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=?
2022-03-09T12:42:07.272Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T12:42:07.274Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-09T12:42:07.275Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-09T12:42:07.276Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41b71987-13d1-4e67-800a-94be8881ae6e from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:07.276Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-09T12:42:07.277Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:07.598Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-09T12:42:07.617Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar 41b71987-13d1-4e67-800a-94be8881ae6e 71543
2022-03-09T12:42:07.618Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar ASDC sendASDCNotification
2022-03-09T12:42:07.619Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:07.620Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:42:07.621Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:07.630Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:07.631Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829727617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:07.729Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-09T12:42:07.730Z||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.
2022-03-09T12:42:07.731Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:07.743Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:07.744Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:08.631Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T12:42:08.633Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-09T12:42:08.633Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 41b71987-13d1-4e67-800a-94be8881ae6e, URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar to file: /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:08.634Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:08.728Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:08.728Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:09.444Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16363299933267606819/Definitions/service-BasicOnboardDakgwy-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-09T12:42:11.682Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T12:42:11.688Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-09T12:42:11.688Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.688Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dakgWY 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-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-09T12:42:11.698Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.700Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.705Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:11.705Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-09T12:42:11.707Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T12:42:11.709Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T12:42:11.711Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.711Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.715Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.715Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is not matching search criteria
2022-03-09T12:42:11.715Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-09T12:42:11.716Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-09T12:42:11.716Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-09T12:42:11.716Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T12:42:11.717Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T12:42:11.717Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.717Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T12:42:11.719Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.719Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:11.720Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:42:11.720Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.721Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:11.721Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:42:11.721Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.722Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:11.722Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:42:11.722Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.723Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is not matching search criteria
2022-03-09T12:42:11.723Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-09T12:42:11.724Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T12:42:11.724Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a07f1988-7998-4d2f-b17a-c2f8f14292c5
2022-03-09T12:42:11.724Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.725Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.725Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.725Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.726Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.726Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.726Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:11.727Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:11.727Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dakgWY
Description:service
Model UUID:1b3e81b5-be5f-489a-8292-811975114d69
Model Version:NULL
Model InvariantUuid:6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dakgWY
Model UUID:27d3b38c-62cd-4945-8965-d33abcd7d129
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:13fc14a2-4492-4736-9fc8-f676423dacc3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:efec77c7-75dc-470e-8559-e43438734d93
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ea2b70f9-85ae-4abc-af5c-eb397a47e48a
ModelName:BasicOnboardDakgwy..base_ubuntu18..module-0
ModelUuid:af80e3a3-d88c-452b-969d-18cd44fc11cf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a07f1988-7998-4d2f-b17a-c2f8f14292c5
ModelInvariantUuid:90cf316a-1d0e-45e8-b77c-5bbb0fadb5ec
ModelName:basic_onboard_dakgWY-nodes.ubuntu18Cvfc
ModelUuid:74b76fbf-5bec-4bfe-8dba-1bc7a33d7397
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:24f0f317-efa9-40f6-b71a-d0e08d341624
ModelInvariantUuid:b683ae44-badb-4ee1-9e00-b7b00c690d6d
ModelName:BasicOnboardDakgwy.compute.nodes.heat.ubuntu18
ModelUuid:88a98aa7-7485-4d67-9eb2-edaa93c8b93c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T12:42:11.739Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c001ae16-10d4-4fac-a82c-8dd3f757df25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:42:11.838Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||basic_onboard_dakgWY 0
2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c001ae16-10d4-4fac-a82c-8dd3f757df25
2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c12230bd-4d2a-4588-8c08-945040ac6b3a from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json
2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json
2022-03-09T12:42:11.908Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-09T12:42:11.909Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json c12230bd-4d2a-4588-8c08-945040ac6b3a 798
2022-03-09T12:42:11.910Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json ASDC sendASDCNotification
2022-03-09T12:42:11.911Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json
2022-03-09T12:42:11.911Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:42:11.911Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:11.914Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:11.915Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829731910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:12.015Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:12.016Z||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.
2022-03-09T12:42:12.016Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:12.033Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:12.034Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:12.916Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDakgwy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ea2b70f9-85ae-4abc-af5c-eb397a47e48a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "af80e3a3-d88c-452b-969d-18cd44fc11cf",
"vfModuleModelCustomizationUUID": "83be98ff-f809-4a42-922f-e118c47b3478",
"isBase": true,
"artifacts": [
"ce5d5346-d065-48d6-b9bb-077eb05ba7a6",
"f239e801-971d-41c1-9744-6b6888fd6110"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-09T12:42:12.931Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDakgwy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af80e3a3-d88c-452b-969d-18cd44fc11cf
VfModuleModelInvariantUUID:ea2b70f9-85ae-4abc-af5c-eb397a47e48a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce5d5346-d065-48d6-b9bb-077eb05ba7a6
,
f239e801-971d-41c1-9744-6b6888fd6110
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDakgwy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ea2b70f9-85ae-4abc-af5c-eb397a47e48a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "af80e3a3-d88c-452b-969d-18cd44fc11cf",
"vfModuleModelCustomizationUUID": "83be98ff-f809-4a42-922f-e118c47b3478",
"isBase": true,
"artifacts": [
"ce5d5346-d065-48d6-b9bb-077eb05ba7a6",
"f239e801-971d-41c1-9744-6b6888fd6110"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDakgwy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af80e3a3-d88c-452b-969d-18cd44fc11cf
VfModuleModelInvariantUUID:ea2b70f9-85ae-4abc-af5c-eb397a47e48a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce5d5346-d065-48d6-b9bb-077eb05ba7a6
,
f239e801-971d-41c1-9744-6b6888fd6110
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ce5d5346-d065-48d6-b9bb-077eb05ba7a6 from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml
2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml
2022-03-09T12:42:13.098Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ce5d5346-d065-48d6-b9bb-077eb05ba7a6 5033
2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml
2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:42:13.100Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:13.103Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:13.103Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829733099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:13.203Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:13.204Z||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.
2022-03-09T12:42:13.204Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:13.216Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:13.217Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:14.104Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f239e801-971d-41c1-9744-6b6888fd6110 from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env
2022-03-09T12:42:14.104Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-09T12:42:14.105Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env
2022-03-09T12:42:14.169Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-09T12:42:14.170Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env f239e801-971d-41c1-9744-6b6888fd6110 909
2022-03-09T12:42:14.170Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-09T12:42:14.170Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env
2022-03-09T12:42:14.171Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:42:14.171Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:14.174Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:14.174Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829734170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:42:14.274Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:14.275Z||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.
2022-03-09T12:42:14.275Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:14.290Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:14.291Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:15.175Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1b3e81b5-be5f-489a-8292-811975114d69
2022-03-09T12:42:15.176Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dakgWY 0 c001ae16-10d4-4fac-a82c-8dd3f757df25 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:42:15.213Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33500d05, org.onap.sdc.toscaparser.api.parameters.Input@7890728d, org.onap.sdc.toscaparser.api.parameters.Input@23ee457f, org.onap.sdc.toscaparser.api.parameters.Input@e463c31, org.onap.sdc.toscaparser.api.parameters.Input@3dcd30d9]
2022-03-09T12:42:15.218Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.219Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.220Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-09T12:42:15.221Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= efec77c7-75dc-470e-8559-e43438734d93
2022-03-09T12:42:15.221Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efec77c7-75dc-470e-8559-e43438734d93 matches Tosca VF Customization UUID: efec77c7-75dc-470e-8559-e43438734d93
2022-03-09T12:42:15.221Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: efec77c7-75dc-470e-8559-e43438734d93 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-09T12:42:15.230Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.231Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.232Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id efec77c7-75dc-470e-8559-e43438734d93: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-09T12:42:15.232Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28cd0721
2022-03-09T12:42:15.232Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.233Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T12:42:15.233Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83be98ff-f809-4a42-922f-e118c47b3478
2022-03-09T12:42:15.234Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83be98ff-f809-4a42-922f-e118c47b3478
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-09T12:42:15.240Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.241Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:15.241Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:42:15.242Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.242Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:15.242Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is not matching search criteria
2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a07f1988-7998-4d2f-b17a-c2f8f14292c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T12:42:15.251Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria
2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=efec77c7-75dc-470e-8559-e43438734d93
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:42:15.254Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.254Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1b3e81b5-be5f-489a-8292-811975114d69: basic_onboard_dakgWY
2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:42:15.257Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_dakgWY
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T12:42:15.411Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dakgWY c001ae16-10d4-4fac-a82c-8dd3f757df25 1 ASDC deployResourceStructure
2022-03-09T12:42:15.412Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json ASDC sendASDCNotification
2022-03-09T12:42:15.412Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json
2022-03-09T12:42:15.413Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:42:15.413Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:15.416Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:15.416Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829735412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:15.516Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:15.517Z||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.
2022-03-09T12:42:15.517Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:15.534Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:15.535Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:16.417Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-09T12:42:16.417Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml
2022-03-09T12:42:16.417Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:42:16.418Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:16.420Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:16.420Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829736417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:16.520Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:16.521Z||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.
2022-03-09T12:42:16.522Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:16.533Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:16.534Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:17.421Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-09T12:42:17.421Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env
2022-03-09T12:42:17.421Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:42:17.422Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:17.424Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:17.424Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829737421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:17.524Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:17.525Z||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.
2022-03-09T12:42:17.526Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:17.537Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:17.538Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:18.425Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar ASDC sendASDCNotification
2022-03-09T12:42:18.426Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar
2022-03-09T12:42:18.426Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:42:18.426Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:42:18.428Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:42:18.428Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829738425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:42:18.528Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:42:18.530Z||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.
2022-03-09T12:42:18.530Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:18.544Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:18.545Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:42:19.429Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec
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=?
2022-03-09T12:42:19.450Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec
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=?
2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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=?
2022-03-09T12:42:19.471Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T12:42:49.471Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec 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=?
2022-03-09T12:42:49.484Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec and serviceModelVersionId: 1b3e81b5-be5f-489a-8292-811975114d69
2022-03-09T12:42:49.484Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc
2022-03-09T12:42:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:42:59.358Z||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.
2022-03-09T12:42:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:42:59.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:42:59.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T12:42:59.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:42:59.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:06.113Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0
2022-03-09T12:43:06.239Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T12:43:06.848Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|INFO|500||Invoke
2022-03-09T12:43:06.858Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[391cefe8-6b36-4dc1-91e2-823d117cfeec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47456f13-aabf-4de3-be69-faf5527fc920], X-ECOMP-RequestID=[391cefe8-6b36-4dc1-91e2-823d117cfeec], X-TransactionId=[], X-ONAP-RequestID=[391cefe8-6b36-4dc1-91e2-823d117cfeec], Content-Type=[application/merge-patch+json]}
2022-03-09T12:43:06.981Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-09T12:43:07.628Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-12:43:07:506-51536], vertex-id=[217160], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:43:07 GMT], Content-Type=[application/json]}
2022-03-09T12:43:07.630Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T12:43:07.631Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|INFO|500||InvokeReturn
2022-03-09T12:43:07.634Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T12:43:07.634Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:43:07.640Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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)
2022-03-09T12:43:07.641Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 391cefe8-6b36-4dc1-91e2-823d117cfeec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T12:43:07.642Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T12:43:07.643Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:43:07.645Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:43:07.645Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829787641,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T12:43:07.745Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:43:07.747Z||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.
2022-03-09T12:43:07.747Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:43:07.763Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:43:07.764Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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=?
2022-03-09T12:43:08.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:43:08.659Z||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.
2022-03-09T12:43:08.659Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:43:18.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:43:59.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:43:59.354Z||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.
2022-03-09T12:43:59.354Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:43:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:43:59.358Z||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.
2022-03-09T12:43:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:43:59.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:43:59.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:43:59.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:43:59.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829719350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829727617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829731910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829733099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829734170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829735412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829736417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829737421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-09T12:43:59.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829738425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:43:59.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:43:59.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:43:59.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T12:43:59.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c41e10c9-e7c3-4c17-b706-8601db58d5e9","serviceName":"vFW 2022-03-09 12-41-20","serviceVersion":"1.0","serviceUUID":"d56115b9-7bd1-4a1b-95f8-3ef81609c299","serviceDescription":"catalog service description","serviceInvariantUUID":"8ae1020e-8403-4968-8f72-641e82fa4828","resources":[{"resourceInstanceName":"vFW ddefcfab-0d22 0","resourceName":"vFW ddefcfab-0d22","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14cf6783-d404-4133-8137-f09c50baced0","resourceInvariantUUID":"e9729003-8711-4d25-9a18-71b5efcf8842","resourceCustomizationUUID":"19bf78c7-308f-4148-b2b1-093b40159023","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml","artifactChecksum":"M2JjYjAzNDg2ODNmNzY5ZWI3ZjczNzM1ZjgyM2JiMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"693c765c-1a3a-4024-94fd-9f7830012e97","artifactVersion":"1"},{"artifactName":"vfwddefcfab0d220_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json","artifactChecksum":"Mjc0OWFmNzdmYWNlYzE2ZTgwZWYzYjk1ZjUzNDNmMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc3fff5b-591e-4d15-a68e-e8d1fb8ad585","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0912dd50-bb0a-41ea-a8c0-12a49eb7299f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml","artifactChecksum":"ODRjOTJmMmVlNjFlYjQxNWQxNTRhYzU3MzI5NmI1M2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15baaae5-92be-406d-b5e1-1d0e0222234c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0177411a-f4e4-449a-85b9-074a9b1b064e","artifactVersion":"2","generatedFromUUID":"0912dd50-bb0a-41ea-a8c0-12a49eb7299f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309124120-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml","artifactChecksum":"YTQ1NzdiMTQxMDExOWRlMGEyOGE3MDE0OTQxMDgxMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52432e80-2a43-4905-be04-8437643dff5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220309124120-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar","artifactChecksum":"NGM3YjRhYTk0YzZkNTkzZjg0OGRiM2Q1M2I4ZTQ0ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a178368-f9b0-477c-81ec-446e72dd4908","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T12:43:59.992Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:43:59.993Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:43:59.997Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:43:59.997Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:00.097Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:00.098Z||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.
2022-03-09T12:44:00.098Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:00.112Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:00.113Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:00.997Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:44:00.998Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:01.000Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:01.000Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:44:01.101Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:44:01.102Z||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.
2022-03-09T12:44:01.102Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:01.113Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:01.117Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:02.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:44:02.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:02.004Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:02.005Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:44:02.105Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:02.106Z||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.
2022-03-09T12:44:02.106Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:02.125Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:02.126Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:03.005Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:44:03.009Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:03.011Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:03.011Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:03.112Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T12:44:03.114Z||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.
2022-03-09T12:44:03.114Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:03.129Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:03.130Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:04.014Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:44:04.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:04.017Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:04.017Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T12:44:04.123Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-09T12:44:04.125Z||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.
2022-03-09T12:44:04.126Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:04.138Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:04.138Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:05.018Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:44:05.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:05.023Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:05.023Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:05.123Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:44:05.124Z||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.
2022-03-09T12:44:05.124Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:05.141Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:05.142Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:06.024Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:44:06.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:06.027Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:06.027Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:44:06.128Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T12:44:06.129Z||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.
2022-03-09T12:44:06.130Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:06.141Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:06.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:07.029Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"serviceName": "vFW 2022-03-09 12-41-20",
"serviceVersion": "1.0",
"serviceUUID": "d56115b9-7bd1-4a1b-95f8-3ef81609c299",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8ae1020e-8403-4968-8f72-641e82fa4828",
"resources": [
{
"resourceInstanceName": "vFW ddefcfab-0d22 0",
"resourceCustomizationUUID": "19bf78c7-308f-4148-b2b1-093b40159023",
"resourceName": "vFW ddefcfab-0d22",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "14cf6783-d404-4133-8137-f09c50baced0",
"resourceInvariantUUID": "e9729003-8711-4d25-9a18-71b5efcf8842",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwddefcfab0d220_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"artifactChecksum": "Mjc0OWFmNzdmYWNlYzE2ZTgwZWYzYjk1ZjUzNDNmMjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cc3fff5b-591e-4d15-a68e-e8d1fb8ad585",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0912dd50-bb0a-41ea-a8c0-12a49eb7299f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0177411a-f4e4-449a-85b9-074a9b1b064e",
"generatedFromUUID": "0912dd50-bb0a-41ea-a8c0-12a49eb7299f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0177411a-f4e4-449a-85b9-074a9b1b064e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309124120-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"artifactChecksum": "NGM3YjRhYTk0YzZkNTkzZjg0OGRiM2Q1M2I4ZTQ0ODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a178368-f9b0-477c-81ec-446e72dd4908"
}
],
"workloadContext": "Production"
}
2022-03-09T12:44:07.029Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T12:44:07.029Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d56115b9-7bd1-4a1b-95f8-3ef81609c299 ASDC
2022-03-09T12:44:07.030Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c41e10c9-e7c3-4c17-b706-8601db58d5e9
ServiceName:vFW 2022-03-09 12-41-20
ServiceVersion:1.0
ServiceUUID:d56115b9-7bd1-4a1b-95f8-3ef81609c299
ServiceInvariantUUID:8ae1020e-8403-4968-8f72-641e82fa4828
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309124120-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar
ArtifactUUID:5a178368-f9b0-477c-81ec-446e72dd4908
ArtifactChecksum:NGM3YjRhYTk0YzZkNTkzZjg0OGRiM2Q1M2I4ZTQ0ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ddefcfab-0d22 0
ResourceCustomizationUUID:19bf78c7-308f-4148-b2b1-093b40159023
ResourceInvariantUUID:e9729003-8711-4d25-9a18-71b5efcf8842
ResourceName:vFW ddefcfab-0d22
ResourceType:VF
ResourceUUID:14cf6783-d404-4133-8137-f09c50baced0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwddefcfab0d220_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json
ArtifactUUID:cc3fff5b-591e-4d15-a68e-e8d1fb8ad585
ArtifactChecksum:Mjc0OWFmNzdmYWNlYzE2ZTgwZWYzYjk1ZjUzNDNmMjk=
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/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml
ArtifactUUID:0912dd50-bb0a-41ea-a8c0-12a49eb7299f
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/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env
ArtifactUUID:0177411a-f4e4-449a-85b9-074a9b1b064e
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/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env
ArtifactUUID:0177411a-f4e4-449a-85b9-074a9b1b064e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T12:44:07.031Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d56115b9-7bd1-4a1b-95f8-3ef81609c299 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 (?, ?, ?, ?, ?)
2022-03-09T12:44:07.086Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T12:44:07.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T12:44:07.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T12:44:07.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a178368-f9b0-477c-81ec-446e72dd4908 from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:07.088Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:44:07.088Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:07.391Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:44:07.396Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar 5a178368-f9b0-477c-81ec-446e72dd4908 98950
2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar ASDC sendASDCNotification
2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:07.399Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:07.400Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829847397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:07.500Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:07.501Z||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.
2022-03-09T12:44:07.501Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:07.515Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:07.516Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:08.400Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T12:44:08.402Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T12:44:08.402Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5a178368-f9b0-477c-81ec-446e72dd4908, URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar to file: /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:08.403Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309124120-csar.csar
2022-03-09T12:44:08.404Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:08.404Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:08.664Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15649095964466713941/Definitions/service-Vfw20220309124120-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
2022-03-09T12:44:11.211Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T12:44:11.212Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ddefcfab-0d22 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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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-Vfw20220309124120-csar.csar
2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.217Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.217Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:11.217Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T12:44:11.218Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T12:44:11.218Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.218Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.219Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:11.219Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T12:44:11.219Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T12:44:11.220Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.220Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.221Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.221Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:11.221Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:11.222Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:44:11.222Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.222Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.223Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:44:11.223Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.223Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.226Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:11.228Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:11.228Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:11.231Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T12:44:11.231Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:11.231Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:44:11.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:44:11.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7000499-5353-405d-991e-5e91eb1800fe
2022-03-09T12:44:11.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T12:44:11.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:44:11.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:44:11.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ab41dee-9502-448c-9450-056291e59f13
2022-03-09T12:44:11.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:11.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:11.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:11.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:44:11.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e879b92-5fd2-4b61-a725-976c4431a70e
2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:11.245Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 12-41-20
Description:catalog service description
Model UUID:d56115b9-7bd1-4a1b-95f8-3ef81609c299
Model Version:NULL
Model InvariantUuid:8ae1020e-8403-4968-8f72-641e82fa4828
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ddefcfab-0d22
Model UUID:2a424e59-7b48-40df-843d-42f5ed82a292
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e9729003-8711-4d25-9a18-71b5efcf8842
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:19bf78c7-308f-4148-b2b1-093b40159023
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3c4c035c-6a04-41dc-9b7e-d94f15114853
ModelName:VfwDdefcfab0d22..base_vfw..module-0
ModelUuid:ed8af8ca-a889-479e-acc2-5b5e068cf376
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d7000499-5353-405d-991e-5e91eb1800fe
ModelInvariantUuid:57116599-b40b-4371-bd69-ae62453ae583
ModelName:vFW ddefcfab-0d22-nodes.vfwCvfc
ModelUuid:f28c68ab-10b7-4087-b852-4701ba91f451
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1bb71182-ed2d-4d07-80d8-e9a645aca878
ModelInvariantUuid:f1c0c7d6-bf79-45ee-8141-ff9531c8a390
ModelName:VfwDdefcfab0d22.compute.nodes.heat.vfw
ModelUuid:a91015b8-621d-438b-88c0-f4e5badce180
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3ab41dee-9502-448c-9450-056291e59f13
ModelInvariantUuid:8d9266c4-80af-44d1-842f-affaeb0b1c43
ModelName:vFW ddefcfab-0d22-nodes.vsnCvfc
ModelUuid:24f62a58-46f6-4e64-9819-f33359527e7b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0ebda87b-aeb2-4d01-a83a-b6847519af23
ModelInvariantUuid:ad657885-c0dc-4c7c-8561-2f86a3f729c6
ModelName:VfwDdefcfab0d22.compute.nodes.heat.vsn
ModelUuid:5041a8a9-4969-4086-ba4f-799fc77fa30f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0e879b92-5fd2-4b61-a725-976c4431a70e
ModelInvariantUuid:c4716397-d461-4438-b986-7fd691a79cdc
ModelName:vFW ddefcfab-0d22-nodes.vpgCvfc
ModelUuid:ae00f213-12ae-4d9c-8278-0294443e2d98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7ab17cf2-8861-47eb-9fb6-bc81a73505ee
ModelInvariantUuid:9fa450a4-48cc-4e37-86cc-0de567d56ef1
ModelName:VfwDdefcfab0d22.compute.nodes.heat.vpg
ModelUuid:b2e9896d-08a1-4bcc-bc4c-1e391ce7d256
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T12:44:11.253Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 14cf6783-d404-4133-8137-f09c50baced0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:44:11.257Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||vFW ddefcfab-0d22 0
2022-03-09T12:44:11.257Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14cf6783-d404-4133-8137-f09c50baced0
2022-03-09T12:44:11.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc3fff5b-591e-4d15-a68e-e8d1fb8ad585 from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json
2022-03-09T12:44:11.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:44:11.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json
2022-03-09T12:44:11.491Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json cc3fff5b-591e-4d15-a68e-e8d1fb8ad585 785
2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json ASDC sendASDCNotification
2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json
2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:44:11.493Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:11.496Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:11.496Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829851492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:11.596Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:44:11.598Z||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.
2022-03-09T12:44:11.598Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:11.615Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:11.616Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:12.497Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDdefcfab0d22..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3c4c035c-6a04-41dc-9b7e-d94f15114853",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed8af8ca-a889-479e-acc2-5b5e068cf376",
"vfModuleModelCustomizationUUID": "54b9f2bc-eac1-46b2-a13c-4c8042fa4245",
"isBase": true,
"artifacts": [
"0912dd50-bb0a-41ea-a8c0-12a49eb7299f",
"0177411a-f4e4-449a-85b9-074a9b1b064e"
],
"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": ""
}
}
]
2022-03-09T12:44:12.503Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDdefcfab0d22..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed8af8ca-a889-479e-acc2-5b5e068cf376
VfModuleModelInvariantUUID:3c4c035c-6a04-41dc-9b7e-d94f15114853
VfModuleModelDescription:NULL
Artifacts UUID List:{
0912dd50-bb0a-41ea-a8c0-12a49eb7299f
,
0177411a-f4e4-449a-85b9-074a9b1b064e
}
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
}
2022-03-09T12:44:12.506Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDdefcfab0d22..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3c4c035c-6a04-41dc-9b7e-d94f15114853",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed8af8ca-a889-479e-acc2-5b5e068cf376",
"vfModuleModelCustomizationUUID": "54b9f2bc-eac1-46b2-a13c-4c8042fa4245",
"isBase": true,
"artifacts": [
"0912dd50-bb0a-41ea-a8c0-12a49eb7299f",
"0177411a-f4e4-449a-85b9-074a9b1b064e"
],
"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": ""
}
}
]
2022-03-09T12:44:12.506Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDdefcfab0d22..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed8af8ca-a889-479e-acc2-5b5e068cf376
VfModuleModelInvariantUUID:3c4c035c-6a04-41dc-9b7e-d94f15114853
VfModuleModelDescription:NULL
Artifacts UUID List:{
0912dd50-bb0a-41ea-a8c0-12a49eb7299f
,
0177411a-f4e4-449a-85b9-074a9b1b064e
}
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
}
2022-03-09T12:44:12.507Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0912dd50-bb0a-41ea-a8c0-12a49eb7299f from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml
2022-03-09T12:44:12.507Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:44:12.507Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml
2022-03-09T12:44:12.790Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:44:12.791Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml 0912dd50-bb0a-41ea-a8c0-12a49eb7299f 20368
2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml
2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:12.794Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:12.794Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829852792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:12.895Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:12.896Z||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.
2022-03-09T12:44:12.896Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:12.909Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:12.910Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:13.795Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0177411a-f4e4-449a-85b9-074a9b1b064e from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env
2022-03-09T12:44:13.796Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:44:13.797Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env
2022-03-09T12:44:14.201Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:44:14.202Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env 0177411a-f4e4-449a-85b9-074a9b1b064e 2098
2022-03-09T12:44:14.202Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T12:44:14.202Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env
2022-03-09T12:44:14.203Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:44:14.203Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:14.207Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:14.207Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829854202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:14.306Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:44:14.308Z||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.
2022-03-09T12:44:14.308Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:14.326Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:14.326Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:44:15.208Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d56115b9-7bd1-4a1b-95f8-3ef81609c299
2022-03-09T12:44:15.209Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ddefcfab-0d22 0 14cf6783-d404-4133-8137-f09c50baced0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:44:15.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@675f6325, org.onap.sdc.toscaparser.api.parameters.Input@1c1e84aa, org.onap.sdc.toscaparser.api.parameters.Input@5a84fcc2, org.onap.sdc.toscaparser.api.parameters.Input@1ea0fa85, org.onap.sdc.toscaparser.api.parameters.Input@2fae43f]
2022-03-09T12:44:15.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-09T12:44:15.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 19bf78c7-308f-4148-b2b1-093b40159023
2022-03-09T12:44:15.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19bf78c7-308f-4148-b2b1-093b40159023 matches Tosca VF Customization UUID: 19bf78c7-308f-4148-b2b1-093b40159023
2022-03-09T12:44:15.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 19bf78c7-308f-4148-b2b1-093b40159023 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-09T12:44:15.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 19bf78c7-308f-4148-b2b1-093b40159023: {\"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\"}
2022-03-09T12:44:15.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@edb3cc4
2022-03-09T12:44:15.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T12:44:15.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54b9f2bc-eac1-46b2-a13c-4c8042fa4245
2022-03-09T12:44:15.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54b9f2bc-eac1-46b2-a13c-4c8042fa4245
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-09T12:44:15.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.245Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:15.245Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:15.246Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.246Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:15.246Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:15.247Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.247Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7000499-5353-405d-991e-5e91eb1800fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T12:44:15.255Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.256Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:15.257Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:15.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:15.260Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:44:15.260Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.260Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:44:15.262Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.262Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ab41dee-9502-448c-9450-056291e59f13
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T12:44:15.265Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.266Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:15.266Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:15.271Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.272Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria
2022-03-09T12:44:15.272Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:44:15.275Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:44:15.275Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:44:15.275Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T12:44:15.276Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e879b92-5fd2-4b61-a725-976c4431a70e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T12:44:15.279Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.279Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:15.280Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:44:15.280Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.280Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria
2022-03-09T12:44:15.281Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=19bf78c7-308f-4148-b2b1-093b40159023
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:44:15.283Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.283Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.284Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d56115b9-7bd1-4a1b-95f8-3ef81609c299: vFW ddefcfab-0d22
2022-03-09T12:44:15.284Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.284Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.286Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.286Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.286Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:44:15.287Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:44:15.287Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-09 12-41-20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T12:44:15.543Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ddefcfab-0d22 14cf6783-d404-4133-8137-f09c50baced0 1 ASDC deployResourceStructure
2022-03-09T12:44:15.544Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json ASDC sendASDCNotification
2022-03-09T12:44:15.545Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json
2022-03-09T12:44:15.545Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:44:15.546Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:15.549Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:15.550Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829855544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:44:15.650Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:44:15.651Z||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.
2022-03-09T12:44:15.651Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:15.666Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:15.667Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:16.551Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T12:44:16.552Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml
2022-03-09T12:44:16.552Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:44:16.553Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:16.555Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:16.555Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829856551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T12:44:16.655Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:16.657Z||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.
2022-03-09T12:44:16.657Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:16.671Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:16.672Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:17.556Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T12:44:17.557Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env
2022-03-09T12:44:17.557Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:44:17.557Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:17.560Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:17.560Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829857556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-09T12:44:17.660Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:17.661Z||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.
2022-03-09T12:44:17.661Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:17.674Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:17.675Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:44:18.561Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar ASDC sendASDCNotification
2022-03-09T12:44:18.562Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar
2022-03-09T12:44:18.562Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T12:44:18.562Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:44:18.565Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:44:18.565Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829858561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:44:18.665Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:44:18.666Z||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.
2022-03-09T12:44:18.666Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:18.680Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:18.680Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:44:19.566Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:44:19.577Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:44:19.584Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T12:44:19.585Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T12:44:19.585Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T12:44:49.591Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:44:49.603Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:44:49.606Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T12:44:49.606Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T12:44:49.607Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T12:44:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:44:59.358Z||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.
2022-03-09T12:44:59.359Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:44:59.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:44:59.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829787641,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T12:44:59.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829815960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829821236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829821272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829829033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:59.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "dcae-sch",
"timestamp": 1646829821862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:59.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829830624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:59.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829824223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "cds",
"timestamp": 1646829830440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-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=?
2022-03-09T12:44:59.437Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9
2022-03-09T12:44:59.437Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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 (?, ?, ?, ?, ?)
2022-03-09T12:44:59.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829831918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:59.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829832327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:44:59.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829832939,
"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=?
2022-03-09T12:44:59.460Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9
2022-03-09T12:44:59.461Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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 (?, ?, ?, ?, ?)
2022-03-09T12:44:59.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829833332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:44:59.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829833945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:44:59.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:44:59.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "policy-id",
"timestamp": 1646829834335,
"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=?
2022-03-09T12:44:59.481Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9
2022-03-09T12:44:59.481Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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=?
2022-03-09T12:44:59.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829831297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:44:59.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:44:59.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:19.607Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:45:19.622Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:45:19.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T12:45:19.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T12:45:19.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T12:45:49.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:45:49.639Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:45:49.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T12:45:49.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T12:45:49.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T12:45:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:45:59.358Z||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.
2022-03-09T12:45:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:45:59.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:45:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:45:59.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:45:59.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829834997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:45:59.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829842866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T12:45:59.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829843663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:45:59.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829838275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829839351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829845672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "clamp",
"timestamp": 1646829846676,
"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=?
2022-03-09T12:45:59.911Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9
2022-03-09T12:45:59.911Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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 (?, ?, ?, ?, ?)
2022-03-09T12:45:59.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829846286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829847397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829847088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829848093,
"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=?
2022-03-09T12:45:59.929Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9
2022-03-09T12:45:59.929Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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 (?, ?, ?, ?, ?)
2022-03-09T12:45:59.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829851492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829852792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829854202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:45:59.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829855544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829856551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829857556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829856860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646829858561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:45:59.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:45:59.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:45:59.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "aai-ml",
"timestamp": 1646829857865,
"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=?
2022-03-09T12:45:59.948Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9
2022-03-09T12:45:59.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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 (?, ?, ?, ?, ?)
2022-03-09T12:46:19.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:46:19.657Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9
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=?
2022-03-09T12:46:19.665Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:46:19.668Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T12:46:19.668Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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=?
2022-03-09T12:46:19.675Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T12:46:49.676Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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=?
2022-03-09T12:46:49.686Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 and serviceModelVersionId: d56115b9-7bd1-4a1b-95f8-3ef81609c299
2022-03-09T12:46:49.686Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ae1020e-8403-4968-8f72-641e82fa4828
2022-03-09T12:46:49.688Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0
2022-03-09T12:46:49.694Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T12:46:49.759Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|INFO|500||Invoke
2022-03-09T12:46:49.760Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c41e10c9-e7c3-4c17-b706-8601db58d5e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7015bd33-2054-47ab-9983-0c7c3c301d02], X-ECOMP-RequestID=[c41e10c9-e7c3-4c17-b706-8601db58d5e9], X-TransactionId=[], X-ONAP-RequestID=[c41e10c9-e7c3-4c17-b706-8601db58d5e9], Content-Type=[application/merge-patch+json]}
2022-03-09T12:46:49.803Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-09T12:46:50.685Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-12:46:50:325-58164], vertex-id=[209080], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:46:50 GMT], Content-Type=[application/json]}
2022-03-09T12:46:50.686Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T12:46:50.687Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|INFO|500||InvokeReturn
2022-03-09T12:46:50.688Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T12:46:50.688Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:46:50.697Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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)
2022-03-09T12:46:50.697Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c41e10c9-e7c3-4c17-b706-8601db58d5e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T12:46:50.698Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T12:46:50.698Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:46:50.702Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:46:50.702Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830010698,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T12:46:50.802Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:46:50.804Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T12:46:50.804Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:50.817Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:50.818Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T12:46:51.729Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:46:51.729Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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.
2022-03-09T12:46:51.730Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:56.078Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:56.079Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T12:46:56.079Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d55382b3-9820-4227-8074-56b6a2663c8a","serviceName":"vFW 2022-03-09 12-43-57","serviceVersion":"1.0","serviceUUID":"d029cf3d-3016-49af-b715-518c467dd7f9","serviceDescription":"catalog service description","serviceInvariantUUID":"b7601c27-6544-4bf5-8a3c-2bb6e43d139b","resources":[{"resourceInstanceName":"vFW 9ccae7d9-e3e7 0","resourceName":"vFW 9ccae7d9-e3e7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46d0128d-f33d-43bd-a5a7-293c6441f9a5","resourceInvariantUUID":"f4fec48c-aac0-4325-bdf6-2926602be138","resourceCustomizationUUID":"fe268cd6-bc28-4e66-8f68-53cfeb082344","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml","artifactChecksum":"NDFjMTE0NDNhZmVhYzEyYmNiYzMxMDkxNGZiOGQ1YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23ce4ce2-5941-4669-bfc7-fe3ecfba9f55","artifactVersion":"1"},{"artifactName":"vfw9ccae7d9e3e70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json","artifactChecksum":"OTA1M2YxMWI0NDdjNDY0NTE0MDdjYTk5Y2JhYzcxMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2dd5d107-8f2a-4530-babf-f58d21cac26c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0dfbf2c7-9de5-42c0-9686-b96f7b213088","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml","artifactChecksum":"N2FiZDBlYjNiMGJjZjJhZWIxYjcxYjczMzUxNTI4NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d2eb8ff-2cb5-4ea9-9d08-f899823a848a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"411a56fc-2a54-42ae-8058-1fb4963f8bd4","artifactVersion":"2","generatedFromUUID":"0dfbf2c7-9de5-42c0-9686-b96f7b213088"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309124357-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml","artifactChecksum":"NDUyMDM5OTRlMGI1MDE4YzI1ZGJjM2ZlNmNlZTgzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0162944-6bf2-4deb-a10b-0ffa2064cc5b","artifactVersion":"1"},{"artifactName":"service-Vfw20220309124357-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar","artifactChecksum":"OWJkYzExNjFmODAwZjJkNTczMTNmYjBmNTJkZThkZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"691b018f-0493-4948-8888-68cedd8fd015","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T12:46:56.083Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:46:56.084Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:46:56.086Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:46:56.086Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:56.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:46:56.188Z||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.
2022-03-09T12:46:56.188Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:56.201Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:56.202Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:46:57.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:46:57.088Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:46:57.091Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:46:57.091Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:46:57.191Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:46:57.192Z||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.
2022-03-09T12:46:57.192Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:57.211Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:57.212Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:46:58.092Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:46:58.093Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:46:58.095Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:46:58.095Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:46:58.195Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:46:58.196Z||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.
2022-03-09T12:46:58.196Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:58.209Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:58.209Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:46:59.096Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:46:59.097Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:46:59.099Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:46:59.099Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.200Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:46:59.203Z||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.
2022-03-09T12:46:59.203Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:59.217Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:59.217Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:46:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T12:46:59.358Z||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.
2022-03-09T12:46:59.358Z||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 LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:46:59.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:46:59.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829958275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1646829961235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "dcae-sch",
"timestamp": 1646829961862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829964222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829974634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829976074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829977078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "policy-id",
"timestamp": 1646829978081,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T12:47:00.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a
2022-03-09T12:47:00.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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 (?, ?, ?, ?, ?)
2022-03-09T12:47:00.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829971273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829979649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "cds",
"timestamp": 1646829980662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-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=?
2022-03-09T12:47:00.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a
2022-03-09T12:47:00.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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 (?, ?, ?, ?, ?)
2022-03-09T12:47:00.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829975960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829984218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829985700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829987120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829988138,
"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=?
2022-03-09T12:47:00.082Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a
2022-03-09T12:47:00.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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=?
2022-03-09T12:47:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829981297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829987581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:47:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646829989145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T12:47:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "aai-ml",
"timestamp": 1646829988585,
"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=?
2022-03-09T12:47:00.100Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:47:00.101Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:00.101Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a
2022-03-09T12:47:00.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a and ComponentName AAI
2022-03-09T12:47:00.103Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:00.103Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
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 (?, ?, ?, ?, ?)
2022-03-09T12:47:00.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829984997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829992864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829996807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:47:00.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646829997815,
"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=?
2022-03-09T12:47:00.121Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a
2022-03-09T12:47:00.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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 (?, ?, ?, ?, ?)
2022-03-09T12:47:00.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646829999699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:00.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646830001704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T12:47:00.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "clamp",
"timestamp": 1646830002708,
"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=?
2022-03-09T12:47:00.136Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a
2022-03-09T12:47:00.136Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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 (?, ?, ?, ?, ?)
2022-03-09T12:47:00.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830010698,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T12:47:00.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T12:47:00.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T12:47:00.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T12:47:00.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:00.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T12:47:00.203Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T12:47:00.205Z||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.
2022-03-09T12:47:00.205Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:00.217Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:00.217Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:47:01.104Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:47:01.105Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:01.108Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:01.108Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T12:47:01.211Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-09T12:47:01.212Z||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.
2022-03-09T12:47:01.212Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:01.227Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:01.228Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:47:02.109Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T12:47:02.109Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:02.112Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:02.112Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830011727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T12:47:02.212Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:47:02.213Z||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.
2022-03-09T12:47:02.214Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:02.227Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:02.228Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:47:03.114Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"serviceName": "vFW 2022-03-09 12-43-57",
"serviceVersion": "1.0",
"serviceUUID": "d029cf3d-3016-49af-b715-518c467dd7f9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b7601c27-6544-4bf5-8a3c-2bb6e43d139b",
"resources": [
{
"resourceInstanceName": "vFW 9ccae7d9-e3e7 0",
"resourceCustomizationUUID": "fe268cd6-bc28-4e66-8f68-53cfeb082344",
"resourceName": "vFW 9ccae7d9-e3e7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "46d0128d-f33d-43bd-a5a7-293c6441f9a5",
"resourceInvariantUUID": "f4fec48c-aac0-4325-bdf6-2926602be138",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9ccae7d9e3e70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"artifactChecksum": "OTA1M2YxMWI0NDdjNDY0NTE0MDdjYTk5Y2JhYzcxMjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2dd5d107-8f2a-4530-babf-f58d21cac26c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0dfbf2c7-9de5-42c0-9686-b96f7b213088",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "411a56fc-2a54-42ae-8058-1fb4963f8bd4",
"generatedFromUUID": "0dfbf2c7-9de5-42c0-9686-b96f7b213088"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "411a56fc-2a54-42ae-8058-1fb4963f8bd4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309124357-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"artifactChecksum": "OWJkYzExNjFmODAwZjJkNTczMTNmYjBmNTJkZThkZjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "691b018f-0493-4948-8888-68cedd8fd015"
}
],
"workloadContext": "Production"
}
2022-03-09T12:47:03.115Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T12:47:03.115Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d029cf3d-3016-49af-b715-518c467dd7f9 ASDC
2022-03-09T12:47:03.116Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d55382b3-9820-4227-8074-56b6a2663c8a
ServiceName:vFW 2022-03-09 12-43-57
ServiceVersion:1.0
ServiceUUID:d029cf3d-3016-49af-b715-518c467dd7f9
ServiceInvariantUUID:b7601c27-6544-4bf5-8a3c-2bb6e43d139b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309124357-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar
ArtifactUUID:691b018f-0493-4948-8888-68cedd8fd015
ArtifactChecksum:OWJkYzExNjFmODAwZjJkNTczMTNmYjBmNTJkZThkZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9ccae7d9-e3e7 0
ResourceCustomizationUUID:fe268cd6-bc28-4e66-8f68-53cfeb082344
ResourceInvariantUUID:f4fec48c-aac0-4325-bdf6-2926602be138
ResourceName:vFW 9ccae7d9-e3e7
ResourceType:VF
ResourceUUID:46d0128d-f33d-43bd-a5a7-293c6441f9a5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9ccae7d9e3e70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json
ArtifactUUID:2dd5d107-8f2a-4530-babf-f58d21cac26c
ArtifactChecksum:OTA1M2YxMWI0NDdjNDY0NTE0MDdjYTk5Y2JhYzcxMjM=
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/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml
ArtifactUUID:0dfbf2c7-9de5-42c0-9686-b96f7b213088
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/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env
ArtifactUUID:411a56fc-2a54-42ae-8058-1fb4963f8bd4
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/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env
ArtifactUUID:411a56fc-2a54-42ae-8058-1fb4963f8bd4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T12:47:03.117Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d029cf3d-3016-49af-b715-518c467dd7f9 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=?
2022-03-09T12:47:03.154Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 691b018f-0493-4948-8888-68cedd8fd015 from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:03.302Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar 691b018f-0493-4948-8888-68cedd8fd015 98913
2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar ASDC sendASDCNotification
2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:47:03.308Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:03.310Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:03.310Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830023307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:03.410Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:47:03.411Z||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.
2022-03-09T12:47:03.411Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:03.423Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:03.424Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:47:04.311Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T12:47:04.312Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T12:47:04.312Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 691b018f-0493-4948-8888-68cedd8fd015, URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar to file: /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:04.313Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309124357-csar.csar
2022-03-09T12:47:04.313Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:04.313Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:04.576Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14761929016766128326/Definitions/service-Vfw20220309124357-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-09T12:47:06.678Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T12:47:06.679Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T12:47:06.679Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9ccae7d9-e3e7 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-Vfw20220309124357-csar.csar
2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria
2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria
2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=312a0b29-18a0-43e7-8a33-d5a1d1ac449e
2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria
2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fafd0294-4951-48f4-980e-e83e40ccb08c
2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria
2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7cc9a88-9053-4e79-a466-92f21d4b7ae2
2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:06.703Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:06.703Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 12-43-57
Description:catalog service description
Model UUID:d029cf3d-3016-49af-b715-518c467dd7f9
Model Version:NULL
Model InvariantUuid:b7601c27-6544-4bf5-8a3c-2bb6e43d139b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9ccae7d9-e3e7
Model UUID:55816d07-43d3-4679-97ec-137f794c2ac5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4fec48c-aac0-4325-bdf6-2926602be138
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fe268cd6-bc28-4e66-8f68-53cfeb082344
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:614a8c1b-0bdf-4fe0-8c08-2563795026ca
ModelName:Vfw9ccae7d9E3e7..base_vfw..module-0
ModelUuid:9e36d301-e745-4ddc-8edc-8270dcbdd51d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:312a0b29-18a0-43e7-8a33-d5a1d1ac449e
ModelInvariantUuid:5eb1065d-7d4b-4c56-a315-6117aa906f28
ModelName:vFW 9ccae7d9-e3e7-nodes.vfwCvfc
ModelUuid:52dc28ac-a0bd-457c-8355-340ee0929890
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:123ca8b2-2981-4474-9e7c-09cce9ae479a
ModelInvariantUuid:0a7a9124-b366-40d5-afc5-b1eca9da72a1
ModelName:Vfw9ccae7d9E3e7.compute.nodes.heat.vfw
ModelUuid:09cc3012-a4c0-4cc6-971b-6495e66b2c74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fafd0294-4951-48f4-980e-e83e40ccb08c
ModelInvariantUuid:76a0c3bf-d40f-4894-a8a9-d8ddb1806eba
ModelName:vFW 9ccae7d9-e3e7-nodes.vsnCvfc
ModelUuid:41124a54-8469-431f-b6e5-db48720e379f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:79336c12-7207-4499-a7a9-1bf8e76ab812
ModelInvariantUuid:d6fe67ad-4bc4-4c23-8dec-27dd14589725
ModelName:Vfw9ccae7d9E3e7.compute.nodes.heat.vsn
ModelUuid:1e9741c3-fd53-4498-84c3-1b8550cff5dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e7cc9a88-9053-4e79-a466-92f21d4b7ae2
ModelInvariantUuid:1d1b5f38-74bc-41db-838b-f1ce346441aa
ModelName:vFW 9ccae7d9-e3e7-nodes.vpgCvfc
ModelUuid:c8d53362-8f5c-4e53-9f37-fc7c7cbeb47c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fa129808-8eb9-4819-a168-2b5f506a7932
ModelInvariantUuid:a67489a8-223c-4ec0-b56b-d10d921d1af1
ModelName:Vfw9ccae7d9E3e7.compute.nodes.heat.vpg
ModelUuid:97fcdb42-7f8b-478c-98fa-7079236bca2c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T12:47:06.709Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 46d0128d-f33d-43bd-a5a7-293c6441f9a5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:47:06.711Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||vFW 9ccae7d9-e3e7 0
2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46d0128d-f33d-43bd-a5a7-293c6441f9a5
2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2dd5d107-8f2a-4530-babf-f58d21cac26c from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json
2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json
2022-03-09T12:47:06.985Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:47:06.985Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json 2dd5d107-8f2a-4530-babf-f58d21cac26c 785
2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json ASDC sendASDCNotification
2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json
2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:06.988Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:06.988Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830026986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:07.089Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:47:07.090Z||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.
2022-03-09T12:47:07.090Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:07.108Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:07.108Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:47:07.989Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9ccae7d9E3e7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "614a8c1b-0bdf-4fe0-8c08-2563795026ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9e36d301-e745-4ddc-8edc-8270dcbdd51d",
"vfModuleModelCustomizationUUID": "fa60bb97-652e-4fba-a4f9-8e43386a844c",
"isBase": true,
"artifacts": [
"0dfbf2c7-9de5-42c0-9686-b96f7b213088",
"411a56fc-2a54-42ae-8058-1fb4963f8bd4"
],
"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": ""
}
}
]
2022-03-09T12:47:07.993Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9ccae7d9E3e7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e36d301-e745-4ddc-8edc-8270dcbdd51d
VfModuleModelInvariantUUID:614a8c1b-0bdf-4fe0-8c08-2563795026ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dfbf2c7-9de5-42c0-9686-b96f7b213088
,
411a56fc-2a54-42ae-8058-1fb4963f8bd4
}
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
}
2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9ccae7d9E3e7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "614a8c1b-0bdf-4fe0-8c08-2563795026ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9e36d301-e745-4ddc-8edc-8270dcbdd51d",
"vfModuleModelCustomizationUUID": "fa60bb97-652e-4fba-a4f9-8e43386a844c",
"isBase": true,
"artifacts": [
"0dfbf2c7-9de5-42c0-9686-b96f7b213088",
"411a56fc-2a54-42ae-8058-1fb4963f8bd4"
],
"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": ""
}
}
]
2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9ccae7d9E3e7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e36d301-e745-4ddc-8edc-8270dcbdd51d
VfModuleModelInvariantUUID:614a8c1b-0bdf-4fe0-8c08-2563795026ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dfbf2c7-9de5-42c0-9686-b96f7b213088
,
411a56fc-2a54-42ae-8058-1fb4963f8bd4
}
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
}
2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0dfbf2c7-9de5-42c0-9686-b96f7b213088 from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml
2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml
2022-03-09T12:47:08.191Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml 0dfbf2c7-9de5-42c0-9686-b96f7b213088 20368
2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml
2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:47:08.193Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:08.194Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:08.195Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830028192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:08.295Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T12:47:08.296Z||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.
2022-03-09T12:47:08.296Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:08.308Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:08.308Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T12:47:09.195Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 411a56fc-2a54-42ae-8058-1fb4963f8bd4 from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env
2022-03-09T12:47:09.196Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T12:47:09.196Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env
2022-03-09T12:47:09.382Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env 411a56fc-2a54-42ae-8058-1fb4963f8bd4 2098
2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env
2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T12:47:09.385Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T12:47:09.385Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646830029383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T12:47:09.486Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T12:47:09.487Z||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.
2022-03-09T12:47:09.487Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ...
2022-03-09T12:47:09.509Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T12:47:09.509Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-09T12:47:10.386Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d029cf3d-3016-49af-b715-518c467dd7f9
2022-03-09T12:47:10.387Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9ccae7d9-e3e7 0 46d0128d-f33d-43bd-a5a7-293c6441f9a5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T12:47:10.402Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b3422d8, org.onap.sdc.toscaparser.api.parameters.Input@655448be, org.onap.sdc.toscaparser.api.parameters.Input@6b5a998f, org.onap.sdc.toscaparser.api.parameters.Input@2d06254b, org.onap.sdc.toscaparser.api.parameters.Input@78ee0d1]
2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fe268cd6-bc28-4e66-8f68-53cfeb082344
2022-03-09T12:47:10.405Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe268cd6-bc28-4e66-8f68-53cfeb082344 matches Tosca VF Customization UUID: fe268cd6-bc28-4e66-8f68-53cfeb082344
2022-03-09T12:47:10.405Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fe268cd6-bc28-4e66-8f68-53cfeb082344 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-09T12:47:10.407Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.407Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fe268cd6-bc28-4e66-8f68-53cfeb082344: {\"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\"}
2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6341689b
2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T12:47:10.410Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa60bb97-652e-4fba-a4f9-8e43386a844c
2022-03-09T12:47:10.410Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa60bb97-652e-4fba-a4f9-8e43386a844c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-09T12:47:10.413Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.413Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria
2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T12:47:10.418Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=312a0b29-18a0-43e7-8a33-d5a1d1ac449e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T12:47:10.420Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T12:47:10.420Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria
2022-03-09T12:47:10.421Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T12:47:10.421Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery