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-24T14:39:46.785Z||main|||||INFO|500||The following profiles are active: basic
2022-03-24T14:40:05.859Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-24T14:40:05.862Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-24T14:40:06.060Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-24T14:40:13.426Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-24T14:40:14.065Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-24T14:40:14.995Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-24T14:40:15.060Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-24T14:40:15.293Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-24T14:40:15.878Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-24T14:40:16.708Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24T14:40:19.753Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T14:40:24.234Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T14:40:24.314Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-24T14:40:25.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T14:40:25.688Z||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-24T14:40:27.766Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T14:40:29.292Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-24T14:40:29.322Z||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$$7b5c92.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-24T14:40:29.323Z||main|||||WARN|500||The sdc end point is not alive
2022-03-24T14:40:34.291Z||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-24T14:40:38.864Z||main|||||WARN|500||---
2022-03-24T14:40:38.865Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-24T14:40:38.865Z||main|||||WARN|500||---
2022-03-24T14:40:39.605Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-24T14:40:47.488Z||main|||||INFO|500||Started Application in 66.134 seconds (JVM running for 69.64)
2022-03-24T14:40:47.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-24T14:40:47.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-24T14:40:47.600Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-24T14:40:47.654Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-24T14:40:47.727Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f073c80-da52-44bf-a960-9decbaa5ec6c url= /sdc/v1/artifactTypes
2022-03-24T14:40:47.728Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-24T14:40:48.146Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-24T14:40:48.192Z||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-24T14:40:48.225Z||scheduling-1|||||DEBUG|500||create keys
2022-03-24T14:40:48.236Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-24T14:40:48.274Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:40:48.312Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b16d676a-1ab8-4755-b275-0f04df9d4472 url= /sdc/v1/registerForDistribution
2022-03-24T14:40:48.463Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b16d676a-1ab8-4755-b275-0f04df9d4472 url= /sdc/v1/registerForDistribution
2022-03-24T14:40:48.464Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-24T14:40:48.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:40:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:40:48.532Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-24T14:40:48.546Z||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-24T14:40:48.547Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:40:48.554Z||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-24T14:40:48.554Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:40:58.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:40:58.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:41:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:41:48.482Z||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-24T14:41:48.482Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:41:48.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:41:48.522Z||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-24T14:41:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:41:58.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:41:58.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:42:48.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:42:48.481Z||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-24T14:42:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:42:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:42:48.522Z||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-24T14:42:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:42:58.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:42:58.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:43:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:43:48.481Z||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-24T14:43:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:43:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:43:48.522Z||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-24T14:43:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:43:58.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:43:58.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:44:48.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:44:48.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T14:44:48.481Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T14:44:48.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:44:48.522Z||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-24T14:44:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:44:58.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:44:58.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:45:48.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:45:48.480Z||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-24T14:45:48.480Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:45:48.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:45:48.522Z||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-24T14:45:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:45:58.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:45:58.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:46:48.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:46:48.480Z||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-24T14:46:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:46:48.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:46:48.523Z||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-24T14:46:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:46:58.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:46:58.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:47:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:47:48.482Z||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-24T14:47:48.483Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:47:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:47:48.525Z||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-24T14:47:48.525Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:47:58.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:47:58.088Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:48:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:48:48.481Z||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-24T14:48:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:48:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:48:48.522Z||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-24T14:48:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:48:58.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:48:58.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:49:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:49:48.480Z||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-24T14:49:48.480Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:49:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:49:48.522Z||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-24T14:49:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:49:58.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:49:58.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:50:07.359Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24T14:50:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:50:48.480Z||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-24T14:50:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:50:48.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:50:48.522Z||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-24T14:50:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:50:58.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:50:58.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:51:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:51:48.482Z||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-24T14:51:48.482Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:51:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:51:48.522Z||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-24T14:51:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:51:58.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:51:58.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:52:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:52:48.481Z||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-24T14:52:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:52:48.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:52:48.522Z||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-24T14:52:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:52:58.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:52:58.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:53:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:53:48.480Z||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-24T14:53:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:53:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:53:48.522Z||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-24T14:53:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:53:58.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:53:58.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:54:48.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:54:48.483Z||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-24T14:54:48.484Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:54:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:54:48.522Z||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-24T14:54:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:54:58.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:54:58.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:55:48.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:55:48.481Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T14:55:48.481Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T14:55:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:55:48.522Z||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-24T14:55:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:55:58.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:55:58.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:56:48.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:56:48.480Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T14:56:48.481Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T14:56:48.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:56:48.522Z||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-24T14:56:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:56:58.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:56:58.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:57:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:57:48.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T14:57:48.480Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T14:57:48.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:57:48.522Z||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-24T14:57:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:57:58.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:57:58.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:58:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:58:48.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T14:58:48.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T14:58:48.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:58:48.522Z||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-24T14:58:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:58:58.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:58:58.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:59:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:59:48.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T14:59:48.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T14:59:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T14:59:48.522Z||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-24T14:59:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T14:59:58.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T14:59:58.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:00:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:00:48.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:00:48.480Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:00:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:00:48.522Z||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-24T15:00:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:00:58.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:00:58.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:01:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:01:48.481Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:01:48.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:01:48.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:01:48.522Z||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-24T15:01:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:01:58.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:01:58.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:02:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:02:48.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:02:48.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:02:48.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:02:48.522Z||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-24T15:02:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:02:58.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:02:58.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:03:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:03:48.481Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:03:48.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:03:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:03:48.522Z||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-24T15:03:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:03:58.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:03:58.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:04:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:04:48.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:04:48.480Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:04:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:04:48.522Z||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-24T15:04:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:04:58.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:04:58.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:05:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:05:48.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:05:48.480Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:05:48.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:05:48.522Z||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-24T15:05:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:05:58.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:05:58.093Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:06:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:06:48.481Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:06:48.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:06:48.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:06:48.522Z||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-24T15:06:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:06:58.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:06:58.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:07:48.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:07:48.481Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T15:07:48.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:07:48.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:07:48.522Z||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-24T15:07:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:07:58.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:07:58.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:08:48.479Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:08:48.481Z||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-24T15:08:48.481Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:08:48.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:08:48.522Z||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-24T15:08:48.523Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:08:58.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:08:58.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:48.479Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:09:48.480Z||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-24T15:09:48.480Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:09:48.522Z||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-24T15:09:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:52.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:52.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T15:09:52.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b9e36ab-3623-4518-aa40-aaaa4c880aff","serviceName":"basic_onboard_BkzJZH","serviceVersion":"1.0","serviceUUID":"193a7c50-2c71-4373-bde6-4e82df430ff4","serviceDescription":"service","serviceInvariantUUID":"ecb90581-d677-4bdc-b182-a3be1543228c","resources":[{"resourceInstanceName":"basic_onboard_BkzJZH 0","resourceName":"basic_onboard_BkzJZH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ec7c1fa-1067-4f6e-b455-6b9efdc22333","resourceInvariantUUID":"e1933221-d94f-4420-a8ea-aa5212df5d6b","resourceCustomizationUUID":"795c95b0-b120-47a4-a059-3dd642899e5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml","artifactChecksum":"OGEwMGZiODBiNWU5NDdjYmYxNzM3ZDhjYjQ1OTM2M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5feacee7-ed99-493c-96fe-85c71b55d493","artifactVersion":"1"},{"artifactName":"basic_onboard_bkzjzh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json","artifactChecksum":"Y2IxODQ4NzNhMDUwM2EyZWY2YWQxMDU3ZTYzZGZmN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d35aebbe-f4fb-4c63-9c8a-afec60239fef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b204931b-a7ba-45ee-8f14-fc953b6a84a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1b076d0-4992-4efa-9659-e5b1a14f296f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9be09d2d-28a1-49a0-b436-b25e844ea1fa","artifactVersion":"2","generatedFromUUID":"b204931b-a7ba-45ee-8f14-fc953b6a84a7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBkzjzh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml","artifactChecksum":"MTc5ZWQ3ZWI4ODVhYWQ2NDFkNTU5MTAyYzgzNDMxNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f581fd44-97db-4b15-aa1d-e57ba94c8d52","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBkzjzh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar","artifactChecksum":"YTM3NTU3NjgxODMyZWVlMjI4ZDViODBjZDBlZjlkMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3ab3869-a829-4256-a564-0a4819a48d09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T15:09:52.307Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:52.317Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:52.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:52.333Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:09:52.434Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-24T15:09:52.442Z||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-24T15:09:52.442Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:52.463Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:52.464Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:09:52.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:52.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:09:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:09:52.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:09:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:09:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:09:52.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:09:53.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:53.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:53.354Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:53.354Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:09:53.454Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:09:53.455Z||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-24T15:09:53.455Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:53.468Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:53.469Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-03-24T15:09:54.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:54.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:54.360Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:54.360Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:09:54.460Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:09:54.462Z||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-24T15:09:54.462Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:54.485Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:54.486Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:09:55.361Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:55.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:55.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:55.374Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:09:55.464Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-24T15:09:55.466Z||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-24T15:09:55.466Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:55.478Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:55.479Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:09:56.375Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:56.376Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:56.378Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:56.379Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-24T15:09:56.479Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:09:56.480Z||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-24T15:09:56.480Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:56.494Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:56.495Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:09:57.379Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:57.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:57.383Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:57.383Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:09:57.483Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:09:57.485Z||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-24T15:09:57.485Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:57.497Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:57.498Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:09:58.384Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:09:58.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:09:58.388Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:09:58.388Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:09:58.488Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:09:58.490Z||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-24T15:09:58.490Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:09:58.510Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:09:58.511Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:09:59.391Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"serviceName": "basic_onboard_BkzJZH",
"serviceVersion": "1.0",
"serviceUUID": "193a7c50-2c71-4373-bde6-4e82df430ff4",
"serviceDescription": "service",
"serviceInvariantUUID": "ecb90581-d677-4bdc-b182-a3be1543228c",
"resources": [
{
"resourceInstanceName": "basic_onboard_BkzJZH 0",
"resourceCustomizationUUID": "795c95b0-b120-47a4-a059-3dd642899e5a",
"resourceName": "basic_onboard_BkzJZH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6ec7c1fa-1067-4f6e-b455-6b9efdc22333",
"resourceInvariantUUID": "e1933221-d94f-4420-a8ea-aa5212df5d6b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bkzjzh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"artifactChecksum": "Y2IxODQ4NzNhMDUwM2EyZWY2YWQxMDU3ZTYzZGZmN2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d35aebbe-f4fb-4c63-9c8a-afec60239fef",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b204931b-a7ba-45ee-8f14-fc953b6a84a7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9be09d2d-28a1-49a0-b436-b25e844ea1fa",
"generatedFromUUID": "b204931b-a7ba-45ee-8f14-fc953b6a84a7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9be09d2d-28a1-49a0-b436-b25e844ea1fa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBkzjzh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"artifactChecksum": "YTM3NTU3NjgxODMyZWVlMjI4ZDViODBjZDBlZjlkMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3ab3869-a829-4256-a564-0a4819a48d09"
}
],
"workloadContext": "Production"
}
2022-03-24T15:09:59.394Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T15:09:59.395Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 193a7c50-2c71-4373-bde6-4e82df430ff4 ASDC
2022-03-24T15:09:59.573Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4b9e36ab-3623-4518-aa40-aaaa4c880aff
ServiceName:basic_onboard_BkzJZH
ServiceVersion:1.0
ServiceUUID:193a7c50-2c71-4373-bde6-4e82df430ff4
ServiceInvariantUUID:ecb90581-d677-4bdc-b182-a3be1543228c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBkzjzh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar
ArtifactUUID:c3ab3869-a829-4256-a564-0a4819a48d09
ArtifactChecksum:YTM3NTU3NjgxODMyZWVlMjI4ZDViODBjZDBlZjlkMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BkzJZH 0
ResourceCustomizationUUID:795c95b0-b120-47a4-a059-3dd642899e5a
ResourceInvariantUUID:e1933221-d94f-4420-a8ea-aa5212df5d6b
ResourceName:basic_onboard_BkzJZH
ResourceType:VF
ResourceUUID:6ec7c1fa-1067-4f6e-b455-6b9efdc22333
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bkzjzh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json
ArtifactUUID:d35aebbe-f4fb-4c63-9c8a-afec60239fef
ArtifactChecksum:Y2IxODQ4NzNhMDUwM2EyZWY2YWQxMDU3ZTYzZGZmN2Y=
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/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b204931b-a7ba-45ee-8f14-fc953b6a84a7
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/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env
ArtifactUUID:9be09d2d-28a1-49a0-b436-b25e844ea1fa
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/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env
ArtifactUUID:9be09d2d-28a1-49a0-b436-b25e844ea1fa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T15:09:59.574Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 193a7c50-2c71-4373-bde6-4e82df430ff4 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-24T15:09:59.971Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T15:09:59.973Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:09:59.976Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:09:59.977Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c3ab3869-a829-4256-a564-0a4819a48d09 from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:09:59.977Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:09:59.979Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:00.284Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:10:00.305Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar c3ab3869-a829-4256-a564-0a4819a48d09 71615
2022-03-24T15:10:00.308Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar ASDC sendASDCNotification
2022-03-24T15:10:00.308Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:00.312Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:10:00.314Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:00.319Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:00.320Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134600306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:10:00.419Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-24T15:10:00.421Z||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-24T15:10:00.421Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:00.433Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:00.434Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:10:01.322Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T15:10:01.323Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:10:01.324Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c3ab3869-a829-4256-a564-0a4819a48d09, URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar to file: /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:01.325Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:01.459Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:01.460Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:02.237Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9169864935136968095/Definitions/service-BasicOnboardBkzjzh-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-24T15:10:04.858Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T15:10:04.867Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T15:10:04.867Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.868Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.869Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.870Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BkzJZH 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-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:04.870Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T15:10:04.878Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.880Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.886Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:04.886Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T15:10:04.888Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T15:10:04.891Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.891Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T15:10:04.892Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.893Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.896Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is not matching search criteria
2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-24T15:10:04.897Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.898Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T15:10:04.900Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.900Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:04.900Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:10:04.901Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is not matching search criteria
2022-03-24T15:10:04.902Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5bb3ac9d-faee-4267-a736-cb50a1337eb1
2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.903Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.904Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.905Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:04.905Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:04.905Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_BkzJZH
Description:service
Model UUID:193a7c50-2c71-4373-bde6-4e82df430ff4
Model Version:NULL
Model InvariantUuid:ecb90581-d677-4bdc-b182-a3be1543228c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_BkzJZH
Model UUID:aefa0e33-585b-42ab-a752-93940d4cf907
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1933221-d94f-4420-a8ea-aa5212df5d6b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:795c95b0-b120-47a4-a059-3dd642899e5a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d275c0e1-b413-45ca-a2fa-439d8aebcd09
ModelName:BasicOnboardBkzjzh..base_ubuntu18..module-0
ModelUuid:4c4ee23e-c620-4412-b5e8-cd8074496b8c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5bb3ac9d-faee-4267-a736-cb50a1337eb1
ModelInvariantUuid:38fc03b1-3622-45e5-8308-7d1cdb110143
ModelName:basic_onboard_BkzJZH-nodes.ubuntu18Cvfc
ModelUuid:ff9bc590-91b1-4d5b-86d7-bd5b04d2f602
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:901b471d-d70a-4a6b-9787-ffdc6af8feb6
ModelInvariantUuid:774bf00c-5da6-47c4-9927-aa673a1f4b1f
ModelName:BasicOnboardBkzjzh.compute.nodes.heat.ubuntu18
ModelUuid:18a29d14-7564-40be-8040-9fee4b907f16
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-24T15:10:04.930Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ec7c1fa-1067-4f6e-b455-6b9efdc22333
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-24T15:10:05.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||basic_onboard_BkzJZH 0
2022-03-24T15:10:05.064Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ec7c1fa-1067-4f6e-b455-6b9efdc22333
2022-03-24T15:10:05.064Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d35aebbe-f4fb-4c63-9c8a-afec60239fef from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json
2022-03-24T15:10:05.065Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:10:05.065Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json
2022-03-24T15:10:05.373Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:10:05.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json d35aebbe-f4fb-4c63-9c8a-afec60239fef 798
2022-03-24T15:10:05.375Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json ASDC sendASDCNotification
2022-03-24T15:10:05.375Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json
2022-03-24T15:10:05.375Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:10:05.376Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:05.383Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:05.384Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134605375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:10:05.483Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:10:05.485Z||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-24T15:10:05.485Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:05.501Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:05.502Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:10:06.387Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBkzjzh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d275c0e1-b413-45ca-a2fa-439d8aebcd09",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4c4ee23e-c620-4412-b5e8-cd8074496b8c",
"vfModuleModelCustomizationUUID": "92b34cb5-433b-4f53-b0ac-4e460b44e200",
"isBase": true,
"artifacts": [
"b204931b-a7ba-45ee-8f14-fc953b6a84a7",
"9be09d2d-28a1-49a0-b436-b25e844ea1fa"
],
"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-24T15:10:06.406Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBkzjzh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c4ee23e-c620-4412-b5e8-cd8074496b8c
VfModuleModelInvariantUUID:d275c0e1-b413-45ca-a2fa-439d8aebcd09
VfModuleModelDescription:NULL
Artifacts UUID List:{
b204931b-a7ba-45ee-8f14-fc953b6a84a7
,
9be09d2d-28a1-49a0-b436-b25e844ea1fa
}
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-24T15:10:06.410Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBkzjzh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d275c0e1-b413-45ca-a2fa-439d8aebcd09",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4c4ee23e-c620-4412-b5e8-cd8074496b8c",
"vfModuleModelCustomizationUUID": "92b34cb5-433b-4f53-b0ac-4e460b44e200",
"isBase": true,
"artifacts": [
"b204931b-a7ba-45ee-8f14-fc953b6a84a7",
"9be09d2d-28a1-49a0-b436-b25e844ea1fa"
],
"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-24T15:10:06.410Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBkzjzh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c4ee23e-c620-4412-b5e8-cd8074496b8c
VfModuleModelInvariantUUID:d275c0e1-b413-45ca-a2fa-439d8aebcd09
VfModuleModelDescription:NULL
Artifacts UUID List:{
b204931b-a7ba-45ee-8f14-fc953b6a84a7
,
9be09d2d-28a1-49a0-b436-b25e844ea1fa
}
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-24T15:10:06.410Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b204931b-a7ba-45ee-8f14-fc953b6a84a7 from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml
2022-03-24T15:10:06.411Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:10:06.411Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml
2022-03-24T15:10:06.595Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml b204931b-a7ba-45ee-8f14-fc953b6a84a7 5033
2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml
2022-03-24T15:10:06.596Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:10:06.597Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:06.599Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:06.599Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134606596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:10:06.699Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:10:06.701Z||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-24T15:10:06.701Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:06.715Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:06.716Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:10:07.600Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9be09d2d-28a1-49a0-b436-b25e844ea1fa from URL: /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env
2022-03-24T15:10:07.601Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:10:07.601Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env
2022-03-24T15:10:07.996Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env 9be09d2d-28a1-49a0-b436-b25e844ea1fa 909
2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env
2022-03-24T15:10:07.997Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:10:07.998Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:08.002Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:08.002Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134607997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:10:08.102Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:10:08.104Z||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-24T15:10:08.104Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:08.119Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:08.120Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:10:09.003Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 193a7c50-2c71-4373-bde6-4e82df430ff4
2022-03-24T15:10:09.004Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BkzJZH 0 6ec7c1fa-1067-4f6e-b455-6b9efdc22333 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-24T15:10:09.047Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eaaa494, org.onap.sdc.toscaparser.api.parameters.Input@72719e43, org.onap.sdc.toscaparser.api.parameters.Input@573c35df, org.onap.sdc.toscaparser.api.parameters.Input@47a39e74, org.onap.sdc.toscaparser.api.parameters.Input@4ca61c10]
2022-03-24T15:10:09.052Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.053Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.053Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-24T15:10:09.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 795c95b0-b120-47a4-a059-3dd642899e5a
2022-03-24T15:10:09.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 795c95b0-b120-47a4-a059-3dd642899e5a matches Tosca VF Customization UUID: 795c95b0-b120-47a4-a059-3dd642899e5a
2022-03-24T15:10:09.054Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 795c95b0-b120-47a4-a059-3dd642899e5a 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-24T15:10:09.064Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.065Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.067Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 795c95b0-b120-47a4-a059-3dd642899e5a: {\"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-24T15:10:09.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18cfa6e
2022-03-24T15:10:09.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T15:10:09.070Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92b34cb5-433b-4f53-b0ac-4e460b44e200
2022-03-24T15:10:09.071Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92b34cb5-433b-4f53-b0ac-4e460b44e200
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-24T15:10:09.081Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.082Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:09.082Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:10:09.083Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.084Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:09.084Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:10:09.085Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.086Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is not matching search criteria
2022-03-24T15:10:09.086Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T15:10:09.087Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T15:10:09.087Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5bb3ac9d-faee-4267-a736-cb50a1337eb1
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-24T15:10:09.103Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.103Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:09.109Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:10:09.150Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.154Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_BkzJZH 0 is matching search criteria
2022-03-24T15:10:09.155Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_BkzJZH 0] matching following query criteria: sdcType=VF, customizationUUID=795c95b0-b120-47a4-a059-3dd642899e5a
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-24T15:10:09.158Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.158Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.159Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 193a7c50-2c71-4373-bde6-4e82df430ff4: basic_onboard_BkzJZH
2022-03-24T15:10:09.159Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.159Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.160Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_BkzJZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:10:09.161Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_BkzJZH
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T15:10:09.372Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BkzJZH 6ec7c1fa-1067-4f6e-b455-6b9efdc22333 1 ASDC deployResourceStructure
2022-03-24T15:10:09.373Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json ASDC sendASDCNotification
2022-03-24T15:10:09.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json
2022-03-24T15:10:09.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:10:09.374Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:09.377Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:09.377Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134609373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T15:10:09.477Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:10:09.478Z||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-24T15:10:09.479Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:09.494Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:09.495Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:10:10.378Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T15:10:10.379Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml
2022-03-24T15:10:10.379Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:10:10.379Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:10.382Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:10.382Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134610378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T15:10:10.482Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:10:10.483Z||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-24T15:10:10.484Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:10.498Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:10.499Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:10:11.385Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T15:10:11.386Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env
2022-03-24T15:10:11.386Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:10:11.386Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:11.396Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:11.396Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134611385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-24T15:10:11.497Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:10:11.499Z||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-24T15:10:11.499Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:11.523Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:11.523Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:10:12.398Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar ASDC sendASDCNotification
2022-03-24T15:10:12.398Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar
2022-03-24T15:10:12.399Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:10:12.400Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:10:12.402Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:10:12.402Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134612398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:10:12.502Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:10:12.503Z||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-24T15:10:12.503Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:12.516Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:12.516Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:10:13.404Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:10:13.461Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:10:13.465Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:10:13.465Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:10:13.466Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:10:43.466Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:10:43.486Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:10:43.492Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:10:43.492Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:10:43.493Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:10:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:10:48.523Z||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-24T15:10:48.524Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:10:48.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:10:48.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:10:48.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:10:48.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:11:13.493Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:11:13.503Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:11:13.505Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:11:13.506Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:11:13.506Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:11:43.507Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:11:43.519Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:11:43.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:11:43.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:11:43.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:11:48.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:11:48.522Z||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-24T15:11:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:11:48.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:11:48.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:11:48.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:11:48.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:13.522Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:12:13.538Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:12:13.545Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:12:13.546Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:12:13.546Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:12:43.546Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:12:43.556Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:12:43.559Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:12:43.559Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:12:43.560Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:12:48.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:12:48.522Z||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-24T15:12:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:12:48.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:12:48.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134589230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134585916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134582598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134588479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134593219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134599748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134599850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134593405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134600306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "cds",
"timestamp": 1648134600764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-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-24T15:12:48.620Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff
2022-03-24T15:12:48.621Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134600858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134601506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.642Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "policy-id",
"timestamp": 1648134601863,
"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-24T15:12:48.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff
2022-03-24T15:12:48.656Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134605375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134598207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134606596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134606886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134606267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134607892,
"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-24T15:12:48.687Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff
2022-03-24T15:12:48.687Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134607997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134607448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134609373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134608558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134608738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134610378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134609821,
"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-24T15:12:48.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff
2022-03-24T15:12:48.718Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134611385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134610561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134610827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/basic_onboard_bkzjzh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134612398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "clamp",
"timestamp": 1648134611569,
"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-24T15:12:48.738Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff
2022-03-24T15:12:48.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:12:48.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/resourceInstances/basic_onboard_bkzjzh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:12:48.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134608426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:12:48.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134616253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:12:48.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134631223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBkzjzh/1.0/artifacts/service-BasicOnboardBkzjzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:12:48.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:12:48.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:12:48.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "aai-ml",
"timestamp": 1648134632228,
"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-24T15:12:48.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b9e36ab-3623-4518-aa40-aaaa4c880aff
2022-03-24T15:12:48.767Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:13:13.560Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:13:13.573Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff
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-24T15:13:13.577Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:13:13.577Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T15:13:13.577Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:13:13.578Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:13:13.579Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T15:13:13.588Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T15:13:43.589Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff 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-24T15:13:43.604Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b9e36ab-3623-4518-aa40-aaaa4c880aff and serviceModelVersionId: 193a7c50-2c71-4373-bde6-4e82df430ff4
2022-03-24T15:13:43.604Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecb90581-d677-4bdc-b182-a3be1543228c
2022-03-24T15:13:48.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:13:48.522Z||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-24T15:13:48.522Z||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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:13:48.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:13:48.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:13:48.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:13:48.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T15:13:48.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:13:48.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:03.825Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0
2022-03-24T15:14:04.003Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T15:14:04.707Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|INFO|500||Invoke
2022-03-24T15:14:04.716Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b9e36ab-3623-4518-aa40-aaaa4c880aff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32f8efae-2fe3-48e4-9891-77e522234e7d], X-ECOMP-RequestID=[4b9e36ab-3623-4518-aa40-aaaa4c880aff], X-TransactionId=[], X-ONAP-RequestID=[4b9e36ab-3623-4518-aa40-aaaa4c880aff], Content-Type=[application/merge-patch+json]}
2022-03-24T15:14:04.875Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-24T15:14:05.709Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?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/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:14:03:456-19112], vertex-id=[254128], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:14:03 GMT], Content-Type=[application/json]}
2022-03-24T15:14:05.711Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T15:14:05.712Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecb90581-d677-4bdc-b182-a3be1543228c/model-vers/model-ver/193a7c50-2c71-4373-bde6-4e82df430ff4?depth=0|INFO|500||InvokeReturn
2022-03-24T15:14:05.716Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T15:14:05.716Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||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-24T15:14:05.727Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T15:14:05.728Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b9e36ab-3623-4518-aa40-aaaa4c880aff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T15:14:05.730Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T15:14:05.731Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:05.735Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:05.735Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b9e36ab-3623-4518-aa40-aaaa4c880aff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134845729,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T15:14:05.835Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:14:05.837Z||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-24T15:14:05.837Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:05.849Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:05.850Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-24T15:14:06.752Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:14:06.752Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|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-24T15:14:06.752Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:11.068Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:11.069Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T15:14:11.069Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"826a8bed-7db6-41dd-97b4-70e9c0cf31b3","serviceName":"vFW 2022-03-24 15-09-54","serviceVersion":"1.0","serviceUUID":"b6a1bf2e-2c8f-4c9e-a334-b481b878595c","serviceDescription":"catalog service description","serviceInvariantUUID":"63a920a1-e48b-491e-ae6c-dde09cfda644","resources":[{"resourceInstanceName":"vFW 25cc790a-0581 0","resourceName":"vFW 25cc790a-0581","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e4c64cc-983f-4bde-acf3-6f9b1064c28c","resourceInvariantUUID":"37b10c5a-7806-4473-b55a-9cb6ffe46dcd","resourceCustomizationUUID":"9786e4c5-ee8e-40e3-bf5b-e50027a3a381","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml","artifactChecksum":"ZTVmMjFiMjUxMzM4NzhiMWZmYWIxNTk0NTRmOGU4NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3833f04-d66c-435c-acc5-b6fabb391806","artifactVersion":"1"},{"artifactName":"vfw25cc790a05810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json","artifactChecksum":"NTJjYzFiOGM4YzBjYmVmOWMxNmEyODVjMmM0N2NlNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1ddbc55-7020-48d3-b2a8-48c9c3e5e214","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f17571ba-943e-4825-9b6b-b9f3fffb0db4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIzZDkyOTk4YWI5NWQ3MGVmMjAyY2I2Y2Q3NWU4OTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f23d9262-cb4f-4d73-a560-4186023cd67a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6fa21d2d-1b5a-4e07-a827-dec8c376a3f8","artifactVersion":"2","generatedFromUUID":"f17571ba-943e-4825-9b6b-b9f3fffb0db4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324150954-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml","artifactChecksum":"YzhjY2U2YmViZDQyNjU3NzU2YjgzMDZkNzI4OGIzMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cb415d2-4661-408f-a21e-2e858f7327d2","artifactVersion":"1"},{"artifactName":"service-Vfw20220324150954-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar","artifactChecksum":"YzYwNDg0MmNjOGI0MDliNTRhNjg1NmMzY2I4ODZjMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"263c8b57-ec91-4d54-8f6d-e5cce941043b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T15:14:11.075Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:11.075Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:11.078Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:11.078Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:11.179Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:11.181Z||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-24T15:14:11.181Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:11.193Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:11.203Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:12.079Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:12.080Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:12.083Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:12.083Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:14:12.182Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:14:12.183Z||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-24T15:14:12.184Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:12.194Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:12.195Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:13.084Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:13.085Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:13.088Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:13.088Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:14:13.188Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:13.190Z||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-24T15:14:13.190Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:13.205Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:13.206Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:14.089Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:14.089Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:14.091Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:14.091Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:14.192Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T15:14:14.194Z||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-24T15:14:14.194Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:14.207Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:14.208Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:15.092Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:15.093Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:15.096Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:15.096Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T15:14:15.196Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:15.197Z||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-24T15:14:15.198Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:15.210Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:15.210Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:14:16.096Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:16.097Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:16.099Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:16.099Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:16.199Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:16.201Z||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-24T15:14:16.201Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:16.213Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:16.213Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:17.099Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:14:17.101Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:17.103Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:17.104Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134846751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:17.204Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:17.205Z||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-24T15:14:17.205Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:17.218Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:17.218Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:14:18.109Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"serviceName": "vFW 2022-03-24 15-09-54",
"serviceVersion": "1.0",
"serviceUUID": "b6a1bf2e-2c8f-4c9e-a334-b481b878595c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "63a920a1-e48b-491e-ae6c-dde09cfda644",
"resources": [
{
"resourceInstanceName": "vFW 25cc790a-0581 0",
"resourceCustomizationUUID": "9786e4c5-ee8e-40e3-bf5b-e50027a3a381",
"resourceName": "vFW 25cc790a-0581",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e4c64cc-983f-4bde-acf3-6f9b1064c28c",
"resourceInvariantUUID": "37b10c5a-7806-4473-b55a-9cb6ffe46dcd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw25cc790a05810_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"artifactChecksum": "NTJjYzFiOGM4YzBjYmVmOWMxNmEyODVjMmM0N2NlNDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1ddbc55-7020-48d3-b2a8-48c9c3e5e214",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f17571ba-943e-4825-9b6b-b9f3fffb0db4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6fa21d2d-1b5a-4e07-a827-dec8c376a3f8",
"generatedFromUUID": "f17571ba-943e-4825-9b6b-b9f3fffb0db4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6fa21d2d-1b5a-4e07-a827-dec8c376a3f8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324150954-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"artifactChecksum": "YzYwNDg0MmNjOGI0MDliNTRhNjg1NmMzY2I4ODZjMzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "263c8b57-ec91-4d54-8f6d-e5cce941043b"
}
],
"workloadContext": "Production"
}
2022-03-24T15:14:18.110Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T15:14:18.110Z|4b9e36ab-3623-4518-aa40-aaaa4c880aff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6a1bf2e-2c8f-4c9e-a334-b481b878595c ASDC
2022-03-24T15:14:18.111Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:826a8bed-7db6-41dd-97b4-70e9c0cf31b3
ServiceName:vFW 2022-03-24 15-09-54
ServiceVersion:1.0
ServiceUUID:b6a1bf2e-2c8f-4c9e-a334-b481b878595c
ServiceInvariantUUID:63a920a1-e48b-491e-ae6c-dde09cfda644
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324150954-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar
ArtifactUUID:263c8b57-ec91-4d54-8f6d-e5cce941043b
ArtifactChecksum:YzYwNDg0MmNjOGI0MDliNTRhNjg1NmMzY2I4ODZjMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 25cc790a-0581 0
ResourceCustomizationUUID:9786e4c5-ee8e-40e3-bf5b-e50027a3a381
ResourceInvariantUUID:37b10c5a-7806-4473-b55a-9cb6ffe46dcd
ResourceName:vFW 25cc790a-0581
ResourceType:VF
ResourceUUID:3e4c64cc-983f-4bde-acf3-6f9b1064c28c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw25cc790a05810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json
ArtifactUUID:b1ddbc55-7020-48d3-b2a8-48c9c3e5e214
ArtifactChecksum:NTJjYzFiOGM4YzBjYmVmOWMxNmEyODVjMmM0N2NlNDY=
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/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml
ArtifactUUID:f17571ba-943e-4825-9b6b-b9f3fffb0db4
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/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env
ArtifactUUID:6fa21d2d-1b5a-4e07-a827-dec8c376a3f8
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/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env
ArtifactUUID:6fa21d2d-1b5a-4e07-a827-dec8c376a3f8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T15:14:18.111Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6a1bf2e-2c8f-4c9e-a334-b481b878595c 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-24T15:14:18.148Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T15:14:18.149Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:14:18.149Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:14:18.149Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 263c8b57-ec91-4d54-8f6d-e5cce941043b from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:18.150Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:14:18.150Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:18.446Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:14:18.454Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar 263c8b57-ec91-4d54-8f6d-e5cce941043b 98988
2022-03-24T15:14:18.454Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar ASDC sendASDCNotification
2022-03-24T15:14:18.455Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:18.455Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:14:18.455Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:18.459Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:18.459Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134858454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:18.559Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:18.561Z||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-24T15:14:18.561Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:18.581Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:18.582Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:19.460Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T15:14:19.462Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:14:19.462Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 263c8b57-ec91-4d54-8f6d-e5cce941043b, URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar to file: /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:19.462Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324150954-csar.csar
2022-03-24T15:14:19.463Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:19.463Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:19.737Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11719025143594339772/Definitions/service-Vfw20220324150954-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-24T15:14:22.675Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T15:14:22.676Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T15:14:22.676Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.676Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.677Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 25cc790a-0581 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-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.678Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.679Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.680Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T15:14:22.681Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.682Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.682Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.682Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.683Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:14:22.684Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.685Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.686Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T15:14:22.687Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.687Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:22.687Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:22.688Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.689Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T15:14:22.690Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.691Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.692Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23f532a6-6304-4d75-a738-ff7f0c0f89ba
2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:22.693Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:14:22.694Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.695Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:14:22.696Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.696Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d4a17c34-abcd-415e-ab40-1084b82b891c
2022-03-24T15:14:22.696Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:22.697Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.698Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:22.699Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a89b6cd9-e25c-4144-8dcc-45963b89c179
2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.700Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.701Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.701Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.701Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:22.702Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:22.702Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 15-09-54
Description:catalog service description
Model UUID:b6a1bf2e-2c8f-4c9e-a334-b481b878595c
Model Version:NULL
Model InvariantUuid:63a920a1-e48b-491e-ae6c-dde09cfda644
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 25cc790a-0581
Model UUID:c9b67159-6d72-4945-b13e-e6b7e523d199
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:37b10c5a-7806-4473-b55a-9cb6ffe46dcd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9786e4c5-ee8e-40e3-bf5b-e50027a3a381
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97e9930e-c18d-4995-8a61-12602310d32e
ModelName:Vfw25cc790a0581..base_vfw..module-0
ModelUuid:3898b373-b4e7-4dcd-b0c7-f639297fffb0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:23f532a6-6304-4d75-a738-ff7f0c0f89ba
ModelInvariantUuid:dd2316bd-dd8c-43b0-bda9-9ac397da8bfc
ModelName:vFW 25cc790a-0581-nodes.vfwCvfc
ModelUuid:da753631-378e-473f-aae9-140b1849596d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ea637b7f-dfe1-4fe9-a0c1-ac96c3cd4571
ModelInvariantUuid:075b3677-af67-492c-bde8-798184559005
ModelName:Vfw25cc790a0581.compute.nodes.heat.vfw
ModelUuid:7cc84ecd-5343-41e2-9f3d-ebd739d459c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d4a17c34-abcd-415e-ab40-1084b82b891c
ModelInvariantUuid:5c52e87c-c87f-48d2-8675-5bd1ec0a328c
ModelName:vFW 25cc790a-0581-nodes.vsnCvfc
ModelUuid:dbf40f6d-e914-4170-a184-83d9b02eaae0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8e0a0cb8-efbc-4ed3-abe7-21592f9ea145
ModelInvariantUuid:f5d34773-f035-4e42-b0d7-eaacef7756f4
ModelName:Vfw25cc790a0581.compute.nodes.heat.vsn
ModelUuid:6cfa21f3-eaf7-4b19-beee-da07ffd63e76
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a89b6cd9-e25c-4144-8dcc-45963b89c179
ModelInvariantUuid:0381ca0d-0924-4622-9135-cdaa8aad390c
ModelName:vFW 25cc790a-0581-nodes.vpgCvfc
ModelUuid:ff81d1e7-9653-4339-9d65-335c52c265ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f2a67d0b-0120-4d0d-a994-6090b4bd564a
ModelInvariantUuid:068f1181-235f-42b9-913a-b2664b880194
ModelName:Vfw25cc790a0581.compute.nodes.heat.vpg
ModelUuid:6ca522ca-3381-4748-bc01-912a4d4635a6
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-24T15:14:22.712Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e4c64cc-983f-4bde-acf3-6f9b1064c28c
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-24T15:14:22.715Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||vFW 25cc790a-0581 0
2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e4c64cc-983f-4bde-acf3-6f9b1064c28c
2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1ddbc55-7020-48d3-b2a8-48c9c3e5e214 from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json
2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:14:22.716Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json
2022-03-24T15:14:22.852Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:14:22.852Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json b1ddbc55-7020-48d3-b2a8-48c9c3e5e214 785
2022-03-24T15:14:22.853Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json ASDC sendASDCNotification
2022-03-24T15:14:22.853Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json
2022-03-24T15:14:22.853Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:14:22.854Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:22.857Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:22.858Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134862853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:22.957Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:14:22.958Z||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-24T15:14:22.958Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:22.971Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:22.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:23.858Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw25cc790a0581..base_vfw..module-0",
"vfModuleModelInvariantUUID": "97e9930e-c18d-4995-8a61-12602310d32e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3898b373-b4e7-4dcd-b0c7-f639297fffb0",
"vfModuleModelCustomizationUUID": "e3870863-c6f6-4b43-9e8d-1c652b728044",
"isBase": true,
"artifacts": [
"f17571ba-943e-4825-9b6b-b9f3fffb0db4",
"6fa21d2d-1b5a-4e07-a827-dec8c376a3f8"
],
"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-24T15:14:23.864Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw25cc790a0581..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3898b373-b4e7-4dcd-b0c7-f639297fffb0
VfModuleModelInvariantUUID:97e9930e-c18d-4995-8a61-12602310d32e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f17571ba-943e-4825-9b6b-b9f3fffb0db4
,
6fa21d2d-1b5a-4e07-a827-dec8c376a3f8
}
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-24T15:14:23.867Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw25cc790a0581..base_vfw..module-0",
"vfModuleModelInvariantUUID": "97e9930e-c18d-4995-8a61-12602310d32e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3898b373-b4e7-4dcd-b0c7-f639297fffb0",
"vfModuleModelCustomizationUUID": "e3870863-c6f6-4b43-9e8d-1c652b728044",
"isBase": true,
"artifacts": [
"f17571ba-943e-4825-9b6b-b9f3fffb0db4",
"6fa21d2d-1b5a-4e07-a827-dec8c376a3f8"
],
"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-24T15:14:23.867Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw25cc790a0581..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3898b373-b4e7-4dcd-b0c7-f639297fffb0
VfModuleModelInvariantUUID:97e9930e-c18d-4995-8a61-12602310d32e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f17571ba-943e-4825-9b6b-b9f3fffb0db4
,
6fa21d2d-1b5a-4e07-a827-dec8c376a3f8
}
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-24T15:14:23.867Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f17571ba-943e-4825-9b6b-b9f3fffb0db4 from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml
2022-03-24T15:14:23.868Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:14:23.868Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml
2022-03-24T15:14:24.061Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml f17571ba-943e-4825-9b6b-b9f3fffb0db4 20368
2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml
2022-03-24T15:14:24.062Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:14:24.063Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:24.069Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:24.069Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134864062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:24.169Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:24.170Z||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-24T15:14:24.171Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:24.182Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:24.183Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:25.070Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 from URL: /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env
2022-03-24T15:14:25.071Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:14:25.071Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env
2022-03-24T15:14:25.242Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:14:25.243Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env 6fa21d2d-1b5a-4e07-a827-dec8c376a3f8 2098
2022-03-24T15:14:25.244Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T15:14:25.244Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env
2022-03-24T15:14:25.244Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:14:25.245Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:25.248Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:25.248Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134865244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:25.348Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:25.350Z||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-24T15:14:25.350Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:25.365Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:25.366Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:26.249Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b6a1bf2e-2c8f-4c9e-a334-b481b878595c
2022-03-24T15:14:26.250Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 25cc790a-0581 0 3e4c64cc-983f-4bde-acf3-6f9b1064c28c 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-24T15:14:26.278Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc0b878, org.onap.sdc.toscaparser.api.parameters.Input@15483c22, org.onap.sdc.toscaparser.api.parameters.Input@fa6512b, org.onap.sdc.toscaparser.api.parameters.Input@64bcb9b2, org.onap.sdc.toscaparser.api.parameters.Input@1cc7de25]
2022-03-24T15:14:26.279Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.280Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.280Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-24T15:14:26.280Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9786e4c5-ee8e-40e3-bf5b-e50027a3a381
2022-03-24T15:14:26.281Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9786e4c5-ee8e-40e3-bf5b-e50027a3a381 matches Tosca VF Customization UUID: 9786e4c5-ee8e-40e3-bf5b-e50027a3a381
2022-03-24T15:14:26.281Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9786e4c5-ee8e-40e3-bf5b-e50027a3a381 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-24T15:14:26.284Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.285Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9786e4c5-ee8e-40e3-bf5b-e50027a3a381: {\"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-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74d821b8
2022-03-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.286Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T15:14:26.287Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3870863-c6f6-4b43-9e8d-1c652b728044
2022-03-24T15:14:26.287Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3870863-c6f6-4b43-9e8d-1c652b728044
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-24T15:14:26.290Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.290Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:26.290Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:26.291Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.291Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:26.291Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:26.292Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.292Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:26.293Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:26.293Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:26.294Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T15:14:26.294Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:14:26.295Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:14:26.295Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.295Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:26.296Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:14:26.296Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:26.297Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:14:26.297Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.298Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23f532a6-6304-4d75-a738-ff7f0c0f89ba
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-24T15:14:26.301Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.301Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:26.302Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:26.303Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.303Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:26.303Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:26.304Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:26.304Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:14:26.305Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:26.305Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.306Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:14:26.306Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.306Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T15:14:26.307Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:14:26.307Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:26.308Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:14:26.308Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.309Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d4a17c34-abcd-415e-ab40-1084b82b891c
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-24T15:14:26.312Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.313Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:26.313Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:26.316Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.317Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is not matching search criteria
2022-03-24T15:14:26.317Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:14:26.318Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:14:26.318Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:14:26.319Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:26.319Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.320Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:14:26.320Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.320Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:14:26.321Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:14:26.321Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:14:26.322Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:14:26.322Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T15:14:26.323Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a89b6cd9-e25c-4144-8dcc-45963b89c179
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-24T15:14:26.326Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.326Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:26.327Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:14:26.327Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.328Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Node template vFW 25cc790a-0581 0 is matching search criteria
2022-03-24T15:14:26.328Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 25cc790a-0581 0] matching following query criteria: sdcType=VF, customizationUUID=9786e4c5-ee8e-40e3-bf5b-e50027a3a381
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-24T15:14:26.331Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.331Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.331Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b6a1bf2e-2c8f-4c9e-a334-b481b878595c: vFW 25cc790a-0581
2022-03-24T15:14:26.332Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.332Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.333Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.333Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.334Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.334Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.335Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.335Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.335Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:14:26.336Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-09-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:14:26.336Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-24 15-09-54
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-24T15:14:26.542Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 25cc790a-0581 3e4c64cc-983f-4bde-acf3-6f9b1064c28c 1 ASDC deployResourceStructure
2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json ASDC sendASDCNotification
2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json
2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:14:26.543Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:26.545Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:26.546Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134866543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:26.646Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:26.647Z||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-24T15:14:26.647Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:26.668Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:26.668Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:27.549Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T15:14:27.553Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml
2022-03-24T15:14:27.553Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:14:27.554Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:27.561Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:27.561Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134867549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:27.658Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-24T15:14:27.659Z||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-24T15:14:27.659Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:27.673Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:27.674Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:28.563Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T15:14:28.563Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env
2022-03-24T15:14:28.563Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:14:28.564Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:28.566Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:28.566Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134868562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:28.666Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:14:28.667Z||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-24T15:14:28.667Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:28.681Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:28.682Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:29.567Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar ASDC sendASDCNotification
2022-03-24T15:14:29.567Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar
2022-03-24T15:14:29.567Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T15:14:29.569Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:14:29.574Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:14:29.575Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134869567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:29.675Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:14:29.676Z||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-24T15:14:29.676Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:29.689Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:29.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:14:30.575Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
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-24T15:14:30.587Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
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-24T15:14:30.591Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:14:30.591Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T15:14:30.592Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T15:14:48.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:14:48.522Z||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-24T15:14:48.523Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:14:48.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:14:48.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134698426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134698207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134705916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134702599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134713799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134712993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134713987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134714004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "cds",
"timestamp": 1648134714808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-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-24T15:14:48.610Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
2022-03-24T15:14:48.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134715010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:48.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134714239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "policy-id",
"timestamp": 1648134716014,
"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-24T15:14:48.637Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
2022-03-24T15:14:48.638Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134715642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134709230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134716666,
"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-24T15:14:48.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
2022-03-24T15:14:48.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648134717670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/resourceInstances/vfw25cc790a05810/artifacts/vfw25cc790a05810_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:48.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648134713219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:14:48.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134713404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:14:48.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T15:14:48.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134721298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134725383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:48.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648134726388,
"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-24T15:14:48.692Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
2022-03-24T15:14:48.692Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134727019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:48.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "aai-ml",
"timestamp": 1648134728023,
"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-24T15:14:48.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
2022-03-24T15:14:48.714Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:14:48.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134727567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:14:48.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134728587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324150954/1.0/artifacts/service-Vfw20220324150954-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T15:14:48.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T15:14:48.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T15:14:48.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "clamp",
"timestamp": 1648134729590,
"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-24T15:14:48.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
2022-03-24T15:14:48.731Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:15:00.592Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
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-24T15:15:00.609Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3
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-24T15:15:00.615Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T15:15:00.615Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T15:15:00.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T15:15:00.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T15:15:00.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:15:00.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:15:00.618Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T15:15:00.618Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T15:15:00.626Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T15:15:30.627Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 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-24T15:15:30.636Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 and serviceModelVersionId: b6a1bf2e-2c8f-4c9e-a334-b481b878595c
2022-03-24T15:15:30.637Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63a920a1-e48b-491e-ae6c-dde09cfda644
2022-03-24T15:15:30.638Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0
2022-03-24T15:15:30.647Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T15:15:30.727Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?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-24T15:15:30.729Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0|INFO|500||Invoke
2022-03-24T15:15:30.773Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-24T15:15:30.958Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0|INFO|500||InvokeReturn
2022-03-24T15:15:30.959Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63a920a1-e48b-491e-ae6c-dde09cfda644/model-vers/model-ver/b6a1bf2e-2c8f-4c9e-a334-b481b878595c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-15:15:29:346-88179], vertex-id=[184480], Content-Length=[0], Date=[Thu, 24 Mar 2022 15:15:29 GMT], Content-Type=[application/json]}
2022-03-24T15:15:30.959Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T15:15:30.960Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T15:15:30.960Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||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-24T15:15:30.966Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T15:15:30.966Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 826a8bed-7db6-41dd-97b4-70e9c0cf31b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T15:15:30.967Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T15:15:30.967Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:30.969Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:30.969Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "826a8bed-7db6-41dd-97b4-70e9c0cf31b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134930966,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T15:15:31.070Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T15:15:31.071Z||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-24T15:15:31.071Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:31.093Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:31.094Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-24T15:15:31.982Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T15:15:31.983Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|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-24T15:15:31.983Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|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 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:32.608Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:32.609Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T15:15:32.610Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"81ede76e-4cfb-4cdc-ab0d-4f524887d259","serviceName":"vFW 2022-03-24 15-12-39","serviceVersion":"1.0","serviceUUID":"0d2730d4-9358-4fd6-abdf-8a6e48070708","serviceDescription":"catalog service description","serviceInvariantUUID":"09ad5112-d10f-44e2-9117-7b1b9e600707","resources":[{"resourceInstanceName":"vFW d3eaefce-820a 0","resourceName":"vFW d3eaefce-820a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"681a2d4c-32a5-484e-9f58-e9c4ae1624e6","resourceInvariantUUID":"411ea43f-f977-433e-9f15-0d6cf41913cc","resourceCustomizationUUID":"492b3933-0bd5-4b6a-a80d-9b0c271a9a11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml","artifactChecksum":"YjZmOGUxODIzMGE3Y2IwOGM1MDk3ZjUzNzkwMDJjMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0498e5fe-171e-497d-bc93-f9e3e8dccb92","artifactVersion":"1"},{"artifactName":"vfwd3eaefce820a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json","artifactChecksum":"OWQwNmExMjg5MTlkMjU5MjU5Yzk5NmE5ZjQ5ZDVjMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9f3b6d5-40f8-428f-b765-2e728cdeb061","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml","artifactChecksum":"YzcyNGI4NGVlYjY2OTJlM2RlYjk4MzFlODEzNjRmMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9ea2121-c1ba-4ad9-9501-f1b8d8abc07b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dda6d8ea-9324-4495-bad4-9ff820edc1e4","artifactVersion":"2","generatedFromUUID":"4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324151239-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml","artifactChecksum":"M2M4NmJhYTE2ZjdjM2ViMzQzZGJkZWQ4YzUxNzEyY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1314445c-2db3-45f8-a187-cded9a955b37","artifactVersion":"1"},{"artifactName":"service-Vfw20220324151239-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar","artifactChecksum":"YzE2N2ZiZjRmOTVmZWNhMmMxOGU5YjA1NGJmNzZkZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e39c99af-be10-4f8e-a632-873722575387","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T15:15:32.614Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:32.614Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:32.616Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:32.617Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:15:32.717Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:32.718Z||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-24T15:15:32.718Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:32.731Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:32.732Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:15:33.620Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:33.622Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:33.625Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:33.626Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T15:15:33.725Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:15:33.726Z||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-24T15:15:33.726Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:33.739Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:33.740Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:15:34.627Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:34.628Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:34.631Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:34.631Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T15:15:34.733Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-24T15:15:34.734Z||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-24T15:15:34.735Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:34.746Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:34.747Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:15:35.632Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:35.633Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:35.635Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:35.635Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:15:35.735Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:15:35.736Z||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-24T15:15:35.737Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:35.749Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:35.750Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:15:36.638Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:36.639Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:36.643Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:36.643Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T15:15:36.743Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T15:15:36.744Z||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-24T15:15:36.744Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:36.759Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:36.760Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:15:37.644Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:37.646Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:37.648Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:37.648Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T15:15:37.748Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:37.750Z||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-24T15:15:37.750Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:37.814Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:37.815Z||pool-40-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:15:38.649Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T15:15:38.651Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:38.654Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:38.654Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134931982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T15:15:38.754Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:38.755Z||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-24T15:15:38.755Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:38.767Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:38.767Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:15:39.656Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"serviceName": "vFW 2022-03-24 15-12-39",
"serviceVersion": "1.0",
"serviceUUID": "0d2730d4-9358-4fd6-abdf-8a6e48070708",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "09ad5112-d10f-44e2-9117-7b1b9e600707",
"resources": [
{
"resourceInstanceName": "vFW d3eaefce-820a 0",
"resourceCustomizationUUID": "492b3933-0bd5-4b6a-a80d-9b0c271a9a11",
"resourceName": "vFW d3eaefce-820a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "681a2d4c-32a5-484e-9f58-e9c4ae1624e6",
"resourceInvariantUUID": "411ea43f-f977-433e-9f15-0d6cf41913cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd3eaefce820a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json",
"artifactChecksum": "OWQwNmExMjg5MTlkMjU5MjU5Yzk5NmE5ZjQ5ZDVjMTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9f3b6d5-40f8-428f-b765-2e728cdeb061",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dda6d8ea-9324-4495-bad4-9ff820edc1e4",
"generatedFromUUID": "4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dda6d8ea-9324-4495-bad4-9ff820edc1e4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324151239-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar",
"artifactChecksum": "YzE2N2ZiZjRmOTVmZWNhMmMxOGU5YjA1NGJmNzZkZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e39c99af-be10-4f8e-a632-873722575387"
}
],
"workloadContext": "Production"
}
2022-03-24T15:15:39.656Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T15:15:39.656Z|826a8bed-7db6-41dd-97b4-70e9c0cf31b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d2730d4-9358-4fd6-abdf-8a6e48070708 ASDC
2022-03-24T15:15:39.657Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:81ede76e-4cfb-4cdc-ab0d-4f524887d259
ServiceName:vFW 2022-03-24 15-12-39
ServiceVersion:1.0
ServiceUUID:0d2730d4-9358-4fd6-abdf-8a6e48070708
ServiceInvariantUUID:09ad5112-d10f-44e2-9117-7b1b9e600707
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324151239-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar
ArtifactUUID:e39c99af-be10-4f8e-a632-873722575387
ArtifactChecksum:YzE2N2ZiZjRmOTVmZWNhMmMxOGU5YjA1NGJmNzZkZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d3eaefce-820a 0
ResourceCustomizationUUID:492b3933-0bd5-4b6a-a80d-9b0c271a9a11
ResourceInvariantUUID:411ea43f-f977-433e-9f15-0d6cf41913cc
ResourceName:vFW d3eaefce-820a
ResourceType:VF
ResourceUUID:681a2d4c-32a5-484e-9f58-e9c4ae1624e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd3eaefce820a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json
ArtifactUUID:f9f3b6d5-40f8-428f-b765-2e728cdeb061
ArtifactChecksum:OWQwNmExMjg5MTlkMjU5MjU5Yzk5NmE5ZjQ5ZDVjMTE=
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/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml
ArtifactUUID:4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd
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/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env
ArtifactUUID:dda6d8ea-9324-4495-bad4-9ff820edc1e4
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/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env
ArtifactUUID:dda6d8ea-9324-4495-bad4-9ff820edc1e4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T15:15:39.659Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d2730d4-9358-4fd6-abdf-8a6e48070708 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-24T15:15:39.695Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T15:15:39.696Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:15:39.696Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:15:39.697Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e39c99af-be10-4f8e-a632-873722575387 from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:39.697Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:15:39.697Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:39.931Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:15:39.936Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar e39c99af-be10-4f8e-a632-873722575387 98981
2022-03-24T15:15:39.936Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar ASDC sendASDCNotification
2022-03-24T15:15:39.936Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:39.937Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:15:39.938Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:39.940Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:39.940Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134939936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:15:40.040Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:40.041Z||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-24T15:15:40.042Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:40.056Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:40.057Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:15:40.942Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T15:15:40.943Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T15:15:40.944Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e39c99af-be10-4f8e-a632-873722575387, URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/artifacts/service-Vfw20220324151239-csar.csar to file: /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:40.944Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324151239-csar.csar
2022-03-24T15:15:40.945Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:40.946Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:41.161Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6464039998625578906/Definitions/service-Vfw20220324151239-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-24T15:15:43.828Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T15:15:43.829Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T15:15:43.830Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.831Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d3eaefce-820a 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-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.832Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||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-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324151239-csar.csar
2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T15:15:43.833Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T15:15:43.834Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:43.835Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.836Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria
2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.837Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:15:43.838Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T15:15:43.839Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:15:43.840Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.841Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.842Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.843Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:15:43.844Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.844Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:15:43.844Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.845Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ea6c1af-513d-40f2-8f1d-c9249ed83a46
2022-03-24T15:15:43.846Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.846Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria
2022-03-24T15:15:43.846Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:15:43.847Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:15:43.847Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.847Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.848Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:15:43.848Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.848Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.849Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f964e62-07a2-444c-ba01-5f4efc830213
2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria
2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T15:15:43.850Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:15:43.851Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T15:15:43.852Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8988af14-a39d-4a67-8aa7-1ca2bbe778ae
2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.853Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.854Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.854Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:43.855Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:43.855Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 15-12-39
Description:catalog service description
Model UUID:0d2730d4-9358-4fd6-abdf-8a6e48070708
Model Version:NULL
Model InvariantUuid:09ad5112-d10f-44e2-9117-7b1b9e600707
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d3eaefce-820a
Model UUID:1b14a639-3cf7-4b36-acf2-aed672b4302e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:411ea43f-f977-433e-9f15-0d6cf41913cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:492b3933-0bd5-4b6a-a80d-9b0c271a9a11
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9b81d761-4d4a-4366-ba3c-df965ecca1cc
ModelName:VfwD3eaefce820a..base_vfw..module-0
ModelUuid:b8666566-f195-4909-9d6d-ddb8982ca470
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2ea6c1af-513d-40f2-8f1d-c9249ed83a46
ModelInvariantUuid:0d46d49d-303c-4f77-bcfb-b19ece865414
ModelName:vFW d3eaefce-820a-nodes.vfwCvfc
ModelUuid:fafc477e-fd67-4028-91be-c20f23d1c6a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:94869b06-4f06-4c24-8f3b-87743002a788
ModelInvariantUuid:ab52b39f-4b20-4608-9183-d68eb1d8d12b
ModelName:VfwD3eaefce820a.compute.nodes.heat.vfw
ModelUuid:74cf3735-b033-4d60-ba44-98711df1b303
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f964e62-07a2-444c-ba01-5f4efc830213
ModelInvariantUuid:b2465b9e-8dae-4751-8d67-e8b55616c460
ModelName:vFW d3eaefce-820a-nodes.vsnCvfc
ModelUuid:05583889-3baf-4ed7-bd70-2df631458566
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e4735786-2ca6-4daf-ad48-d756233686c0
ModelInvariantUuid:8f2f873c-d5c5-46dc-8dca-b491c8ea5e42
ModelName:VfwD3eaefce820a.compute.nodes.heat.vsn
ModelUuid:1a7e0174-b2ae-4338-92b3-909bb5b96c34
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8988af14-a39d-4a67-8aa7-1ca2bbe778ae
ModelInvariantUuid:70559b10-9a05-474a-83be-243bb5ee2b89
ModelName:vFW d3eaefce-820a-nodes.vpgCvfc
ModelUuid:b29f8494-6e8b-4188-8d6e-15e60dbc19a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8e8faf86-df60-4776-8fb7-09ef026cada0
ModelInvariantUuid:b084690a-9387-4f22-af39-ba3dbbfe934a
ModelName:VfwD3eaefce820a.compute.nodes.heat.vpg
ModelUuid:6939697c-221e-4bba-8028-0b5a2434572c
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-24T15:15:43.863Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 681a2d4c-32a5-484e-9f58-e9c4ae1624e6
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-24T15:15:43.867Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||vFW d3eaefce-820a 0
2022-03-24T15:15:43.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 681a2d4c-32a5-484e-9f58-e9c4ae1624e6
2022-03-24T15:15:43.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f9f3b6d5-40f8-428f-b765-2e728cdeb061 from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json
2022-03-24T15:15:43.868Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:15:43.869Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json
2022-03-24T15:15:43.952Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:15:43.953Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json f9f3b6d5-40f8-428f-b765-2e728cdeb061 785
2022-03-24T15:15:43.953Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json ASDC sendASDCNotification
2022-03-24T15:15:43.954Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json
2022-03-24T15:15:43.954Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:15:43.955Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:43.957Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:43.957Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134943953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/vfwd3eaefce820a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:15:44.058Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:44.059Z||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-24T15:15:44.059Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:44.073Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:44.074Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:15:44.958Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD3eaefce820a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9b81d761-4d4a-4366-ba3c-df965ecca1cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8666566-f195-4909-9d6d-ddb8982ca470",
"vfModuleModelCustomizationUUID": "ab89152f-dab0-42ff-b490-dc1799c7bc97",
"isBase": true,
"artifacts": [
"4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd",
"dda6d8ea-9324-4495-bad4-9ff820edc1e4"
],
"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-24T15:15:44.963Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3eaefce820a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8666566-f195-4909-9d6d-ddb8982ca470
VfModuleModelInvariantUUID:9b81d761-4d4a-4366-ba3c-df965ecca1cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd
,
dda6d8ea-9324-4495-bad4-9ff820edc1e4
}
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-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD3eaefce820a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9b81d761-4d4a-4366-ba3c-df965ecca1cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8666566-f195-4909-9d6d-ddb8982ca470",
"vfModuleModelCustomizationUUID": "ab89152f-dab0-42ff-b490-dc1799c7bc97",
"isBase": true,
"artifacts": [
"4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd",
"dda6d8ea-9324-4495-bad4-9ff820edc1e4"
],
"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-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3eaefce820a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8666566-f195-4909-9d6d-ddb8982ca470
VfModuleModelInvariantUUID:9b81d761-4d4a-4366-ba3c-df965ecca1cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd
,
dda6d8ea-9324-4495-bad4-9ff820edc1e4
}
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-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml
2022-03-24T15:15:44.966Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:15:44.967Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml
2022-03-24T15:15:45.017Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml 4c9f1d10-a74d-4223-ac42-3ac3c7b0fadd 20368
2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml
2022-03-24T15:15:45.018Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:15:45.019Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:45.021Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:45.021Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:15:45.122Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:45.123Z||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-24T15:15:45.123Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:45.135Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:45.136Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T15:15:46.023Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dda6d8ea-9324-4495-bad4-9ff820edc1e4 from URL: /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env
2022-03-24T15:15:46.023Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T15:15:46.024Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env
2022-03-24T15:15:46.078Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T15:15:46.079Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env dda6d8ea-9324-4495-bad4-9ff820edc1e4 2098
2022-03-24T15:15:46.080Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T15:15:46.080Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env
2022-03-24T15:15:46.080Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T15:15:46.081Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T15:15:46.083Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T15:15:46.083Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "81ede76e-4cfb-4cdc-ab0d-4f524887d259",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648134946080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324151239/1.0/resourceInstances/vfwd3eaefce820a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T15:15:46.183Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T15:15:46.185Z||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-24T15:15:46.185Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7BFfJxg258V1RqHZ) ...
2022-03-24T15:15:46.204Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T15:15:46.205Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-24T15:15:47.084Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0d2730d4-9358-4fd6-abdf-8a6e48070708
2022-03-24T15:15:47.085Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d3eaefce-820a 0 681a2d4c-32a5-484e-9f58-e9c4ae1624e6 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-24T15:15:47.104Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@460b8cc8, org.onap.sdc.toscaparser.api.parameters.Input@74f12f40, org.onap.sdc.toscaparser.api.parameters.Input@5f5dbbd7, org.onap.sdc.toscaparser.api.parameters.Input@35e62e60, org.onap.sdc.toscaparser.api.parameters.Input@2f1189d8]
2022-03-24T15:15:47.110Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.110Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:47.111Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-24T15:15:47.111Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 492b3933-0bd5-4b6a-a80d-9b0c271a9a11
2022-03-24T15:15:47.112Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 492b3933-0bd5-4b6a-a80d-9b0c271a9a11 matches Tosca VF Customization UUID: 492b3933-0bd5-4b6a-a80d-9b0c271a9a11
2022-03-24T15:15:47.112Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 492b3933-0bd5-4b6a-a80d-9b0c271a9a11 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-24T15:15:47.117Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.118Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T15:15:47.119Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 492b3933-0bd5-4b6a-a80d-9b0c271a9a11: {\"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-24T15:15:47.120Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64471589
2022-03-24T15:15:47.121Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.121Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 15-12-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T15:15:47.122Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab89152f-dab0-42ff-b490-dc1799c7bc97
2022-03-24T15:15:47.122Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab89152f-dab0-42ff-b490-dc1799c7bc97
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-24T15:15:47.126Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.126Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:47.127Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:15:47.127Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.127Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is not matching search criteria
2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T15:15:47.128Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:47.129Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T15:15:47.130Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ea6c1af-513d-40f2-8f1d-c9249ed83a46
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-24T15:15:47.133Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T15:15:47.133Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Node template vFW d3eaefce-820a 0 is matching search criteria
2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW d3eaefce-820a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T15:15:47.134Z|81ede76e-4cfb-4cdc-ab0d-4f524887d259|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery