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-30T10:25:41.539Z||main|||||INFO|500||The following profiles are active: basic
2022-03-30T10:25:53.774Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-30T10:25:53.775Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-30T10:25:53.905Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-30T10:25:58.230Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-30T10:25:58.655Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-30T10:25:59.124Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-30T10:25:59.133Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-30T10:25:59.248Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-30T10:25:59.461Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-30T10:26:00.036Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-30T10:26:01.783Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-30T10:26:04.038Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-30T10:26:04.093Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-30T10:26:04.639Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-30T10:26:04.804Z||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-30T10:26:06.102Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-30T10:26:07.224Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-30T10:26:07.239Z||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$$b3d2088f.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-30T10:26:07.240Z||main|||||WARN|500||The sdc end point is not alive
2022-03-30T10:26:10.971Z||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-30T10:26:14.126Z||main|||||WARN|500||---
2022-03-30T10:26:14.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-30T10:26:14.128Z||main|||||WARN|500||---
2022-03-30T10:26:14.572Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-30T10:26:18.991Z||main|||||INFO|500||Started Application in 40.817 seconds (JVM running for 42.933)
2022-03-30T10:26:19.005Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-30T10:26:19.007Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-30T10:26:19.017Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-30T10:26:19.047Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-30T10:26:19.090Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96651de9-7d30-44dc-99d9-cd2aefd17117 url= /sdc/v1/artifactTypes
2022-03-30T10:26:19.090Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-30T10:26:19.346Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-30T10:26:19.376Z||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-30T10:26:19.401Z||scheduling-1|||||DEBUG|500||create keys
2022-03-30T10:26:19.409Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-30T10:26:19.452Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:26:19.471Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5b8d084-8ffd-437a-a483-a3fa23599384 url= /sdc/v1/registerForDistribution
2022-03-30T10:26:19.723Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5b8d084-8ffd-437a-a483-a3fa23599384 url= /sdc/v1/registerForDistribution
2022-03-30T10:26:19.724Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-30T10:26:19.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:26:19.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:26:19.741Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-30T10:26:19.748Z||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-30T10:26:19.748Z||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-30T10:26:19.749Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:26:19.748Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:26:30.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:26:30.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:27:19.732Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:27:19.736Z||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-30T10:27:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:27:19.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:27:19.739Z||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-30T10:27:19.739Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:27:29.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:27:29.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:28:19.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:28:19.734Z||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-30T10:28:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:28:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:28:19.735Z||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-30T10:28:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:28:29.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:28:29.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:29:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:29:19.733Z||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-30T10:29:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:29:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:29:19.736Z||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-30T10:29:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:29:29.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:29:29.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:30:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:30:19.733Z||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-30T10:30:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:30:19.734Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:30:19.735Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:30:19.736Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:30:29.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:30:29.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:31:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:31:19.733Z||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-30T10:31:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:31:19.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:31:19.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:31:19.736Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:31:29.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:31:29.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:32:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:32:19.733Z||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-30T10:32:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:32:19.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:32:19.735Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:32:19.789Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:32:29.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:32:29.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:33:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:33:19.733Z||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-30T10:33:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:33:19.734Z||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-30T10:33:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:33:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:33:29.289Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:33:29.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:34:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:34:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:34:19.735Z||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-30T10:34:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:34:19.735Z||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-30T10:34:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:34:29.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:34:29.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:35:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:35:19.733Z||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-30T10:35:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:35:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:35:19.734Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:35:19.735Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:35:29.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:35:29.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:35:39.531Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-30T10:36:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:36:19.733Z||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-30T10:36:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:36:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:36:19.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:36:19.735Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:36:29.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:36:29.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:37:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:37:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:37:19.735Z||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-30T10:37:19.735Z||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-30T10:37:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:37:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:37:29.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:37:29.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:38:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:38:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:38:19.734Z||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-30T10:38:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:38:19.734Z||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-30T10:38:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:38:29.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:38:29.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:39:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:39:19.733Z||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-30T10:39:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:39:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:39:19.735Z||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-30T10:39:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:39:29.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:39:29.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:40:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:40:19.734Z||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-30T10:40:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:40:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:40:19.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:40:19.736Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:40:29.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:40:29.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:41:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:41:19.733Z||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-30T10:41:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:41:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:41:19.734Z||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-30T10:41:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:41:29.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:41:29.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:42:19.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:42:19.733Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:42:19.733Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:42:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:42:19.734Z||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-30T10:42:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:42:29.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:42:29.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:43:19.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:43:19.733Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:43:19.733Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:43:19.734Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:43:19.734Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:43:19.734Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:43:29.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:43:29.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:44:19.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:44:19.733Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:44:19.733Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:44:19.734Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:44:19.735Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:44:19.735Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:44:29.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:44:29.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:45:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:45:19.733Z||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-30T10:45:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:45:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:45:19.735Z||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-30T10:45:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:45:29.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:45:29.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:46:19.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:46:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:46:19.735Z||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-30T10:46:19.735Z||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-30T10:46:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:46:19.736Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:46:29.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:46:29.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:47:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:47:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:47:19.734Z||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-30T10:47:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:47:19.734Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:47:19.734Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:47:29.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:47:29.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:48:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:48:19.733Z||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-30T10:48:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:48:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:48:19.734Z||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-30T10:48:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:48:29.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:48:29.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:49:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:49:19.733Z||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-30T10:49:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:49:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:49:19.734Z||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-30T10:49:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:49:29.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:49:29.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:50:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:50:19.733Z||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-30T10:50:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:50:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:50:19.734Z||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-30T10:50:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:50:29.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:50:29.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:51:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:51:19.732Z||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-30T10:51:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:51:19.735Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:51:19.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:51:19.735Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:51:29.295Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:51:29.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:52:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:52:19.733Z||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-30T10:52:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:52:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:52:19.735Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T10:52:19.735Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ...
2022-03-30T10:52:29.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:52:29.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:53:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:53:19.733Z||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-30T10:53:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:53:19.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:53:19.735Z||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-30T10:53:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:53:29.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:53:29.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:54:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:54:19.733Z||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-30T10:54:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:54:19.734Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:54:19.734Z||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-30T10:54:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:54:29.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:54:29.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:55:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:55:19.733Z||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-30T10:55:19.733Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:55:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:55:19.734Z||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-30T10:55:19.734Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:55:29.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:55:29.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:56:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:56:19.734Z||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-30T10:56:19.734Z||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-30T10:56:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:56:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:56:20.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:20.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:56:20.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:56:20.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:56:20.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:56:20.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:56:20.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:56:20.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:20.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-30T10:56:20.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"924a1584-ff85-4c05-8621-1f64e0fab5f4","serviceName":"vFW 2022-03-30 10-53-42","serviceVersion":"1.0","serviceUUID":"d41f0fdb-c36a-4bbc-aa49-f351cc866477","serviceDescription":"catalog service description","serviceInvariantUUID":"2be36b11-46a0-4fd9-bfaf-de6d6331b21a","resources":[{"resourceInstanceName":"vFW 34634663-195f 0","resourceName":"vFW 34634663-195f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1d0428f-ce6f-4dc3-9289-83e9959f49c2","resourceInvariantUUID":"37795a28-6ee2-421d-a1c2-1edd48c3a065","resourceCustomizationUUID":"355340d9-69c2-451a-932d-aa09ed26dce8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml","artifactChecksum":"MTU1NjZmODQzOTc1YTQ1MDRmZDgzZjBjYzQ2NmQ3NGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4af2d4fa-4e27-4e1c-90df-11939bcfa9d1","artifactVersion":"1"},{"artifactName":"vfw34634663195f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json","artifactChecksum":"NTc1YzgzMzM1OGRjNjUzYmRhNTE1ZTYwNDQ4MzNmYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ddc575df-4706-4c6b-9dff-769650166fe0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExMmJmMjBjZTNhMTI2ZjU5NjM2NDE2MTZhZmIzMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a31d9405-7ed9-4e9a-87ed-e01a5691f8d4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25735f04-1ae1-4492-a46e-268e97bc4a80","artifactVersion":"2","generatedFromUUID":"ddc575df-4706-4c6b-9dff-769650166fe0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330105342-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml","artifactChecksum":"NDczZDE1ZGQ3MTQ3M2MzMWJlZTVjMTM0NzE3NTg5YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c65b65d-93f3-43ba-80fb-923d317d54ce","artifactVersion":"1"},{"artifactName":"service-Vfw20220330105342-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar","artifactChecksum":"NGM3MDZmNTE5ZWEzYTFlMmNiNWZiOWM2ZmQyZjc3ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e702af5-b861-4567-85fc-a557a6d3d4ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T10:56:20.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:20.402Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:20.413Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:20.413Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:56:20.513Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-30T10:56:20.519Z||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-30T10:56:20.519Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:20.540Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:20.540Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:21.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:21.421Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:21.423Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:21.424Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T10:56:21.524Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:21.525Z||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-30T10:56:21.525Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:21.542Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:21.543Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:22.425Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:22.426Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:22.429Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:22.429Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T10:56:22.530Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:22.531Z||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-30T10:56:22.531Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:22.548Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:22.549Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:23.430Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:23.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:23.433Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:23.434Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:56:23.534Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:23.536Z||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-30T10:56:23.536Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:23.553Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:23.554Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:24.434Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:24.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:24.440Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:24.440Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T10:56:24.540Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T10:56:24.541Z||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-30T10:56:24.542Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:24.558Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:24.559Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:25.441Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:25.442Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:25.445Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:25.445Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:56:25.545Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:25.546Z||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-30T10:56:25.547Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:25.574Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:25.575Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-30T10:56:26.445Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T10:56:26.447Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:26.451Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:26.451Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:56:26.551Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T10:56:26.554Z||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-30T10:56:26.554Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:26.576Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:26.577Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-30T10:56:27.453Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"serviceName": "vFW 2022-03-30 10-53-42",
"serviceVersion": "1.0",
"serviceUUID": "d41f0fdb-c36a-4bbc-aa49-f351cc866477",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2be36b11-46a0-4fd9-bfaf-de6d6331b21a",
"resources": [
{
"resourceInstanceName": "vFW 34634663-195f 0",
"resourceCustomizationUUID": "355340d9-69c2-451a-932d-aa09ed26dce8",
"resourceName": "vFW 34634663-195f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a1d0428f-ce6f-4dc3-9289-83e9959f49c2",
"resourceInvariantUUID": "37795a28-6ee2-421d-a1c2-1edd48c3a065",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw34634663195f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"artifactChecksum": "NTc1YzgzMzM1OGRjNjUzYmRhNTE1ZTYwNDQ4MzNmYzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ddc575df-4706-4c6b-9dff-769650166fe0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25735f04-1ae1-4492-a46e-268e97bc4a80",
"generatedFromUUID": "ddc575df-4706-4c6b-9dff-769650166fe0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25735f04-1ae1-4492-a46e-268e97bc4a80",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220330105342-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"artifactChecksum": "NGM3MDZmNTE5ZWEzYTFlMmNiNWZiOWM2ZmQyZjc3ZTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e702af5-b861-4567-85fc-a557a6d3d4ca"
}
],
"workloadContext": "Production"
}
2022-03-30T10:56:27.457Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T10:56:27.458Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d41f0fdb-c36a-4bbc-aa49-f351cc866477 ASDC
2022-03-30T10:56:27.592Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:924a1584-ff85-4c05-8621-1f64e0fab5f4
ServiceName:vFW 2022-03-30 10-53-42
ServiceVersion:1.0
ServiceUUID:d41f0fdb-c36a-4bbc-aa49-f351cc866477
ServiceInvariantUUID:2be36b11-46a0-4fd9-bfaf-de6d6331b21a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220330105342-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar
ArtifactUUID:0e702af5-b861-4567-85fc-a557a6d3d4ca
ArtifactChecksum:NGM3MDZmNTE5ZWEzYTFlMmNiNWZiOWM2ZmQyZjc3ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 34634663-195f 0
ResourceCustomizationUUID:355340d9-69c2-451a-932d-aa09ed26dce8
ResourceInvariantUUID:37795a28-6ee2-421d-a1c2-1edd48c3a065
ResourceName:vFW 34634663-195f
ResourceType:VF
ResourceUUID:a1d0428f-ce6f-4dc3-9289-83e9959f49c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw34634663195f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json
ArtifactUUID:3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e
ArtifactChecksum:NTc1YzgzMzM1OGRjNjUzYmRhNTE1ZTYwNDQ4MzNmYzk=
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/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml
ArtifactUUID:ddc575df-4706-4c6b-9dff-769650166fe0
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/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env
ArtifactUUID:25735f04-1ae1-4492-a46e-268e97bc4a80
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/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env
ArtifactUUID:25735f04-1ae1-4492-a46e-268e97bc4a80
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-30T10:56:27.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d41f0fdb-c36a-4bbc-aa49-f351cc866477 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-30T10:56:27.848Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T10:56:27.849Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T10:56:27.850Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T10:56:27.851Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e702af5-b861-4567-85fc-a557a6d3d4ca from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:27.851Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T10:56:27.852Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:28.076Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T10:56:28.096Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar 0e702af5-b861-4567-85fc-a557a6d3d4ca 98954
2022-03-30T10:56:28.098Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar ASDC sendASDCNotification
2022-03-30T10:56:28.098Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:28.099Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T10:56:28.100Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:28.102Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:28.102Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637788096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:56:28.203Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:28.204Z||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-30T10:56:28.205Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:28.223Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:28.224Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:29.103Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T10:56:29.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T10:56:29.105Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0e702af5-b861-4567-85fc-a557a6d3d4ca, URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar to file: /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:29.106Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330105342-csar.csar
2022-03-30T10:56:29.183Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:29.184Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:29.987Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10619205372718146970/Definitions/service-Vfw20220330105342-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-30T10:56:32.599Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 34634663-195f 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-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-30T10:56:32.613Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.614Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.618Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:32.619Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-30T10:56:32.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T10:56:32.622Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.622Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.627Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f77a3612-6ec6-4cb7-bacb-e3dd5537dffb
2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc8502ed-0754-493d-90c9-c0aa01c53afe
2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c1a8ea-6771-4dac-a0a1-9291458916aa
2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-30 10-53-42
Description:catalog service description
Model UUID:d41f0fdb-c36a-4bbc-aa49-f351cc866477
Model Version:NULL
Model InvariantUuid:2be36b11-46a0-4fd9-bfaf-de6d6331b21a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 34634663-195f
Model UUID:edfbdf5c-28bc-404b-8dca-ce50fe9813f2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:37795a28-6ee2-421d-a1c2-1edd48c3a065
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:355340d9-69c2-451a-932d-aa09ed26dce8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5041be83-9782-4add-9f80-c701205c5dac
ModelName:Vfw34634663195f..base_vfw..module-0
ModelUuid:b6da1688-f1bb-486c-bdef-23b7270e9a74
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f77a3612-6ec6-4cb7-bacb-e3dd5537dffb
ModelInvariantUuid:043eb294-0395-4f06-b659-42d655750cc0
ModelName:vFW 34634663-195f-nodes.vfwCvfc
ModelUuid:be7637ba-ab0b-43d2-8491-df4276433b51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e26a2c9b-2aac-4234-b154-8f36b10e5b21
ModelInvariantUuid:d83ee4ca-617e-4a7c-860a-f34b0c4d9862
ModelName:Vfw34634663195f.compute.nodes.heat.vfw
ModelUuid:4a7fdfaa-8e43-4f18-a9ef-11992bee9193
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dc8502ed-0754-493d-90c9-c0aa01c53afe
ModelInvariantUuid:96b57596-ee3d-4846-a607-772fa5da2a45
ModelName:vFW 34634663-195f-nodes.vsnCvfc
ModelUuid:51618fa3-f958-44f9-a1bf-c3113b8ab8a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7395d027-51e2-4435-b4d7-86df0e603f13
ModelInvariantUuid:78650fc5-e106-4a3d-843a-434deaf3179f
ModelName:Vfw34634663195f.compute.nodes.heat.vsn
ModelUuid:e9f429ed-1c41-40c1-beba-ca96ab978af0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:26c1a8ea-6771-4dac-a0a1-9291458916aa
ModelInvariantUuid:088e16cc-f4f2-489f-8c8c-ec6e27eb203d
ModelName:vFW 34634663-195f-nodes.vpgCvfc
ModelUuid:465eb76e-4b43-45d9-9781-39ef74d65015
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:06019d09-9223-4bb7-bf95-0093b27ae3b4
ModelInvariantUuid:b2c25f6b-974c-4d12-96f2-e3515367b164
ModelName:Vfw34634663195f.compute.nodes.heat.vpg
ModelUuid:2456ddf8-312d-45e2-bf24-54f5369c04e6
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-30T10:56:32.676Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a1d0428f-ce6f-4dc3-9289-83e9959f49c2
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-30T10:56:32.768Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||vFW 34634663-195f 0
2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1d0428f-ce6f-4dc3-9289-83e9959f49c2
2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json
2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json
2022-03-30T10:56:33.102Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T10:56:33.103Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json 3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e 785
2022-03-30T10:56:33.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json ASDC sendASDCNotification
2022-03-30T10:56:33.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json
2022-03-30T10:56:33.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T10:56:33.105Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:33.109Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:33.109Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637793104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:56:33.209Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:33.210Z||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-30T10:56:33.210Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:33.226Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:33.227Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:34.110Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw34634663195f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5041be83-9782-4add-9f80-c701205c5dac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6da1688-f1bb-486c-bdef-23b7270e9a74",
"vfModuleModelCustomizationUUID": "be857469-e8b1-46de-a607-eecd3ff8425c",
"isBase": true,
"artifacts": [
"ddc575df-4706-4c6b-9dff-769650166fe0",
"25735f04-1ae1-4492-a46e-268e97bc4a80"
],
"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-30T10:56:34.128Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw34634663195f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6da1688-f1bb-486c-bdef-23b7270e9a74
VfModuleModelInvariantUUID:5041be83-9782-4add-9f80-c701205c5dac
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddc575df-4706-4c6b-9dff-769650166fe0
,
25735f04-1ae1-4492-a46e-268e97bc4a80
}
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-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw34634663195f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5041be83-9782-4add-9f80-c701205c5dac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6da1688-f1bb-486c-bdef-23b7270e9a74",
"vfModuleModelCustomizationUUID": "be857469-e8b1-46de-a607-eecd3ff8425c",
"isBase": true,
"artifacts": [
"ddc575df-4706-4c6b-9dff-769650166fe0",
"25735f04-1ae1-4492-a46e-268e97bc4a80"
],
"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-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw34634663195f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6da1688-f1bb-486c-bdef-23b7270e9a74
VfModuleModelInvariantUUID:5041be83-9782-4add-9f80-c701205c5dac
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddc575df-4706-4c6b-9dff-769650166fe0
,
25735f04-1ae1-4492-a46e-268e97bc4a80
}
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-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ddc575df-4706-4c6b-9dff-769650166fe0 from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml
2022-03-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml
2022-03-30T10:56:34.327Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T10:56:34.328Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ddc575df-4706-4c6b-9dff-769650166fe0 20368
2022-03-30T10:56:34.328Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T10:56:34.329Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml
2022-03-30T10:56:34.329Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T10:56:34.329Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:34.334Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:34.334Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637794328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:56:34.434Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T10:56:34.435Z||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-30T10:56:34.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:34.449Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:34.450Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:35.335Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25735f04-1ae1-4492-a46e-268e97bc4a80 from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env
2022-03-30T10:56:35.335Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T10:56:35.336Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env
2022-03-30T10:56:36.121Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env 25735f04-1ae1-4492-a46e-268e97bc4a80 2098
2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env
2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T10:56:36.123Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:36.126Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:36.126Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637796122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:56:36.226Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T10:56:36.227Z||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-30T10:56:36.228Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:36.242Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:36.243Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:37.127Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d41f0fdb-c36a-4bbc-aa49-f351cc866477
2022-03-30T10:56:37.127Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 34634663-195f 0 a1d0428f-ce6f-4dc3-9289-83e9959f49c2 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-30T10:56:37.166Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ea54a87, org.onap.sdc.toscaparser.api.parameters.Input@6f2bc3cf, org.onap.sdc.toscaparser.api.parameters.Input@64593bd8, org.onap.sdc.toscaparser.api.parameters.Input@5114764d, org.onap.sdc.toscaparser.api.parameters.Input@5561ff9a]
2022-03-30T10:56:37.170Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.170Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 355340d9-69c2-451a-932d-aa09ed26dce8
2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 355340d9-69c2-451a-932d-aa09ed26dce8 matches Tosca VF Customization UUID: 355340d9-69c2-451a-932d-aa09ed26dce8
2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 355340d9-69c2-451a-932d-aa09ed26dce8 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-30T10:56:37.178Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.179Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.180Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 355340d9-69c2-451a-932d-aa09ed26dce8: {\"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-30T10:56:37.181Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38c44c0c
2022-03-30T10:56:37.181Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.181Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T10:56:37.182Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be857469-e8b1-46de-a607-eecd3ff8425c
2022-03-30T10:56:37.183Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be857469-e8b1-46de-a607-eecd3ff8425c
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-30T10:56:37.190Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.190Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:37.190Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:37.191Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.191Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:37.191Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:37.194Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T10:56:37.194Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.194Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f77a3612-6ec6-4cb7-bacb-e3dd5537dffb
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-30T10:56:37.210Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.211Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:37.211Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:37.211Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:37.214Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T10:56:37.214Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.214Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc8502ed-0754-493d-90c9-c0aa01c53afe
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-30T10:56:37.217Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.217Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:37.217Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:37.220Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.220Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria
2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T10:56:37.223Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c1a8ea-6771-4dac-a0a1-9291458916aa
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-30T10:56:37.225Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria
2022-03-30T10:56:37.227Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=355340d9-69c2-451a-932d-aa09ed26dce8
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-30T10:56:37.229Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.230Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.230Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d41f0fdb-c36a-4bbc-aa49-f351cc866477: vFW 34634663-195f
2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T10:56:37.233Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-30 10-53-42
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-30T10:56:37.531Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 34634663-195f a1d0428f-ce6f-4dc3-9289-83e9959f49c2 1 ASDC deployResourceStructure
2022-03-30T10:56:37.532Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json ASDC sendASDCNotification
2022-03-30T10:56:37.532Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json
2022-03-30T10:56:37.532Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T10:56:37.533Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:37.534Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:37.534Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637797532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T10:56:37.635Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:37.638Z||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-30T10:56:37.638Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:37.659Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:37.660Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2022-03-30T10:56:38.536Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T10:56:38.536Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml
2022-03-30T10:56:38.536Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T10:56:38.537Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:38.539Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:38.540Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637798536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T10:56:38.640Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:38.641Z||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-30T10:56:38.641Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:38.659Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:38.661Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:39.541Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T10:56:39.541Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env
2022-03-30T10:56:39.542Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T10:56:39.542Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:39.544Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:39.544Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637799540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T10:56:39.644Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:39.646Z||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-30T10:56:39.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:39.662Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:39.662Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-30T10:56:40.545Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar ASDC sendASDCNotification
2022-03-30T10:56:40.546Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar
2022-03-30T10:56:40.546Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T10:56:40.546Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T10:56:40.549Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T10:56:40.549Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637800545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T10:56:40.649Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T10:56:40.650Z||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-30T10:56:40.650Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T10:56:40.664Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:56:40.665Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T10:56:41.550Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:56:41.575Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:56:41.578Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:56:41.579Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T10:56:41.579Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T10:57:11.579Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:57:11.591Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:57:11.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:57:11.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T10:57:11.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T10:57:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:57:19.735Z||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-30T10:57:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:57:19.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:57:19.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:57:19.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T10:57:19.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:57:41.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:57:41.603Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:57:41.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:57:41.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T10:57:41.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T10:58:11.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:58:11.617Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:58:11.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:58:11.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T10:58:11.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T10:58:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:58:19.735Z||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-30T10:58:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:58:19.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:58:19.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:58:19.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:58:19.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:58:41.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:58:41.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:58:41.632Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:58:41.632Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T10:58:41.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T10:59:11.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:59:11.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:59:11.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:59:11.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T10:59:11.646Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T10:59:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T10:59:19.735Z||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-30T10:59:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T10:59:20.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T10:59:20.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637776390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637775106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637779732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637785152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637785130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "cds",
"timestamp": 1648637786162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-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-30T10:59:20.356Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4
2022-03-30T10:59:20.356Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637786358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637788096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637787551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637788630,
"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-30T10:59:20.380Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4
2022-03-30T10:59:20.380Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637784331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648637789635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648637786486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637793104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637785196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637794328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637793129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637794139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.402Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637796122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.402Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "policy-id",
"timestamp": 1648637795146,
"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-30T10:59:20.410Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4
2022-03-30T10:59:20.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637797532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637797642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637798536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637798913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637799540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "clamp",
"timestamp": 1648637799918,
"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-30T10:59:20.433Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4
2022-03-30T10:59:20.434Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648637800545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637794577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T10:59:20.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637795555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T10:59:20.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T10:59:20.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637803405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T10:59:20.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637808708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648637809712,
"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-30T10:59:20.455Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4
2022-03-30T10:59:20.455Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637822677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T10:59:20.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T10:59:20.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T10:59:20.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "aai-ml",
"timestamp": 1648637823683,
"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-30T10:59:20.470Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4
2022-03-30T10:59:20.470Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:41.646Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:59:41.659Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4
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-30T10:59:41.662Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T10:59:41.662Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T10:59:41.669Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T11:00:11.669Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T11:00:11.680Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 and serviceModelVersionId: d41f0fdb-c36a-4bbc-aa49-f351cc866477
2022-03-30T11:00:11.680Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2be36b11-46a0-4fd9-bfaf-de6d6331b21a
2022-03-30T11:00:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T11:00:19.735Z||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-30T11:00:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T11:00:20.136Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:20.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T11:00:20.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:20.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:20.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-30T11:00:20.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T11:00:20.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-30T11:00:26.926Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0
2022-03-30T11:00:27.042Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T11:00:27.573Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-30T11:00:27.577Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0|INFO|500||Invoke
2022-03-30T11:00:27.700Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-30T11:00:27.945Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0|INFO|500||InvokeReturn
2022-03-30T11:00:27.946Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220330-11:00:26:494-31405], vertex-id=[176336], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:00:26 GMT], Content-Type=[application/json]}
2022-03-30T11:00:27.948Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-30T11:00:27.951Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T11:00:27.952Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||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-30T11:00:27.958Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T11:00:27.959Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 924a1584-ff85-4c05-8621-1f64e0fab5f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T11:00:27.960Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T11:00:27.961Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:27.963Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:27.963Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638027959,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T11:00:28.063Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:28.065Z||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-30T11:00:28.065Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:28.083Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:28.084Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-30T11:00:28.977Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T11:00:28.978Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|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-30T11:00:28.979Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|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 WbCfsoNG61B7iikd) ...
2022-03-30T11:00:33.308Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:33.310Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-30T11:00:33.310Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dabeecd9-b958-4f43-9f0e-2a282b550432","serviceName":"vFW 2022-03-30 10-57-56","serviceVersion":"1.0","serviceUUID":"1e6b5da3-8325-4230-92dd-c3c188b6fc98","serviceDescription":"catalog service description","serviceInvariantUUID":"96664305-6e85-49a1-9234-59ac8ed9fb7d","resources":[{"resourceInstanceName":"vFW 4092135f-160b 0","resourceName":"vFW 4092135f-160b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86295d93-26ac-4def-8c23-bdf94e54f713","resourceInvariantUUID":"26f167ab-6b33-42e9-ba4d-3faaf6ba9585","resourceCustomizationUUID":"f12e8c14-a6be-4788-9d24-d106dd0565ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml","artifactChecksum":"NzNjMWVjMThhYTkyMWM3NzZhZmU4MTFhY2FiOTcwYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78c2598a-5434-47ad-a397-a105612c4e51","artifactVersion":"1"},{"artifactName":"vfw4092135f160b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json","artifactChecksum":"ODlhMDczZDJjZWRlNDM5ODJhZGVlZTU5MWI3NjJjZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1ae801d-484e-4acd-81bb-ac1b6227d63e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb70e0d1-5c60-49c0-89b5-5a8212247c30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml","artifactChecksum":"NGMzOWQwNTgzZmExYjY1YjE1NGY0YmU3ODJhN2FiMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"242dc14a-c1cf-4a50-b0f3-e435bdcfed32","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"546e9b59-e948-46e1-81e3-9d08926a2785","artifactVersion":"2","generatedFromUUID":"eb70e0d1-5c60-49c0-89b5-5a8212247c30"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330105756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml","artifactChecksum":"NGE2MDk5YTlmYzI1MzQzODM5ZDk4ODFhYjRmOWNjMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d8c6b25-42cc-46ca-87c9-84d7df637f7f","artifactVersion":"1"},{"artifactName":"service-Vfw20220330105756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar","artifactChecksum":"MzQzZTRjYjdmZmZjODBiMmI3MTBlNmRlYzczMzE3NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a6c729e-ece0-4ca2-a626-541ea16dfd0d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T11:00:33.313Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:33.313Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:33.315Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:33.315Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:33.416Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:33.417Z||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-30T11:00:33.417Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:33.432Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:33.433Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:34.316Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:34.317Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:34.320Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:34.320Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T11:00:34.420Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:34.421Z||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-30T11:00:34.421Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:34.437Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:34.437Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:35.320Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:35.321Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:35.325Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:35.325Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T11:00:35.425Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T11:00:35.427Z||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-30T11:00:35.427Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:35.440Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:35.441Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:36.326Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:36.328Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:36.333Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:36.333Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:36.431Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-30T11:00:36.432Z||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-30T11:00:36.433Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:36.451Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:36.452Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:37.336Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:37.337Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:37.339Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:37.339Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T11:00:37.439Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:37.440Z||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-30T11:00:37.440Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:37.457Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:37.458Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:38.339Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:38.341Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:38.343Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:38.343Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:00:38.444Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:38.445Z||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-30T11:00:38.445Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:38.458Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:38.459Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:00:39.347Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:00:39.348Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:39.351Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:39.352Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:00:39.452Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:39.453Z||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-30T11:00:39.453Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:39.466Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:39.467Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:40.354Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"serviceName": "vFW 2022-03-30 10-57-56",
"serviceVersion": "1.0",
"serviceUUID": "1e6b5da3-8325-4230-92dd-c3c188b6fc98",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "96664305-6e85-49a1-9234-59ac8ed9fb7d",
"resources": [
{
"resourceInstanceName": "vFW 4092135f-160b 0",
"resourceCustomizationUUID": "f12e8c14-a6be-4788-9d24-d106dd0565ef",
"resourceName": "vFW 4092135f-160b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "86295d93-26ac-4def-8c23-bdf94e54f713",
"resourceInvariantUUID": "26f167ab-6b33-42e9-ba4d-3faaf6ba9585",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4092135f160b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"artifactChecksum": "ODlhMDczZDJjZWRlNDM5ODJhZGVlZTU5MWI3NjJjZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1ae801d-484e-4acd-81bb-ac1b6227d63e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eb70e0d1-5c60-49c0-89b5-5a8212247c30",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "546e9b59-e948-46e1-81e3-9d08926a2785",
"generatedFromUUID": "eb70e0d1-5c60-49c0-89b5-5a8212247c30"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "546e9b59-e948-46e1-81e3-9d08926a2785",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220330105756-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"artifactChecksum": "MzQzZTRjYjdmZmZjODBiMmI3MTBlNmRlYzczMzE3NDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a6c729e-ece0-4ca2-a626-541ea16dfd0d"
}
],
"workloadContext": "Production"
}
2022-03-30T11:00:40.355Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T11:00:40.355Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e6b5da3-8325-4230-92dd-c3c188b6fc98 ASDC
2022-03-30T11:00:40.355Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dabeecd9-b958-4f43-9f0e-2a282b550432
ServiceName:vFW 2022-03-30 10-57-56
ServiceVersion:1.0
ServiceUUID:1e6b5da3-8325-4230-92dd-c3c188b6fc98
ServiceInvariantUUID:96664305-6e85-49a1-9234-59ac8ed9fb7d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220330105756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar
ArtifactUUID:8a6c729e-ece0-4ca2-a626-541ea16dfd0d
ArtifactChecksum:MzQzZTRjYjdmZmZjODBiMmI3MTBlNmRlYzczMzE3NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4092135f-160b 0
ResourceCustomizationUUID:f12e8c14-a6be-4788-9d24-d106dd0565ef
ResourceInvariantUUID:26f167ab-6b33-42e9-ba4d-3faaf6ba9585
ResourceName:vFW 4092135f-160b
ResourceType:VF
ResourceUUID:86295d93-26ac-4def-8c23-bdf94e54f713
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4092135f160b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json
ArtifactUUID:f1ae801d-484e-4acd-81bb-ac1b6227d63e
ArtifactChecksum:ODlhMDczZDJjZWRlNDM5ODJhZGVlZTU5MWI3NjJjZGM=
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/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml
ArtifactUUID:eb70e0d1-5c60-49c0-89b5-5a8212247c30
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/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env
ArtifactUUID:546e9b59-e948-46e1-81e3-9d08926a2785
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/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env
ArtifactUUID:546e9b59-e948-46e1-81e3-9d08926a2785
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-30T11:00:40.355Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e6b5da3-8325-4230-92dd-c3c188b6fc98 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-30T11:00:40.386Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a6c729e-ece0-4ca2-a626-541ea16dfd0d from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:00:40.388Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:40.558Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:00:40.562Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar 8a6c729e-ece0-4ca2-a626-541ea16dfd0d 99003
2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar ASDC sendASDCNotification
2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:40.565Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:40.566Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638040563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:00:40.666Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:40.667Z||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-30T11:00:40.667Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:40.685Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:40.685Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:41.566Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T11:00:41.567Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T11:00:41.567Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a6c729e-ece0-4ca2-a626-541ea16dfd0d, URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar to file: /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:41.568Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330105756-csar.csar
2022-03-30T11:00:41.568Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:41.568Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:41.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2172234113821986222/Definitions/service-Vfw20220330105756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4092135f-160b 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-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2cc0df4f-5758-47d5-a453-d6073f985553
2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1bd692b-d43d-42e2-b269-619fcca0c9b7
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e80b4351-777a-4ee1-930b-2d95ea6407d1
2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-30 10-57-56
Description:catalog service description
Model UUID:1e6b5da3-8325-4230-92dd-c3c188b6fc98
Model Version:NULL
Model InvariantUuid:96664305-6e85-49a1-9234-59ac8ed9fb7d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4092135f-160b
Model UUID:cbc02a6e-b439-4664-bd9d-8280b4d02b4d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26f167ab-6b33-42e9-ba4d-3faaf6ba9585
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f12e8c14-a6be-4788-9d24-d106dd0565ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:adb7c07a-ad88-4acc-a48b-0076978a3314
ModelName:Vfw4092135f160b..base_vfw..module-0
ModelUuid:77b67dcd-4974-4c60-8a0c-98e748af0bd6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2cc0df4f-5758-47d5-a453-d6073f985553
ModelInvariantUuid:41e215f3-eb34-4d38-abe2-1638d0276d38
ModelName:vFW 4092135f-160b-nodes.vfwCvfc
ModelUuid:ac480b16-52e9-4231-a0e4-c34184b27120
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6ab32959-707f-400d-ba6a-d0a9113ee51d
ModelInvariantUuid:ff1a6dd3-5b32-4040-ba8b-73767df6e1fe
ModelName:Vfw4092135f160b.compute.nodes.heat.vfw
ModelUuid:11cf2d7c-abe1-4567-b6f1-be8f71eb937b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c1bd692b-d43d-42e2-b269-619fcca0c9b7
ModelInvariantUuid:e896ab21-a8e1-4410-b668-ce9b0ef4fc7e
ModelName:vFW 4092135f-160b-nodes.vsnCvfc
ModelUuid:67a24906-87d1-4be8-9d66-378d836b1ca3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:047d5150-78de-4514-a0d4-76fc0256e2b5
ModelInvariantUuid:6f0a0d80-22ab-43c8-b846-f77a838f8a2b
ModelName:Vfw4092135f160b.compute.nodes.heat.vsn
ModelUuid:d9690dea-3f30-4c07-b00c-fa42846b27aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e80b4351-777a-4ee1-930b-2d95ea6407d1
ModelInvariantUuid:12f65a76-2f31-4597-b530-c0a6033b1b43
ModelName:vFW 4092135f-160b-nodes.vpgCvfc
ModelUuid:599a96e4-74a8-41d2-8d2a-8fa0cd8bdfb1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:570eba3d-41cf-4133-b2e3-7dcd47b8d95f
ModelInvariantUuid:9c88bcff-8cee-41e5-aef5-36e21d03b96a
ModelName:Vfw4092135f160b.compute.nodes.heat.vpg
ModelUuid:41908259-8cff-4f1e-9b3d-320bb7c86e85
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-30T11:00:43.718Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 86295d93-26ac-4def-8c23-bdf94e54f713
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-30T11:00:43.720Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||vFW 4092135f-160b 0
2022-03-30T11:00:43.720Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86295d93-26ac-4def-8c23-bdf94e54f713
2022-03-30T11:00:43.720Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1ae801d-484e-4acd-81bb-ac1b6227d63e from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json
2022-03-30T11:00:43.721Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:00:43.721Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json
2022-03-30T11:00:43.857Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:00:43.858Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json f1ae801d-484e-4acd-81bb-ac1b6227d63e 785
2022-03-30T11:00:43.858Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json ASDC sendASDCNotification
2022-03-30T11:00:43.858Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json
2022-03-30T11:00:43.859Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:00:43.859Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:43.862Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:43.862Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638043858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:00:43.962Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:43.963Z||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-30T11:00:43.963Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:43.977Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:43.977Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:44.862Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4092135f160b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "adb7c07a-ad88-4acc-a48b-0076978a3314",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "77b67dcd-4974-4c60-8a0c-98e748af0bd6",
"vfModuleModelCustomizationUUID": "5499d701-f4c4-4028-ac2d-a570f1ff11fa",
"isBase": true,
"artifacts": [
"eb70e0d1-5c60-49c0-89b5-5a8212247c30",
"546e9b59-e948-46e1-81e3-9d08926a2785"
],
"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-30T11:00:44.867Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4092135f160b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77b67dcd-4974-4c60-8a0c-98e748af0bd6
VfModuleModelInvariantUUID:adb7c07a-ad88-4acc-a48b-0076978a3314
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb70e0d1-5c60-49c0-89b5-5a8212247c30
,
546e9b59-e948-46e1-81e3-9d08926a2785
}
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-30T11:00:44.868Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4092135f160b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "adb7c07a-ad88-4acc-a48b-0076978a3314",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "77b67dcd-4974-4c60-8a0c-98e748af0bd6",
"vfModuleModelCustomizationUUID": "5499d701-f4c4-4028-ac2d-a570f1ff11fa",
"isBase": true,
"artifacts": [
"eb70e0d1-5c60-49c0-89b5-5a8212247c30",
"546e9b59-e948-46e1-81e3-9d08926a2785"
],
"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-30T11:00:44.868Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4092135f160b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77b67dcd-4974-4c60-8a0c-98e748af0bd6
VfModuleModelInvariantUUID:adb7c07a-ad88-4acc-a48b-0076978a3314
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb70e0d1-5c60-49c0-89b5-5a8212247c30
,
546e9b59-e948-46e1-81e3-9d08926a2785
}
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-30T11:00:44.869Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb70e0d1-5c60-49c0-89b5-5a8212247c30 from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml
2022-03-30T11:00:44.869Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:00:44.869Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml
2022-03-30T11:00:45.167Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:00:45.167Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml eb70e0d1-5c60-49c0-89b5-5a8212247c30 20368
2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml
2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:45.170Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:45.170Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638045168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:00:45.270Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:45.271Z||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-30T11:00:45.272Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:45.290Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:45.291Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:46.171Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 546e9b59-e948-46e1-81e3-9d08926a2785 from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env
2022-03-30T11:00:46.172Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:00:46.172Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env
2022-03-30T11:00:46.247Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:00:46.247Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env 546e9b59-e948-46e1-81e3-9d08926a2785 2098
2022-03-30T11:00:46.248Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T11:00:46.248Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env
2022-03-30T11:00:46.249Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:00:46.249Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:46.251Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:46.252Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638046248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:00:46.352Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:46.353Z||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-30T11:00:46.353Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:46.369Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:46.370Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:00:47.253Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1e6b5da3-8325-4230-92dd-c3c188b6fc98
2022-03-30T11:00:47.254Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4092135f-160b 0 86295d93-26ac-4def-8c23-bdf94e54f713 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-30T11:00:47.271Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@798a6a76, org.onap.sdc.toscaparser.api.parameters.Input@56f223c, org.onap.sdc.toscaparser.api.parameters.Input@6e9cbfa5, org.onap.sdc.toscaparser.api.parameters.Input@492ff954, org.onap.sdc.toscaparser.api.parameters.Input@63dcf3dd]
2022-03-30T11:00:47.272Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.273Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.273Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-30T11:00:47.274Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f12e8c14-a6be-4788-9d24-d106dd0565ef
2022-03-30T11:00:47.274Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f12e8c14-a6be-4788-9d24-d106dd0565ef matches Tosca VF Customization UUID: f12e8c14-a6be-4788-9d24-d106dd0565ef
2022-03-30T11:00:47.274Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f12e8c14-a6be-4788-9d24-d106dd0565ef 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-30T11:00:47.276Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.277Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.278Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f12e8c14-a6be-4788-9d24-d106dd0565ef: {\"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-30T11:00:47.278Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2267181a
2022-03-30T11:00:47.278Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.279Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T11:00:47.279Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5499d701-f4c4-4028-ac2d-a570f1ff11fa
2022-03-30T11:00:47.279Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5499d701-f4c4-4028-ac2d-a570f1ff11fa
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-30T11:00:47.281Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.282Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:47.282Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:47.283Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.283Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:47.283Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:47.284Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.284Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:47.284Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:47.285Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:47.285Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T11:00:47.285Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T11:00:47.286Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T11:00:47.286Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.286Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:47.287Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T11:00:47.287Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:47.287Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T11:00:47.288Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.288Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2cc0df4f-5758-47d5-a453-d6073f985553
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-30T11:00:47.290Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.290Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:47.291Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:47.291Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.291Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:47.292Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:47.292Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:47.292Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T11:00:47.293Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.293Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:47.293Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T11:00:47.294Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.294Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T11:00:47.295Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T11:00:47.295Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:47.295Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T11:00:47.296Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.296Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1bd692b-d43d-42e2-b269-619fcca0c9b7
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-30T11:00:47.298Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.299Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:47.299Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:47.300Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.300Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria
2022-03-30T11:00:47.300Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T11:00:47.301Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T11:00:47.301Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T11:00:47.302Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.302Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:47.302Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T11:00:47.303Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.303Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T11:00:47.303Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T11:00:47.304Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T11:00:47.304Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T11:00:47.304Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T11:00:47.305Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e80b4351-777a-4ee1-930b-2d95ea6407d1
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-30T11:00:47.307Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.307Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:47.307Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:00:47.308Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.308Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria
2022-03-30T11:00:47.308Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=f12e8c14-a6be-4788-9d24-d106dd0565ef
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-30T11:00:47.310Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.310Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.311Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1e6b5da3-8325-4230-92dd-c3c188b6fc98: vFW 4092135f-160b
2022-03-30T11:00:47.311Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.313Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.313Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.313Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.314Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:00:47.314Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:00:47.314Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-30 10-57-56
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-30T11:00:47.484Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4092135f-160b 86295d93-26ac-4def-8c23-bdf94e54f713 1 ASDC deployResourceStructure
2022-03-30T11:00:47.505Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json ASDC sendASDCNotification
2022-03-30T11:00:47.505Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json
2022-03-30T11:00:47.505Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T11:00:47.507Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:47.511Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:47.511Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638047484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T11:00:47.611Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:47.612Z||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-30T11:00:47.613Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:47.635Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:47.636Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:00:48.512Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T11:00:48.513Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml
2022-03-30T11:00:48.513Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T11:00:48.514Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:48.515Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:48.516Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638048512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T11:00:48.616Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:48.617Z||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-30T11:00:48.617Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:48.635Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:48.636Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:49.517Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T11:00:49.517Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env
2022-03-30T11:00:49.517Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T11:00:49.518Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:49.520Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:49.520Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638049516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T11:00:49.620Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:49.621Z||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-30T11:00:49.621Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:49.639Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:49.640Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:00:50.521Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar ASDC sendASDCNotification
2022-03-30T11:00:50.522Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar
2022-03-30T11:00:50.522Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T11:00:50.522Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:00:50.525Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:00:50.525Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638050521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T11:00:50.625Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:00:50.627Z||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-30T11:00:50.627Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:00:50.643Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:00:50.644Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:00:51.526Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:00:51.537Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:00:51.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T11:00:51.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T11:00:51.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T11:01:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T11:01:19.735Z||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-30T11:01:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T11:01:19.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:01:19.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:01:19.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:01:19.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:01:21.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:01:21.553Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:01:21.557Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T11:01:21.557Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T11:01:21.558Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T11:01:51.558Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:01:51.569Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:01:51.571Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T11:01:51.571Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T11:01:51.571Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T11:02:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T11:02:19.735Z||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-30T11:02:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T11:02:19.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:02:19.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:02:19.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:02:19.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:02:21.572Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:02:21.582Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:02:21.586Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T11:02:21.587Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T11:02:21.587Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T11:02:51.587Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:02:51.599Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:02:51.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T11:02:51.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T11:02:51.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T11:03:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T11:03:19.735Z||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-30T11:03:19.735Z||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 WbCfsoNG61B7iikd) ...
2022-03-30T11:03:19.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:03:19.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638005557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "ves-openapi-manager",
"timestamp": 1648638006486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638005196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638021263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638021255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638015106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638022260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638016390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "policy-id",
"timestamp": 1648638023263,
"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-30T11:03:19.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432
2022-03-30T11:03:19.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638023211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "cds",
"timestamp": 1648638024218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-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-30T11:03:19.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432
2022-03-30T11:03:19.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638024834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638025550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648638025839,
"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-30T11:03:19.829Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432
2022-03-30T11:03:19.829Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638027959,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T11:03:19.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638026749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638027781,
"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-30T11:03:19.844Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432
2022-03-30T11:03:19.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638028785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638024331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638037367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638038966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638028977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "clamp",
"timestamp": 1648638039970,
"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-30T11:03:19.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432
2022-03-30T11:03:19.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638040563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638034577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638042381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638043858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638045168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638046248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638047484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638048512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638049516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638050521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638056568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T11:03:19.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T11:03:19.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "aai-ml",
"timestamp": 1648638057571,
"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-30T11:03:19.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432
2022-03-30T11:03:19.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "cds",
"timestamp": 1648638075107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638076391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "cds",
"timestamp": 1648638075107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648638076391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T11:03:19.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:19.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-30T11:03:19.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "cds",
"timestamp": 1648638075107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:19.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-30T11:03:21.602Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:03:21.613Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432
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-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T11:03:21.621Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T11:03:51.621Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:51.629Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dabeecd9-b958-4f43-9f0e-2a282b550432 and serviceModelVersionId: 1e6b5da3-8325-4230-92dd-c3c188b6fc98
2022-03-30T11:03:51.629Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96664305-6e85-49a1-9234-59ac8ed9fb7d
2022-03-30T11:03:51.630Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0
2022-03-30T11:03:51.634Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T11:03:51.684Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|INFO|500||Invoke
2022-03-30T11:03:51.685Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dabeecd9-b958-4f43-9f0e-2a282b550432], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b0bd706-ea22-494b-a582-cd054d195313], X-ECOMP-RequestID=[dabeecd9-b958-4f43-9f0e-2a282b550432], X-TransactionId=[], X-ONAP-RequestID=[dabeecd9-b958-4f43-9f0e-2a282b550432], Content-Type=[application/merge-patch+json]}
2022-03-30T11:03:51.713Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-30T11:03:52.186Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?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/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-11:03:50:505-85548], vertex-id=[184368], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:03:50 GMT], Content-Type=[application/json]}
2022-03-30T11:03:52.187Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T11:03:52.187Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|INFO|500||InvokeReturn
2022-03-30T11:03:52.188Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T11:03:52.188Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||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-30T11:03:52.194Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T11:03:52.195Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dabeecd9-b958-4f43-9f0e-2a282b550432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T11:03:52.195Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T11:03:52.195Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:03:52.197Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:03:52.198Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638232195,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T11:03:52.298Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:03:52.299Z||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-30T11:03:52.299Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:03:52.327Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:03:52.327Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-30T11:03:53.210Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T11:03:53.211Z|dabeecd9-b958-4f43-9f0e-2a282b550432|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-30T11:03:53.211Z|dabeecd9-b958-4f43-9f0e-2a282b550432|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 WbCfsoNG61B7iikd) ...
2022-03-30T11:03:57.580Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:03:57.581Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-30T11:03:57.581Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c81de08b-c124-434e-ba9c-aac1fa50506c","serviceName":"basic_onboard_IaJfgI","serviceVersion":"1.0","serviceUUID":"77b10326-7821-47c0-83ca-3fab12d66891","serviceDescription":"service","serviceInvariantUUID":"5c7b3048-79d9-44bd-b848-7fab5d9965af","resources":[{"resourceInstanceName":"basic_onboard_IaJfgI 0","resourceName":"basic_onboard_IaJfgI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3af8b39-edbe-4b87-8dd8-73b22d165f3f","resourceInvariantUUID":"f0956027-0f3d-4a82-b1be-9776a5893954","resourceCustomizationUUID":"9d000c6c-ea64-4d2f-9a58-50a867652d3a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml","artifactChecksum":"MjA1ZDgyYTEzOGIwMDgxYTUyNWJmNDBjNzA2MDk2OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa0a4085-29cc-4dcc-b0a9-69fe913d67a7","artifactVersion":"1"},{"artifactName":"basic_onboard_iajfgi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json","artifactChecksum":"OWQ0YTE4M2VhZDkyMGIzZjkwMGY0MzI1NmZiZjU0YjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97bb8f74-e740-453e-8cf1-8572cc792718","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4950c97e-9bfc-43c2-94db-076b92efcf15","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24a0fe64-f4f1-4303-92f0-82f09829e552","artifactVersion":"2","generatedFromUUID":"97bb8f74-e740-453e-8cf1-8572cc792718"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIajfgi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml","artifactChecksum":"N2I5YWRhMDkzNWMxMGE0OTVjNTBlNDdiM2E4ZmYwZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2eefc2ab-4026-4f28-ae0b-337df6760ce5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIajfgi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar","artifactChecksum":"MjhlZGVlOTNkNzcxMmNiNjJmNGFlZTI3YmU1NzRmODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38c777a5-9d4f-42a3-a1d9-eef9d0cef056","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T11:03:57.586Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:03:57.586Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:03:57.588Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:03:57.588Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:03:57.688Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:03:57.689Z||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-30T11:03:57.689Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:03:57.705Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:03:57.706Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:03:58.588Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:03:58.589Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:03:58.591Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:03:58.591Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T11:03:58.692Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:03:58.693Z||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-30T11:03:58.693Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:03:58.713Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:03:58.714Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-03-30T11:03:59.592Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:03:59.593Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:03:59.595Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:03:59.595Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-30T11:03:59.695Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:03:59.696Z||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-30T11:03:59.697Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:03:59.711Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:03:59.711Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:04:00.596Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:04:00.597Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:00.600Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:00.600Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:04:00.700Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:04:00.701Z||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-30T11:04:00.701Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:00.715Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:00.715Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:04:01.600Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:04:01.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:01.603Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:01.603Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-30T11:04:01.703Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:04:01.704Z||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-30T11:04:01.704Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:01.717Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:01.718Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:04:02.604Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:04:02.605Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:02.607Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:02.607Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T11:04:02.707Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:04:02.708Z||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-30T11:04:02.708Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:02.725Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:02.725Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:04:03.608Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T11:04:03.608Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:03.610Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:03.610Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638233210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T11:04:03.711Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T11:04:03.712Z||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-30T11:04:03.712Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:03.724Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:03.725Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:04:04.612Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"serviceName": "basic_onboard_IaJfgI",
"serviceVersion": "1.0",
"serviceUUID": "77b10326-7821-47c0-83ca-3fab12d66891",
"serviceDescription": "service",
"serviceInvariantUUID": "5c7b3048-79d9-44bd-b848-7fab5d9965af",
"resources": [
{
"resourceInstanceName": "basic_onboard_IaJfgI 0",
"resourceCustomizationUUID": "9d000c6c-ea64-4d2f-9a58-50a867652d3a",
"resourceName": "basic_onboard_IaJfgI",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e3af8b39-edbe-4b87-8dd8-73b22d165f3f",
"resourceInvariantUUID": "f0956027-0f3d-4a82-b1be-9776a5893954",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iajfgi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json",
"artifactChecksum": "OWQ0YTE4M2VhZDkyMGIzZjkwMGY0MzI1NmZiZjU0YjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "97bb8f74-e740-453e-8cf1-8572cc792718",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24a0fe64-f4f1-4303-92f0-82f09829e552",
"generatedFromUUID": "97bb8f74-e740-453e-8cf1-8572cc792718"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24a0fe64-f4f1-4303-92f0-82f09829e552",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIajfgi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar",
"artifactChecksum": "MjhlZGVlOTNkNzcxMmNiNjJmNGFlZTI3YmU1NzRmODc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38c777a5-9d4f-42a3-a1d9-eef9d0cef056"
}
],
"workloadContext": "Production"
}
2022-03-30T11:04:04.612Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T11:04:04.613Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 77b10326-7821-47c0-83ca-3fab12d66891 ASDC
2022-03-30T11:04:04.614Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c81de08b-c124-434e-ba9c-aac1fa50506c
ServiceName:basic_onboard_IaJfgI
ServiceVersion:1.0
ServiceUUID:77b10326-7821-47c0-83ca-3fab12d66891
ServiceInvariantUUID:5c7b3048-79d9-44bd-b848-7fab5d9965af
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIajfgi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar
ArtifactUUID:38c777a5-9d4f-42a3-a1d9-eef9d0cef056
ArtifactChecksum:MjhlZGVlOTNkNzcxMmNiNjJmNGFlZTI3YmU1NzRmODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IaJfgI 0
ResourceCustomizationUUID:9d000c6c-ea64-4d2f-9a58-50a867652d3a
ResourceInvariantUUID:f0956027-0f3d-4a82-b1be-9776a5893954
ResourceName:basic_onboard_IaJfgI
ResourceType:VF
ResourceUUID:e3af8b39-edbe-4b87-8dd8-73b22d165f3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iajfgi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json
ArtifactUUID:cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0
ArtifactChecksum:OWQ0YTE4M2VhZDkyMGIzZjkwMGY0MzI1NmZiZjU0YjQ=
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/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:97bb8f74-e740-453e-8cf1-8572cc792718
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/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env
ArtifactUUID:24a0fe64-f4f1-4303-92f0-82f09829e552
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/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env
ArtifactUUID:24a0fe64-f4f1-4303-92f0-82f09829e552
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-30T11:04:04.614Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77b10326-7821-47c0-83ca-3fab12d66891 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-30T11:04:04.645Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T11:04:04.645Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T11:04:04.646Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T11:04:04.646Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38c777a5-9d4f-42a3-a1d9-eef9d0cef056 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:04.646Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:04:04.647Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:05.033Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:04:05.036Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar 38c777a5-9d4f-42a3-a1d9-eef9d0cef056 71581
2022-03-30T11:04:05.036Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar ASDC sendASDCNotification
2022-03-30T11:04:05.037Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:05.037Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:04:05.037Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:05.039Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:05.039Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638245036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:04:05.139Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:04:05.140Z||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-30T11:04:05.141Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:05.155Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:05.155Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:04:06.040Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T11:04:06.041Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-30T11:04:06.041Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 38c777a5-9d4f-42a3-a1d9-eef9d0cef056, URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar to file: /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:06.042Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:06.042Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:06.042Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:06.144Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10328823596714588383/Definitions/service-BasicOnboardIajfgi-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-30T11:04:07.302Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||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-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IaJfgI 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-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar
2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria
2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria
2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is not matching search criteria
2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria
2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria
2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria
2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is not matching search criteria
2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d47d20a-1644-4161-a49b-22baedb566cf
2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:07.315Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_IaJfgI
Description:service
Model UUID:77b10326-7821-47c0-83ca-3fab12d66891
Model Version:NULL
Model InvariantUuid:5c7b3048-79d9-44bd-b848-7fab5d9965af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_IaJfgI
Model UUID:7dac83cc-2d02-4be5-a1b5-9a5a5879068f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0956027-0f3d-4a82-b1be-9776a5893954
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9d000c6c-ea64-4d2f-9a58-50a867652d3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f827cf0a-97e0-4369-98b8-12333750e16e
ModelName:BasicOnboardIajfgi..base_ubuntu18..module-0
ModelUuid:44054aaf-62f1-441d-a2a5-ed3be2b20752
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1d47d20a-1644-4161-a49b-22baedb566cf
ModelInvariantUuid:8feb1523-4273-4a77-a8a9-e13f53d63d46
ModelName:basic_onboard_IaJfgI-nodes.ubuntu18Cvfc
ModelUuid:5f3d5282-cb68-4d74-8720-f8c8569c9468
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6daf3b43-5bb4-4455-a61f-165d13d175ac
ModelInvariantUuid:0d3de178-aac1-4c58-9b89-aedd63412867
ModelName:BasicOnboardIajfgi.compute.nodes.heat.ubuntu18
ModelUuid:45a5b176-7c81-4e9b-b6d5-1a09946b57f7
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-30T11:04:07.322Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e3af8b39-edbe-4b87-8dd8-73b22d165f3f
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-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||basic_onboard_IaJfgI 0
2022-03-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3af8b39-edbe-4b87-8dd8-73b22d165f3f
2022-03-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json
2022-03-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:04:07.326Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json
2022-03-30T11:04:07.719Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:04:07.720Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0 798
2022-03-30T11:04:07.720Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json ASDC sendASDCNotification
2022-03-30T11:04:07.720Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json
2022-03-30T11:04:07.721Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:04:07.721Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:07.723Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:07.724Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638247720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:04:07.824Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:04:07.825Z||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-30T11:04:07.825Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:07.842Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:07.842Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-30T11:04:08.725Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIajfgi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f827cf0a-97e0-4369-98b8-12333750e16e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44054aaf-62f1-441d-a2a5-ed3be2b20752",
"vfModuleModelCustomizationUUID": "fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82",
"isBase": true,
"artifacts": [
"97bb8f74-e740-453e-8cf1-8572cc792718",
"24a0fe64-f4f1-4303-92f0-82f09829e552"
],
"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-30T11:04:08.729Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIajfgi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44054aaf-62f1-441d-a2a5-ed3be2b20752
VfModuleModelInvariantUUID:f827cf0a-97e0-4369-98b8-12333750e16e
VfModuleModelDescription:NULL
Artifacts UUID List:{
97bb8f74-e740-453e-8cf1-8572cc792718
,
24a0fe64-f4f1-4303-92f0-82f09829e552
}
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-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIajfgi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f827cf0a-97e0-4369-98b8-12333750e16e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44054aaf-62f1-441d-a2a5-ed3be2b20752",
"vfModuleModelCustomizationUUID": "fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82",
"isBase": true,
"artifacts": [
"97bb8f74-e740-453e-8cf1-8572cc792718",
"24a0fe64-f4f1-4303-92f0-82f09829e552"
],
"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-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIajfgi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44054aaf-62f1-441d-a2a5-ed3be2b20752
VfModuleModelInvariantUUID:f827cf0a-97e0-4369-98b8-12333750e16e
VfModuleModelDescription:NULL
Artifacts UUID List:{
97bb8f74-e740-453e-8cf1-8572cc792718
,
24a0fe64-f4f1-4303-92f0-82f09829e552
}
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-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 97bb8f74-e740-453e-8cf1-8572cc792718 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml
2022-03-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:04:08.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml
2022-03-30T11:04:09.022Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml 97bb8f74-e740-453e-8cf1-8572cc792718 5033
2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml
2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:04:09.024Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:09.026Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:09.026Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638249023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:04:09.126Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T11:04:09.127Z||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-30T11:04:09.127Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:09.143Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:09.143Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:04:10.027Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 24a0fe64-f4f1-4303-92f0-82f09829e552 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env
2022-03-30T11:04:10.027Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-30T11:04:10.027Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env
2022-03-30T11:04:10.173Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-30T11:04:10.173Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env 24a0fe64-f4f1-4303-92f0-82f09829e552 909
2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env
2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-30T11:04:10.176Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T11:04:10.176Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648638250174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T11:04:10.277Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T11:04:10.278Z||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-30T11:04:10.278Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ...
2022-03-30T11:04:10.294Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T11:04:10.295Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T11:04:11.177Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 77b10326-7821-47c0-83ca-3fab12d66891
2022-03-30T11:04:11.178Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IaJfgI 0 e3af8b39-edbe-4b87-8dd8-73b22d165f3f 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-30T11:04:11.190Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ac60787, org.onap.sdc.toscaparser.api.parameters.Input@2372c5fe, org.onap.sdc.toscaparser.api.parameters.Input@14016fef, org.onap.sdc.toscaparser.api.parameters.Input@e11b6be, org.onap.sdc.toscaparser.api.parameters.Input@44a162c4]
2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9d000c6c-ea64-4d2f-9a58-50a867652d3a
2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9d000c6c-ea64-4d2f-9a58-50a867652d3a matches Tosca VF Customization UUID: 9d000c6c-ea64-4d2f-9a58-50a867652d3a
2022-03-30T11:04:11.193Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9d000c6c-ea64-4d2f-9a58-50a867652d3a 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-30T11:04:11.194Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9d000c6c-ea64-4d2f-9a58-50a867652d3a: {\"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-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d8f8a67
2022-03-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T11:04:11.196Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T11:04:11.196Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82
2022-03-30T11:04:11.196Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82
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-30T11:04:11.198Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery