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-23T03:15:32.487Z||main|||||INFO|500||The following profiles are active: basic
2022-03-23T03:15:46.693Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-23T03:15:46.695Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-23T03:15:46.868Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-23T03:15:52.877Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-23T03:15:53.451Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-23T03:15:54.182Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-23T03:15:54.195Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-23T03:15:54.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-23T03:15:54.677Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-23T03:15:55.377Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-23T03:15:57.430Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-23T03:16:00.616Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-23T03:16:00.680Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-23T03:16:01.411Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-23T03:16:01.685Z||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-23T03:16:03.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-23T03:16:05.084Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-23T03:16:05.109Z||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$$fa32a587.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-23T03:16:05.110Z||main|||||WARN|500||The sdc end point is not alive
2022-03-23T03:16:09.334Z||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-23T03:16:13.401Z||main|||||WARN|500||---
2022-03-23T03:16:13.402Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-23T03:16:13.402Z||main|||||WARN|500||---
2022-03-23T03:16:13.963Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-23T03:16:21.506Z||main|||||INFO|500||Started Application in 53.023 seconds (JVM running for 55.485)
2022-03-23T03:16:21.573Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-23T03:16:21.578Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-23T03:16:21.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-23T03:16:21.628Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-23T03:16:21.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 919bb9d9-ebe1-4b2b-a8ca-51205d52c653 url= /sdc/v1/artifactTypes
2022-03-23T03:16:21.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-23T03:16:22.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:16:22.161Z||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-23T03:16:22.184Z||scheduling-1|||||DEBUG|500||create keys
2022-03-23T03:16:22.192Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-23T03:16:22.228Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:16:22.248Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 35fc37e5-8a38-4392-a8d2-fee834102ca4 url= /sdc/v1/registerForDistribution
2022-03-23T03:16:22.452Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 35fc37e5-8a38-4392-a8d2-fee834102ca4 url= /sdc/v1/registerForDistribution
2022-03-23T03:16:22.453Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-23T03:16:22.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:16:22.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:16:22.470Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-23T03:16:22.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-23T03:16:22.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 41BkLZAzvZqxNthX) ...
2022-03-23T03:16:22.482Z||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-23T03:16:22.486Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:16:32.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:16:32.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:17:22.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:17:22.462Z||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-23T03:17:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:17:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:17:22.464Z||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-23T03:17:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:17:32.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:17:32.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:18:22.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:18:22.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-23T03:18:22.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:18:22.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:18:22.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-23T03:18:22.466Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:18:32.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:18:32.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:19:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:19:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:19:22.463Z||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-23T03:19:22.463Z||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-23T03:19:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:19:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:19:32.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:19:32.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:20:22.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:20:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:20:22.462Z||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-23T03:20:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:20:22.463Z||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-23T03:20:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:20:32.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:20:32.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:21:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:21:22.462Z||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-23T03:21:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:21:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:21:22.463Z||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-23T03:21:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:21:32.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:21:32.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:22:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:22:22.462Z||pool-2-thread-9|||||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-23T03:22:22.462Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:22:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:22:22.463Z||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-23T03:22:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:22:32.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:22:32.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:23:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:23:22.462Z||pool-2-thread-9|||||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-23T03:23:22.462Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:23:22.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:23:22.463Z||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-23T03:23:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:23:32.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:23:32.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:24:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:24:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:24:22.463Z||pool-2-thread-9|||||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-23T03:24:22.463Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:24:22.464Z||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-23T03:24:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:24:32.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:24:32.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:25:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:25:22.462Z||pool-2-thread-9|||||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-23T03:25:22.462Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:25:22.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:25:22.466Z||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-23T03:25:22.466Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:25:32.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:25:32.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:25:47.073Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-23T03:26:22.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:26:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:26:22.463Z||pool-2-thread-9|||||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-23T03:26:22.463Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:26:22.463Z||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-23T03:26:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:26:32.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:26:32.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:27:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:27:22.462Z||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-23T03:27:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:27:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:27:22.463Z||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-23T03:27:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:27:32.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:27:32.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:28:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:28:22.463Z||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-23T03:28:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:28:22.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:28:22.464Z||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-23T03:28:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:28:32.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:28:32.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:29:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:29:22.462Z||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-23T03:29:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:29:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:29:22.463Z||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-23T03:29:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:29:32.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:29:32.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:30:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:30:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:30:22.463Z||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-23T03:30:22.463Z||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-23T03:30:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:30:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:30:32.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:30:32.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:31:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:31:22.462Z||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-23T03:31:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:31:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:31:22.463Z||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-23T03:31:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:31:32.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:31:32.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:32:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:32:22.462Z||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-23T03:32:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:32:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:32:22.463Z||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-23T03:32:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:32:32.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:32:32.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:33:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:33:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:33:22.463Z||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-23T03:33:22.463Z||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-23T03:33:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:33:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:33:32.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:33:32.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:34:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:34:22.462Z||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-23T03:34:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:34:22.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:34:22.463Z||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-23T03:34:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:34:32.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:34:32.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:35:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:35:22.462Z||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-23T03:35:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:35:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:35:22.463Z||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-23T03:35:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:35:32.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:35:32.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:36:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:36:22.462Z||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-23T03:36:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:36:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:36:22.463Z||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-23T03:36:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:36:32.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:36:32.009Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:37:22.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:37:22.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-23T03:37:22.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:37:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:37:22.465Z||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-23T03:37:22.466Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:37:32.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:37:32.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:38:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:38:22.462Z||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-23T03:38:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:38:22.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:38:22.464Z||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-23T03:38:22.465Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:38:32.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:38:32.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:39:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:39:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:39:22.463Z||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-23T03:39:22.463Z||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-23T03:39:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:39:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:39:32.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:39:32.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:40:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:40:22.463Z||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-23T03:40:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:40:22.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:40:22.464Z||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-23T03:40:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:40:32.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:40:32.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:41:22.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:41:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:41:22.463Z||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-23T03:41:22.463Z||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-23T03:41:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:41:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:41:32.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:41:32.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:42:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:42:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:42:22.463Z||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-23T03:42:22.463Z||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-23T03:42:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:42:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:42:32.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:42:32.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:43:22.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:43:22.462Z||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-23T03:43:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:43:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:43:22.463Z||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-23T03:43:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:43:32.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:43:32.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:44:22.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:44:22.462Z||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-23T03:44:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:44:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:44:22.463Z||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-23T03:44:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:44:32.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:44:32.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:45:22.462Z||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-23T03:45:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:45:22.463Z||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-23T03:45:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:23.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:23.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:23.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d650aef-b69f-410b-acc6-d8808c6c19c8","serviceName":"basic_onboard_VgoWrV","serviceVersion":"1.0","serviceUUID":"6a27405a-db3f-4ceb-84c0-5e36ddcbad65","serviceDescription":"service","serviceInvariantUUID":"0a5b33f4-57c4-45fc-8c4a-cba87d466244","resources":[{"resourceInstanceName":"basic_onboard_VgoWrV 0","resourceName":"basic_onboard_VgoWrV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dff6c8c7-afcd-4a2d-8de3-80e4df47dce3","resourceInvariantUUID":"6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32","resourceCustomizationUUID":"2553696e-bd2c-41af-8908-a791a2e38d08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml","artifactChecksum":"YWJhMmM0YmZhMTQ4ZTg2MGI5MDg3OTEwZGNlYzk4ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b6883aa-4a9c-4476-8ab2-3d25628d7b4a","artifactVersion":"1"},{"artifactName":"basic_onboard_vgowrv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json","artifactChecksum":"YzU1ZGZmYTA5NTVhOGZlMzdlZDQwMThkZmFmNDM5ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ffd7634a-82f9-4917-aa52-f792a54e0dcc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d98f835e-2154-4699-8359-191275982c9b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d62ff243-8c4b-420e-b3ee-7c93b8a9880c","artifactVersion":"2","generatedFromUUID":"ffd7634a-82f9-4917-aa52-f792a54e0dcc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgowrv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml","artifactChecksum":"Y2MyN2YwYmZjMDk5ZmZlMzNkMWQzNjJmNmRjZTJjMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf70e0cb-b1e1-483f-be7d-787381e9ae81","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgowrv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar","artifactChecksum":"YWVlNDVkMWQ3ZDk0M2MzYzE4OGQ0ZjAxZGQ0ZDdiZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f075beeb-fced-46b9-9d4b-429f47b0c919","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:45:23.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.131Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:23.139Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:23.154Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:23.154Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007086123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007079648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007086856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007095985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007095908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007096019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "dcae-sch",
"timestamp": 1648007089879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007089705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007096919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "cds",
"timestamp": 1648007097040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-23T03:45:23.254Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-23T03:45:23.259Z||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-23T03:45:23.259Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:23.272Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:23.272Z||pool-3-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: 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-23T03:45:23.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.491Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:45:23.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007097724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "policy-id",
"timestamp": 1648007097925,
"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-23T03:45:23.542Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.542Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:45:23.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007099100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007100197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007093647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007101263,
"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-23T03:45:23.562Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.562Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007101730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007102268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007102738,
"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-23T03:45:23.582Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.582Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:45:23.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007097338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007103063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007111503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007112531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007114543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:23.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "clamp",
"timestamp": 1648007115548,
"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-23T03:45:23.603Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.604Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:45:24.164Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:24.165Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:24.168Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:24.168Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:45:24.268Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:24.269Z||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-23T03:45:24.270Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:24.283Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:24.284Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:25.168Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:25.169Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:25.172Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:25.172Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:45:25.272Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:25.274Z||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-23T03:45:25.274Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:25.290Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:25.291Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:26.173Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:26.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:26.178Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:26.178Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:26.278Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:26.279Z||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-23T03:45:26.280Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:26.330Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:26.331Z||pool-6-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:27.179Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:27.180Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:27.182Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:27.182Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-23T03:45:27.283Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:45:27.284Z||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-23T03:45:27.284Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:27.294Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:27.294Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:28.183Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:28.183Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:28.186Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:28.187Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:45:28.287Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:28.288Z||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-23T03:45:28.288Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:28.299Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:28.300Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:29.188Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:29.191Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:29.193Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:29.193Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:45:29.294Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:45:29.296Z||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-23T03:45:29.296Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:29.317Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:29.318Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:30.196Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"serviceName": "basic_onboard_VgoWrV",
"serviceVersion": "1.0",
"serviceUUID": "6a27405a-db3f-4ceb-84c0-5e36ddcbad65",
"serviceDescription": "service",
"serviceInvariantUUID": "0a5b33f4-57c4-45fc-8c4a-cba87d466244",
"resources": [
{
"resourceInstanceName": "basic_onboard_VgoWrV 0",
"resourceCustomizationUUID": "2553696e-bd2c-41af-8908-a791a2e38d08",
"resourceName": "basic_onboard_VgoWrV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dff6c8c7-afcd-4a2d-8de3-80e4df47dce3",
"resourceInvariantUUID": "6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vgowrv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"artifactChecksum": "YzU1ZGZmYTA5NTVhOGZlMzdlZDQwMThkZmFmNDM5ZWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ffd7634a-82f9-4917-aa52-f792a54e0dcc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d62ff243-8c4b-420e-b3ee-7c93b8a9880c",
"generatedFromUUID": "ffd7634a-82f9-4917-aa52-f792a54e0dcc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d62ff243-8c4b-420e-b3ee-7c93b8a9880c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVgowrv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"artifactChecksum": "YWVlNDVkMWQ3ZDk0M2MzYzE4OGQ0ZjAxZGQ0ZDdiZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f075beeb-fced-46b9-9d4b-429f47b0c919"
}
],
"workloadContext": "Production"
}
2022-03-23T03:45:30.197Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:45:30.198Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a27405a-db3f-4ceb-84c0-5e36ddcbad65 ASDC
2022-03-23T03:45:30.319Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3d650aef-b69f-410b-acc6-d8808c6c19c8
ServiceName:basic_onboard_VgoWrV
ServiceVersion:1.0
ServiceUUID:6a27405a-db3f-4ceb-84c0-5e36ddcbad65
ServiceInvariantUUID:0a5b33f4-57c4-45fc-8c4a-cba87d466244
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVgowrv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
ArtifactUUID:f075beeb-fced-46b9-9d4b-429f47b0c919
ArtifactChecksum:YWVlNDVkMWQ3ZDk0M2MzYzE4OGQ0ZjAxZGQ0ZDdiZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VgoWrV 0
ResourceCustomizationUUID:2553696e-bd2c-41af-8908-a791a2e38d08
ResourceInvariantUUID:6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32
ResourceName:basic_onboard_VgoWrV
ResourceType:VF
ResourceUUID:dff6c8c7-afcd-4a2d-8de3-80e4df47dce3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vgowrv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
ArtifactUUID:ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed
ArtifactChecksum:YzU1ZGZmYTA5NTVhOGZlMzdlZDQwMThkZmFmNDM5ZWM=
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/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ffd7634a-82f9-4917-aa52-f792a54e0dcc
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/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
ArtifactUUID:d62ff243-8c4b-420e-b3ee-7c93b8a9880c
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/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
ArtifactUUID:d62ff243-8c4b-420e-b3ee-7c93b8a9880c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-23T03:45:30.319Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a27405a-db3f-4ceb-84c0-5e36ddcbad65 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T03:45:30.398Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:45:30.401Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:45:30.405Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:45:30.405Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f075beeb-fced-46b9-9d4b-429f47b0c919 from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:30.406Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:30.408Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:30.531Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:30.550Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar f075beeb-fced-46b9-9d4b-429f47b0c919 71574
2022-03-23T03:45:30.552Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar ASDC sendASDCNotification
2022-03-23T03:45:30.552Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:30.554Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:30.555Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:30.559Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:30.559Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007130551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:30.659Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:30.660Z||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-23T03:45:30.660Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:30.728Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:30.729Z||pool-10-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:31.560Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:45:31.561Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:45:31.562Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f075beeb-fced-46b9-9d4b-429f47b0c919, URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:31.562Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:31.665Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:31.665Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:32.362Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4129228610353797297/Definitions/service-BasicOnboardVgowrv-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-23T03:45:34.511Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:45:34.518Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:45:34.519Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.539Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-23T03:45:34.539Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.540Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.540Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.540Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VgoWrV 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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.542Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.542Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:45:34.550Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.552Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.557Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.558Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:45:34.560Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:45:34.562Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:45:34.564Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.564Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.568Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.568Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T03:45:34.570Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T03:45:34.570Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.570Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:45:34.572Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.572Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.572Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:34.573Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.575Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:34.575Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.575Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is not matching search criteria
2022-03-23T03:45:34.576Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-23T03:45:34.576Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T03:45:34.576Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9cd5f3e2-5b7a-4701-b8e4-948fdf7a2394
2022-03-23T03:45:34.577Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.577Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.578Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.578Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.578Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VgoWrV
Description:service
Model UUID:6a27405a-db3f-4ceb-84c0-5e36ddcbad65
Model Version:NULL
Model InvariantUuid:0a5b33f4-57c4-45fc-8c4a-cba87d466244
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VgoWrV
Model UUID:079891bd-472a-44c6-83bf-a494a62a2f89
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2553696e-bd2c-41af-8908-a791a2e38d08
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:598d5e72-6d3b-46ac-ad32-eaec1bf6ede3
ModelName:BasicOnboardVgowrv..base_ubuntu18..module-0
ModelUuid:a59d8d37-27f6-423b-99c3-51347bc9466b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9cd5f3e2-5b7a-4701-b8e4-948fdf7a2394
ModelInvariantUuid:f124fcfd-2a08-481b-b1f3-b8db8425c4c0
ModelName:basic_onboard_VgoWrV-nodes.ubuntu18Cvfc
ModelUuid:0ff6f3a8-2263-483f-ab24-0db0f872ceda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:33388a9e-e53d-4225-b0f4-109876045a32
ModelInvariantUuid:f0a550d3-e58a-45f9-b095-a9e60554c232
ModelName:BasicOnboardVgowrv.compute.nodes.heat.ubuntu18
ModelUuid:8d5c1b46-b1a0-4a38-b152-5c7bcc8b1f7f
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-23T03:45:34.589Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: dff6c8c7-afcd-4a2d-8de3-80e4df47dce3
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-23T03:45:34.697Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||basic_onboard_VgoWrV 0
2022-03-23T03:45:34.703Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dff6c8c7-afcd-4a2d-8de3-80e4df47dce3
2022-03-23T03:45:34.704Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:34.704Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:34.704Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:34.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:34.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed 798
2022-03-23T03:45:34.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json ASDC sendASDCNotification
2022-03-23T03:45:34.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:34.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:34.922Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:34.925Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:34.925Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007134921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:35.025Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:35.026Z||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-23T03:45:35.026Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:35.036Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:35.037Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:35.927Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgowrv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "598d5e72-6d3b-46ac-ad32-eaec1bf6ede3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a59d8d37-27f6-423b-99c3-51347bc9466b",
"vfModuleModelCustomizationUUID": "0486261a-9580-4ba3-b301-1d436d98e2aa",
"isBase": true,
"artifacts": [
"ffd7634a-82f9-4917-aa52-f792a54e0dcc",
"d62ff243-8c4b-420e-b3ee-7c93b8a9880c"
],
"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-23T03:45:35.951Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgowrv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a59d8d37-27f6-423b-99c3-51347bc9466b
VfModuleModelInvariantUUID:598d5e72-6d3b-46ac-ad32-eaec1bf6ede3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ffd7634a-82f9-4917-aa52-f792a54e0dcc
,
d62ff243-8c4b-420e-b3ee-7c93b8a9880c
}
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-23T03:45:35.955Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgowrv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "598d5e72-6d3b-46ac-ad32-eaec1bf6ede3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a59d8d37-27f6-423b-99c3-51347bc9466b",
"vfModuleModelCustomizationUUID": "0486261a-9580-4ba3-b301-1d436d98e2aa",
"isBase": true,
"artifacts": [
"ffd7634a-82f9-4917-aa52-f792a54e0dcc",
"d62ff243-8c4b-420e-b3ee-7c93b8a9880c"
],
"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-23T03:45:35.955Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgowrv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a59d8d37-27f6-423b-99c3-51347bc9466b
VfModuleModelInvariantUUID:598d5e72-6d3b-46ac-ad32-eaec1bf6ede3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ffd7634a-82f9-4917-aa52-f792a54e0dcc
,
d62ff243-8c4b-420e-b3ee-7c93b8a9880c
}
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-23T03:45:35.955Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ffd7634a-82f9-4917-aa52-f792a54e0dcc from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:35.956Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:35.956Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:36.332Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:36.333Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml ffd7634a-82f9-4917-aa52-f792a54e0dcc 5033
2022-03-23T03:45:36.333Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-23T03:45:36.333Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:36.334Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:36.334Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:36.339Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:36.339Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007136333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:36.439Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:36.441Z||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-23T03:45:36.441Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:36.455Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:36.456Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:37.346Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d62ff243-8c4b-420e-b3ee-7c93b8a9880c from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:37.346Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:37.346Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:37.630Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:37.630Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env d62ff243-8c4b-420e-b3ee-7c93b8a9880c 909
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:37.635Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:37.635Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007137631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:45:37.735Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:37.736Z||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-23T03:45:37.736Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:37.749Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:37.750Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:38.636Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6a27405a-db3f-4ceb-84c0-5e36ddcbad65
2022-03-23T03:45:38.637Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VgoWrV 0 dff6c8c7-afcd-4a2d-8de3-80e4df47dce3 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-23T03:45:38.670Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46cdd1f3, org.onap.sdc.toscaparser.api.parameters.Input@ff95e7e, org.onap.sdc.toscaparser.api.parameters.Input@6d3f5bf0, org.onap.sdc.toscaparser.api.parameters.Input@4a48c63f, org.onap.sdc.toscaparser.api.parameters.Input@6222c4cc]
2022-03-23T03:45:38.674Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.674Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.675Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-23T03:45:38.675Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2553696e-bd2c-41af-8908-a791a2e38d08
2022-03-23T03:45:38.675Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2553696e-bd2c-41af-8908-a791a2e38d08 matches Tosca VF Customization UUID: 2553696e-bd2c-41af-8908-a791a2e38d08
2022-03-23T03:45:38.676Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2553696e-bd2c-41af-8908-a791a2e38d08 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-23T03:45:38.684Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.685Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.687Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2553696e-bd2c-41af-8908-a791a2e38d08: {\"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-23T03:45:38.688Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d2cdda4
2022-03-23T03:45:38.688Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.689Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:45:38.690Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0486261a-9580-4ba3-b301-1d436d98e2aa
2022-03-23T03:45:38.692Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0486261a-9580-4ba3-b301-1d436d98e2aa
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-23T03:45:38.702Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.703Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.705Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:38.706Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.707Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.707Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:38.707Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.708Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is not matching search criteria
2022-03-23T03:45:38.708Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-23T03:45:38.708Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T03:45:38.709Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9cd5f3e2-5b7a-4701-b8e4-948fdf7a2394
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-23T03:45:38.718Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.719Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.719Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:38.720Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.720Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.720Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=2553696e-bd2c-41af-8908-a791a2e38d08
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-23T03:45:38.722Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.723Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.723Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6a27405a-db3f-4ceb-84c0-5e36ddcbad65: basic_onboard_VgoWrV
2022-03-23T03:45:38.723Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.726Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_VgoWrV
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-23T03:45:38.899Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VgoWrV dff6c8c7-afcd-4a2d-8de3-80e4df47dce3 1 ASDC deployResourceStructure
2022-03-23T03:45:38.899Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json ASDC sendASDCNotification
2022-03-23T03:45:38.899Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:38.900Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:38.900Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:38.902Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:38.902Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007138899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:39.002Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:39.004Z||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-23T03:45:39.004Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:39.015Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:39.016Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:39.904Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-23T03:45:39.904Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:39.904Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:39.905Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:39.907Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:39.907Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007139904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:40.007Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:40.008Z||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-23T03:45:40.008Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:40.019Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:40.020Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:40.910Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-23T03:45:40.910Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:40.910Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:40.911Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:40.913Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:40.913Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007140910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:41.014Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:45:41.027Z||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-23T03:45:41.028Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:41.050Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:41.051Z||pool-16-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:41.914Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar ASDC sendASDCNotification
2022-03-23T03:45:41.914Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:41.915Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:41.916Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:41.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:41.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007141914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:45:42.020Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:42.021Z||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-23T03:45:42.021Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:42.030Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:45:42.031Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:42.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:45:42.948Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:45:42.952Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:45:42.952Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:45:42.952Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:46:12.953Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:46:12.968Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:46:12.973Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:46:12.974Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:46:12.974Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:46:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:46:22.463Z||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-23T03:46:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:46:22.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:46:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:46:22.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:46:22.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:46:42.974Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:46:42.992Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:46:42.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:46:42.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:46:42.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:47:12.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:47:13.015Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:47:13.021Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:47:13.021Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:47:13.021Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:47:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:47:22.464Z||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-23T03:47:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:47:22.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:47:22.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:47:22.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:47:22.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007127559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:47:22.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:47:22.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "aai-ml",
"timestamp": 1648007128566,
"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-23T03:47:23.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:47:23.015Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:47:23.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007122460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007130551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007134921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007136333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007137631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007138899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007139904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007140910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007141914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:43.022Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:47:43.034Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
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-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:47:43.041Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:47:43.041Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:47:43.041Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-23T03:47:43.047Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T03:48:13.049Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-23T03:48:13.060Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8 and serviceModelVersionId: 6a27405a-db3f-4ceb-84c0-5e36ddcbad65
2022-03-23T03:48:13.060Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a5b33f4-57c4-45fc-8c4a-cba87d466244
2022-03-23T03:48:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:48:22.464Z||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-23T03:48:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:23.095Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:23.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007244648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007236123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "ves-openapi-manager",
"timestamp": 1648007237338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007253355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007253526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007246856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "cds",
"timestamp": 1648007254361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-23T03:48:23.162Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.162Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:48:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007254635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007255640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "dcae-sch",
"timestamp": 1648007249879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007249707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "policy-id",
"timestamp": 1648007256643,
"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-23T03:48:23.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:48:23.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007257515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007257732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007257550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648007258522,
"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-23T03:48:23.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.232Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:48:23.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007259043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007259559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007253062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007260238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "clamp",
"timestamp": 1648007260564,
"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-23T03:48:23.250Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.250Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:48:23.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007261258,
"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-23T03:48:23.265Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.265Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:48:23.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007260909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648007262262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007274450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:23.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "aai-ml",
"timestamp": 1648007275456,
"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-23T03:48:23.286Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:48:29.961Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0
2022-03-23T03:48:30.088Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T03:48:30.658Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?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-23T03:48:30.663Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0|INFO|500||Invoke
2022-03-23T03:48:30.798Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-23T03:48:31.010Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0|INFO|500||InvokeReturn
2022-03-23T03:48:31.013Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-03:48:30:619-98937], vertex-id=[336112], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:48:30 GMT], Content-Type=[application/json]}
2022-03-23T03:48:31.014Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T03:48:31.018Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T03:48:31.018Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-23T03:48:31.024Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-23T03:48:31.025Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d650aef-b69f-410b-acc6-d8808c6c19c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T03:48:31.027Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T03:48:31.027Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:31.031Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:31.031Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007311026,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:48:31.131Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:48:31.132Z||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-23T03:48:31.132Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:31.142Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:31.143Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T03:48:32.048Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:48:32.049Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|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-23T03:48:32.049Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:36.432Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:36.434Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-23T03:48:36.434Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a21ebc23-9ce6-42e4-bd21-7404d3ffec55","serviceName":"vFW 2022-03-23 03-44-54","serviceVersion":"1.0","serviceUUID":"d3bde447-4b51-4b1d-8bdc-d7a62606d6cf","serviceDescription":"catalog service description","serviceInvariantUUID":"bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4","resources":[{"resourceInstanceName":"vFW 893fdcbc-468a 0","resourceName":"vFW 893fdcbc-468a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"518ea84b-659b-454b-93a9-c84f58a82846","resourceInvariantUUID":"01922fd9-8ad2-493a-adaf-1d5403bdccb8","resourceCustomizationUUID":"a6e2dc82-de54-4394-b7cb-6811bbebb6a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml","artifactChecksum":"YzA1NjUyMDU4NGQ4MWFlYmY4YjAyYzZhNWZlYmViZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1344b784-2721-4123-bec3-90faa242f97a","artifactVersion":"1"},{"artifactName":"vfw893fdcbc468a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json","artifactChecksum":"OTgyMGQzMjA4ZDJiYjNmNDg5MmJiNjFmNDU2ZjFlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46263785-efb8-4c04-9fc3-69a263d5f1d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb1ff6a2-b271-462e-ad4c-d735617e7dd9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml","artifactChecksum":"YjZlYTk0YTU5YzA2NTkxZDg4NjI1NzQ0NGMxODUyN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb303e9d-2f70-4bda-a33b-b9bf9c737ef6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34f70207-727f-4b79-a9f7-2018240de670","artifactVersion":"2","generatedFromUUID":"eb1ff6a2-b271-462e-ad4c-d735617e7dd9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323034454-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml","artifactChecksum":"NWE3ZWM1NWU4MWQzODEwNjY4MTc1ODdhYzNlMzQ2OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"456e3c74-357f-4273-b7d6-18b25cdcee37","artifactVersion":"1"},{"artifactName":"service-Vfw20220323034454-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar","artifactChecksum":"MmYyNzg3NjU3NjQwNWY0NGIwMDliOWQ4ZTY2OTFjOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0f3c887-3479-4291-8ade-f3408e993c09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:48:36.437Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:36.437Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:36.440Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:36.440Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:36.540Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:36.541Z||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-23T03:48:36.541Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:36.553Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:36.554Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:37.442Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:37.442Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:37.445Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:37.445Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:48:37.545Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:37.546Z||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-23T03:48:37.546Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:37.557Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:37.557Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:48:38.446Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:38.446Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:38.448Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:38.449Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:48:38.549Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:38.550Z||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-23T03:48:38.550Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:38.561Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:38.562Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:48:39.449Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:39.451Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:39.453Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:39.453Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:39.554Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:39.556Z||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-23T03:48:39.556Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:39.567Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:39.568Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:40.454Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:40.458Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:40.470Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:40.470Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-23T03:48:40.560Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-23T03:48:40.561Z||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-23T03:48:40.561Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:40.571Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:40.572Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:41.471Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:41.472Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:41.474Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:41.474Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:48:41.575Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:41.576Z||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-23T03:48:41.576Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:41.586Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:41.587Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:42.477Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:42.477Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:42.480Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:42.481Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:48:42.581Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:42.582Z||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-23T03:48:42.582Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:42.627Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:42.628Z||pool-25-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":2,"count":1}
2022-03-23T03:48:43.482Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"serviceName": "vFW 2022-03-23 03-44-54",
"serviceVersion": "1.0",
"serviceUUID": "d3bde447-4b51-4b1d-8bdc-d7a62606d6cf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4",
"resources": [
{
"resourceInstanceName": "vFW 893fdcbc-468a 0",
"resourceCustomizationUUID": "a6e2dc82-de54-4394-b7cb-6811bbebb6a2",
"resourceName": "vFW 893fdcbc-468a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "518ea84b-659b-454b-93a9-c84f58a82846",
"resourceInvariantUUID": "01922fd9-8ad2-493a-adaf-1d5403bdccb8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw893fdcbc468a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"artifactChecksum": "OTgyMGQzMjA4ZDJiYjNmNDg5MmJiNjFmNDU2ZjFlNjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46263785-efb8-4c04-9fc3-69a263d5f1d9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eb1ff6a2-b271-462e-ad4c-d735617e7dd9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34f70207-727f-4b79-a9f7-2018240de670",
"generatedFromUUID": "eb1ff6a2-b271-462e-ad4c-d735617e7dd9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34f70207-727f-4b79-a9f7-2018240de670",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220323034454-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"artifactChecksum": "MmYyNzg3NjU3NjQwNWY0NGIwMDliOWQ4ZTY2OTFjOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b0f3c887-3479-4291-8ade-f3408e993c09"
}
],
"workloadContext": "Production"
}
2022-03-23T03:48:43.483Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:48:43.483Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d3bde447-4b51-4b1d-8bdc-d7a62606d6cf ASDC
2022-03-23T03:48:43.484Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a21ebc23-9ce6-42e4-bd21-7404d3ffec55
ServiceName:vFW 2022-03-23 03-44-54
ServiceVersion:1.0
ServiceUUID:d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
ServiceInvariantUUID:bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220323034454-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
ArtifactUUID:b0f3c887-3479-4291-8ade-f3408e993c09
ArtifactChecksum:MmYyNzg3NjU3NjQwNWY0NGIwMDliOWQ4ZTY2OTFjOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 893fdcbc-468a 0
ResourceCustomizationUUID:a6e2dc82-de54-4394-b7cb-6811bbebb6a2
ResourceInvariantUUID:01922fd9-8ad2-493a-adaf-1d5403bdccb8
ResourceName:vFW 893fdcbc-468a
ResourceType:VF
ResourceUUID:518ea84b-659b-454b-93a9-c84f58a82846
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw893fdcbc468a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
ArtifactUUID:46263785-efb8-4c04-9fc3-69a263d5f1d9
ArtifactChecksum:OTgyMGQzMjA4ZDJiYjNmNDg5MmJiNjFmNDU2ZjFlNjM=
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/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
ArtifactUUID:eb1ff6a2-b271-462e-ad4c-d735617e7dd9
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/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
ArtifactUUID:34f70207-727f-4b79-a9f7-2018240de670
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/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
ArtifactUUID:34f70207-727f-4b79-a9f7-2018240de670
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-23T03:48:43.484Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3bde447-4b51-4b1d-8bdc-d7a62606d6cf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T03:48:43.526Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:48:43.526Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:48:43.526Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:48:43.527Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0f3c887-3479-4291-8ade-f3408e993c09 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:43.527Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:43.527Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:43.928Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:43.936Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar b0f3c887-3479-4291-8ade-f3408e993c09 98943
2022-03-23T03:48:43.936Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar ASDC sendASDCNotification
2022-03-23T03:48:43.937Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:43.937Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:43.937Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:43.939Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:43.940Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007323936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:44.040Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:44.041Z||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-23T03:48:44.042Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:44.058Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:44.059Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:44.940Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:48:44.941Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:48:44.942Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0f3c887-3479-4291-8ade-f3408e993c09, URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar to file: /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:44.942Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323034454-csar.csar
2022-03-23T03:48:44.942Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:44.943Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:45.132Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1813285792155390652/Definitions/service-Vfw20220323034454-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-23T03:48:47.493Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 893fdcbc-468a 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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4ac5d362-e25c-43e8-aaf6-45d272fcd05b
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f65e922-b934-4fd4-9e3f-a70e3c07d1d8
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e1e5e3a-f05c-4fc7-a224-a28a1ae22482
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-23 03-44-54
Description:catalog service description
Model UUID:d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
Model Version:NULL
Model InvariantUuid:bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 893fdcbc-468a
Model UUID:5d3675ca-f1eb-461e-ac54-dd9787b27c1f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:01922fd9-8ad2-493a-adaf-1d5403bdccb8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a6e2dc82-de54-4394-b7cb-6811bbebb6a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7a29048f-1062-40ea-80ef-d7bbfba45ecb
ModelName:Vfw893fdcbc468a..base_vfw..module-0
ModelUuid:beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4ac5d362-e25c-43e8-aaf6-45d272fcd05b
ModelInvariantUuid:80fba85d-e23b-4892-abe4-6e3a71e840fb
ModelName:vFW 893fdcbc-468a-nodes.vfwCvfc
ModelUuid:93eafd3c-e9df-4697-85fd-3e476c78e80a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e3680839-c85e-490d-a57f-98b3e1b28c87
ModelInvariantUuid:f9c3ec99-6fd3-4020-a810-2f676c68ec13
ModelName:Vfw893fdcbc468a.compute.nodes.heat.vfw
ModelUuid:dba269dd-a76e-4af3-ab06-a85f87563273
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2f65e922-b934-4fd4-9e3f-a70e3c07d1d8
ModelInvariantUuid:a5b107a5-6999-4996-b754-67e285c912be
ModelName:vFW 893fdcbc-468a-nodes.vsnCvfc
ModelUuid:a2d60731-a4ca-4d00-9645-cbb6e2bd1a06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d1ba4b40-29ac-4ad1-a17d-c6dfeccb09f9
ModelInvariantUuid:bf12cf69-e010-4e4d-91c8-f6cdc1dd26d3
ModelName:Vfw893fdcbc468a.compute.nodes.heat.vsn
ModelUuid:e825cd7e-cf40-435e-aa42-ff5696bdc2a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8e1e5e3a-f05c-4fc7-a224-a28a1ae22482
ModelInvariantUuid:7554544b-dd2c-48a3-89c3-cdf0e936ff79
ModelName:vFW 893fdcbc-468a-nodes.vpgCvfc
ModelUuid:2d94235b-ffa7-41f7-977e-e62b3a7a536d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:276a1dc4-8a3e-4ffa-94dd-9927e75b59e0
ModelInvariantUuid:22f8c3cf-3989-4037-8f06-2894a1b651c6
ModelName:Vfw893fdcbc468a.compute.nodes.heat.vpg
ModelUuid:ea94c80a-536f-45b3-b0da-c6b8ba18efce
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-23T03:48:47.543Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 518ea84b-659b-454b-93a9-c84f58a82846
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-23T03:48:47.549Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||vFW 893fdcbc-468a 0
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 518ea84b-659b-454b-93a9-c84f58a82846
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 46263785-efb8-4c04-9fc3-69a263d5f1d9 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:47.724Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:47.724Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json 46263785-efb8-4c04-9fc3-69a263d5f1d9 785
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json ASDC sendASDCNotification
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:47.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:47.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007327724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:47.828Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:47.830Z||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-23T03:48:47.830Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:47.839Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:47.840Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:48.730Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw893fdcbc468a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7a29048f-1062-40ea-80ef-d7bbfba45ecb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd",
"vfModuleModelCustomizationUUID": "cf946bac-d802-4887-b0b8-9537776b2a28",
"isBase": true,
"artifacts": [
"eb1ff6a2-b271-462e-ad4c-d735617e7dd9",
"34f70207-727f-4b79-a9f7-2018240de670"
],
"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-23T03:48:48.735Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw893fdcbc468a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd
VfModuleModelInvariantUUID:7a29048f-1062-40ea-80ef-d7bbfba45ecb
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1ff6a2-b271-462e-ad4c-d735617e7dd9
,
34f70207-727f-4b79-a9f7-2018240de670
}
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-23T03:48:48.737Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw893fdcbc468a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7a29048f-1062-40ea-80ef-d7bbfba45ecb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd",
"vfModuleModelCustomizationUUID": "cf946bac-d802-4887-b0b8-9537776b2a28",
"isBase": true,
"artifacts": [
"eb1ff6a2-b271-462e-ad4c-d735617e7dd9",
"34f70207-727f-4b79-a9f7-2018240de670"
],
"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-23T03:48:48.737Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw893fdcbc468a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd
VfModuleModelInvariantUUID:7a29048f-1062-40ea-80ef-d7bbfba45ecb
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1ff6a2-b271-462e-ad4c-d735617e7dd9
,
34f70207-727f-4b79-a9f7-2018240de670
}
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-23T03:48:48.738Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb1ff6a2-b271-462e-ad4c-d735617e7dd9 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:48.738Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:48.738Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:49.018Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml eb1ff6a2-b271-462e-ad4c-d735617e7dd9 20368
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:49.021Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:49.021Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007329019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:49.122Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:49.124Z||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-23T03:48:49.124Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:49.140Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:49.141Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:50.023Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 34f70207-727f-4b79-a9f7-2018240de670 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:50.024Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:50.024Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:50.724Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:50.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env 34f70207-727f-4b79-a9f7-2018240de670 2098
2022-03-23T03:48:50.726Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:48:50.726Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:50.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:50.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:50.730Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:50.730Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007330726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:48:50.830Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:50.831Z||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-23T03:48:50.831Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:50.848Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:50.848Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:51.731Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
2022-03-23T03:48:51.732Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 893fdcbc-468a 0 518ea84b-659b-454b-93a9-c84f58a82846 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-23T03:48:51.758Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1641f4e1, org.onap.sdc.toscaparser.api.parameters.Input@5c99ed19, org.onap.sdc.toscaparser.api.parameters.Input@3a86c0d, org.onap.sdc.toscaparser.api.parameters.Input@5bfba5fc, org.onap.sdc.toscaparser.api.parameters.Input@4204b49e]
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a6e2dc82-de54-4394-b7cb-6811bbebb6a2
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6e2dc82-de54-4394-b7cb-6811bbebb6a2 matches Tosca VF Customization UUID: a6e2dc82-de54-4394-b7cb-6811bbebb6a2
2022-03-23T03:48:51.761Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a6e2dc82-de54-4394-b7cb-6811bbebb6a2 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-23T03:48:51.763Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.763Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.765Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a6e2dc82-de54-4394-b7cb-6811bbebb6a2: {\"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-23T03:48:51.765Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17bc3d43
2022-03-23T03:48:51.765Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.766Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:48:51.766Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf946bac-d802-4887-b0b8-9537776b2a28
2022-03-23T03:48:51.766Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf946bac-d802-4887-b0b8-9537776b2a28
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-23T03:48:51.770Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.770Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.770Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.772Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.772Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:51.772Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.775Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:51.775Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.775Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4ac5d362-e25c-43e8-aaf6-45d272fcd05b
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-23T03:48:51.778Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f65e922-b934-4fd4-9e3f-a70e3c07d1d8
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-23T03:48:51.785Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.785Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.786Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.789Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:48:51.793Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e1e5e3a-f05c-4fc7-a224-a28a1ae22482
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-23T03:48:51.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.796Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.796Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.796Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.797Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=a6e2dc82-de54-4394-b7cb-6811bbebb6a2
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-23T03:48:51.799Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.799Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d3bde447-4b51-4b1d-8bdc-d7a62606d6cf: vFW 893fdcbc-468a
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-23 03-44-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-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 893fdcbc-468a 518ea84b-659b-454b-93a9-c84f58a82846 1 ASDC deployResourceStructure
2022-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json ASDC sendASDCNotification
2022-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:52.034Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:52.036Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:52.036Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007332033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:52.136Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:52.137Z||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-23T03:48:52.138Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:52.147Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:52.148Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:53.037Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:48:53.038Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:53.038Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:53.039Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:53.042Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:53.042Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007333037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:53.142Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:53.142Z||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-23T03:48:53.143Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:53.154Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:53.154Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:48:54.043Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:48:54.044Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:54.044Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:54.044Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:54.046Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:54.046Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007334043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:54.147Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:54.148Z||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-23T03:48:54.148Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:54.161Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:54.162Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar ASDC sendASDCNotification
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:55.051Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:55.051Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007335048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:48:55.151Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:55.152Z||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-23T03:48:55.152Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:55.162Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:48:55.163Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:56.052Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55
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-23T03:48:56.064Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55
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-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-23T03:48:56.074Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T03:49:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:49:22.463Z||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-23T03:49:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:23.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:23.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007311026,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:49:23.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007312048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007323936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007327724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007329019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007330726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007332033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007333037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007334043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007335048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-23T03:49:23.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:26.075Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-23T03:49:26.081Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55 and serviceModelVersionId: d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
2022-03-23T03:49:26.082Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4
2022-03-23T03:49:26.083Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0
2022-03-23T03:49:26.091Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T03:49:26.154Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?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-23T03:49:26.155Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0|INFO|500||Invoke
2022-03-23T03:49:26.186Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-23T03:49:26.587Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0|INFO|500||InvokeReturn
2022-03-23T03:49:26.588Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:49:26:006-21711], vertex-id=[229512], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:49:26 GMT], Content-Type=[application/json]}
2022-03-23T03:49:26.588Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T03:49:26.589Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T03:49:26.589Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a21ebc23-9ce6-42e4-bd21-7404d3ffec55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:26.596Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:26.596Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007366594,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:49:26.697Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:26.698Z||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-23T03:49:26.698Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:26.712Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:26.713Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-23T03:49:27.608Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:49:27.609Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|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-23T03:49:27.609Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:35.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:35.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-23T03:49:35.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c399dfc-7df0-4cb2-8de5-9ecf157a802f","serviceName":"vFW 2022-03-23 03-47-17","serviceVersion":"1.0","serviceUUID":"5e36e701-1f69-4505-8222-62f97fabb6f0","serviceDescription":"catalog service description","serviceInvariantUUID":"1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e","resources":[{"resourceInstanceName":"vFW 6d41f54d-2683 0","resourceName":"vFW 6d41f54d-2683","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c20f595-bdfc-42c2-89e9-538e1cd5063a","resourceInvariantUUID":"211df28a-d976-4893-afc4-7e8ec81d754d","resourceCustomizationUUID":"202bcd18-773e-4f7b-bbca-e95f7c17e78c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml","artifactChecksum":"MjhkOGYyNzk1MzI2ZGExMzgyZmM3MThhOTQ3NTU5OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d795e0c-24b6-4eca-93af-1d99311a5a9c","artifactVersion":"1"},{"artifactName":"vfw6d41f54d26830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json","artifactChecksum":"MDU0Y2U1ZDRjYjk3YzA4YzkxMTA0Y2EwMDEzMzFmZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1fcc3d83-7047-482a-ab67-418734f7cb43","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcd287b6-5297-4e8f-aeb3-eceebdcbc833","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml","artifactChecksum":"MTc2NmI1YTVkM2IyMmM0ZjBlMWE2ZWUzM2UzYjU4MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e55d9c8c-277e-421f-86a0-7fbf52552b96","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c6e26fb4-a4b5-45c2-a445-8079a6c715ee","artifactVersion":"3","generatedFromUUID":"fcd287b6-5297-4e8f-aeb3-eceebdcbc833"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323034717-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml","artifactChecksum":"ZTEwYjZjNGYxNTFhZjVmMjhjMzE5NmQ5OWM4NTQyN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f594a68-4974-4291-9d39-e37449858be5","artifactVersion":"1"},{"artifactName":"service-Vfw20220323034717-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar","artifactChecksum":"NzJkNmFkNjY2NDNjYjUyZGY4OTdhYjM2YTNlNTRlZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86cae6e1-221b-4194-8d78-5a9520f0cbde","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:49:35.776Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:35.776Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:35.778Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:35.778Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:49:35.879Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:35.880Z||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-23T03:49:35.880Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:35.890Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:35.890Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:36.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:36.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:36.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:36.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
"status": "NOTIFIED"
}
2022-03-23T03:49:36.885Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-23T03:49:36.886Z||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-23T03:49:36.886Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:36.896Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:36.897Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:49:37.783Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:37.784Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:37.786Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:37.786Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-23T03:49:37.887Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:37.888Z||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-23T03:49:37.889Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:37.898Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:37.899Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:38.787Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:38.788Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:38.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:38.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:49:38.890Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:38.891Z||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-23T03:49:38.892Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:38.905Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:38.906Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:39.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:39.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:39.794Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:39.794Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-23T03:49:39.895Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:49:39.896Z||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-23T03:49:39.896Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:39.904Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:39.905Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:40.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:40.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:40.798Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:40.798Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-23T03:49:40.898Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:40.900Z||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-23T03:49:40.901Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:40.935Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:40.937Z||pool-40-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:41.799Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:41.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:41.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:41.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007367608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
"status": "NOTIFIED"
}
2022-03-23T03:49:41.902Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:41.903Z||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-23T03:49:41.904Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:41.931Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:41.932Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:42.803Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"serviceName": "vFW 2022-03-23 03-47-17",
"serviceVersion": "1.0",
"serviceUUID": "5e36e701-1f69-4505-8222-62f97fabb6f0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e",
"resources": [
{
"resourceInstanceName": "vFW 6d41f54d-2683 0",
"resourceCustomizationUUID": "202bcd18-773e-4f7b-bbca-e95f7c17e78c",
"resourceName": "vFW 6d41f54d-2683",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4c20f595-bdfc-42c2-89e9-538e1cd5063a",
"resourceInvariantUUID": "211df28a-d976-4893-afc4-7e8ec81d754d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6d41f54d26830_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
"artifactChecksum": "MDU0Y2U1ZDRjYjk3YzA4YzkxMTA0Y2EwMDEzMzFmZTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1fcc3d83-7047-482a-ab67-418734f7cb43",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fcd287b6-5297-4e8f-aeb3-eceebdcbc833",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "c6e26fb4-a4b5-45c2-a445-8079a6c715ee",
"generatedFromUUID": "fcd287b6-5297-4e8f-aeb3-eceebdcbc833"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "c6e26fb4-a4b5-45c2-a445-8079a6c715ee",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220323034717-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
"artifactChecksum": "NzJkNmFkNjY2NDNjYjUyZGY4OTdhYjM2YTNlNTRlZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "86cae6e1-221b-4194-8d78-5a9520f0cbde"
}
],
"workloadContext": "Production"
}
2022-03-23T03:49:42.803Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:49:42.804Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e36e701-1f69-4505-8222-62f97fabb6f0 ASDC
2022-03-23T03:49:42.804Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5c399dfc-7df0-4cb2-8de5-9ecf157a802f
ServiceName:vFW 2022-03-23 03-47-17
ServiceVersion:1.0
ServiceUUID:5e36e701-1f69-4505-8222-62f97fabb6f0
ServiceInvariantUUID:1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220323034717-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
ArtifactUUID:86cae6e1-221b-4194-8d78-5a9520f0cbde
ArtifactChecksum:NzJkNmFkNjY2NDNjYjUyZGY4OTdhYjM2YTNlNTRlZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d41f54d-2683 0
ResourceCustomizationUUID:202bcd18-773e-4f7b-bbca-e95f7c17e78c
ResourceInvariantUUID:211df28a-d976-4893-afc4-7e8ec81d754d
ResourceName:vFW 6d41f54d-2683
ResourceType:VF
ResourceUUID:4c20f595-bdfc-42c2-89e9-538e1cd5063a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d41f54d26830_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
ArtifactUUID:1fcc3d83-7047-482a-ab67-418734f7cb43
ArtifactChecksum:MDU0Y2U1ZDRjYjk3YzA4YzkxMTA0Y2EwMDEzMzFmZTg=
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/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
ArtifactUUID:fcd287b6-5297-4e8f-aeb3-eceebdcbc833
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
ArtifactUUID:c6e26fb4-a4b5-45c2-a445-8079a6c715ee
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
ArtifactUUID:c6e26fb4-a4b5-45c2-a445-8079a6c715ee
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-23T03:49:42.804Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e36e701-1f69-4505-8222-62f97fabb6f0 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-23T03:49:42.848Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 86cae6e1-221b-4194-8d78-5a9520f0cbde from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:43.130Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:43.134Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar 86cae6e1-221b-4194-8d78-5a9520f0cbde 98927
2022-03-23T03:49:43.134Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar ASDC sendASDCNotification
2022-03-23T03:49:43.134Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:43.135Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:43.135Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:43.138Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:43.138Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007383134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:43.238Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:43.239Z||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-23T03:49:43.239Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:43.256Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:43.256Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:44.138Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:49:44.140Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:49:44.140Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 86cae6e1-221b-4194-8d78-5a9520f0cbde, URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar to file: /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.140Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.141Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.141Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.321Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8080032913706361463/Definitions/service-Vfw20220323034717-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
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-23T03:49:46.547Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:49:46.548Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:49:46.548Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d41f54d-2683 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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cea48e4c-e258-477c-b7e2-7117af38d6aa
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53240555-3c37-4d65-9ebb-64bfb4226c30
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c942a0f4-87d6-4f55-935a-825102e7d9e2
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-23 03-47-17
Description:catalog service description
Model UUID:5e36e701-1f69-4505-8222-62f97fabb6f0
Model Version:NULL
Model InvariantUuid:1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6d41f54d-2683
Model UUID:562050a0-8b7d-4896-a4d4-03b937328860
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:211df28a-d976-4893-afc4-7e8ec81d754d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:202bcd18-773e-4f7b-bbca-e95f7c17e78c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56321020-ac30-4fdc-aa7a-4fdc52431d18
ModelName:Vfw6d41f54d2683..base_vfw..module-0
ModelUuid:56f4b387-1768-47f9-a114-e1d47d2138f3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cea48e4c-e258-477c-b7e2-7117af38d6aa
ModelInvariantUuid:1dd27752-4429-4444-9f22-2a3229495721
ModelName:vFW 6d41f54d-2683-nodes.vfwCvfc
ModelUuid:c662efb3-4154-4003-ba08-fe64ee103c99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5eb42a37-fccd-4f68-a95e-281dc601eb96
ModelInvariantUuid:081e9941-2a0b-47b8-a447-7a9142636df9
ModelName:Vfw6d41f54d2683.compute.nodes.heat.vfw
ModelUuid:159ae988-c2b1-45d5-bf01-63e2e90f4aca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:53240555-3c37-4d65-9ebb-64bfb4226c30
ModelInvariantUuid:aac424d0-f097-42c8-badf-2ae68842e4d5
ModelName:vFW 6d41f54d-2683-nodes.vsnCvfc
ModelUuid:bdf93302-f1f0-440c-befe-eaa15eeb9f17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6222941a-5055-4775-91d7-68ca109f1fcf
ModelInvariantUuid:ac9a9e91-412f-4525-82e5-b897ca135a22
ModelName:Vfw6d41f54d2683.compute.nodes.heat.vsn
ModelUuid:12bd139c-bf38-4e2f-a8aa-337cb21bc92d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c942a0f4-87d6-4f55-935a-825102e7d9e2
ModelInvariantUuid:0868a4f5-eb8a-488b-866a-0ff9dbec0487
ModelName:vFW 6d41f54d-2683-nodes.vpgCvfc
ModelUuid:7aa7cf6f-7c92-4ce4-91df-dd64c3f4f07f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6f917b25-8c3c-42db-8cc4-655fb28dd136
ModelInvariantUuid:146a4e48-16fe-447a-babb-027d0968a0c6
ModelName:Vfw6d41f54d2683.compute.nodes.heat.vpg
ModelUuid:044b1d81-35a7-46a9-b592-6dcc446bf6c0
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-23T03:49:46.572Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c20f595-bdfc-42c2-89e9-538e1cd5063a
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-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||vFW 6d41f54d-2683 0
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c20f595-bdfc-42c2-89e9-538e1cd5063a
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1fcc3d83-7047-482a-ab67-418734f7cb43 from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:46.830Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json 1fcc3d83-7047-482a-ab67-418734f7cb43 785
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json ASDC sendASDCNotification
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:46.833Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:46.834Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007386831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:46.934Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:46.935Z||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-23T03:49:46.935Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:46.948Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:46.949Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:47.834Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d41f54d2683..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56321020-ac30-4fdc-aa7a-4fdc52431d18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56f4b387-1768-47f9-a114-e1d47d2138f3",
"vfModuleModelCustomizationUUID": "f8674d0e-fffb-42e8-83f8-c8b71d2ddca6",
"isBase": true,
"artifacts": [
"fcd287b6-5297-4e8f-aeb3-eceebdcbc833",
"c6e26fb4-a4b5-45c2-a445-8079a6c715ee"
],
"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-23T03:49:47.839Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d41f54d2683..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56f4b387-1768-47f9-a114-e1d47d2138f3
VfModuleModelInvariantUUID:56321020-ac30-4fdc-aa7a-4fdc52431d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcd287b6-5297-4e8f-aeb3-eceebdcbc833
,
c6e26fb4-a4b5-45c2-a445-8079a6c715ee
}
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-23T03:49:47.841Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d41f54d2683..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56321020-ac30-4fdc-aa7a-4fdc52431d18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56f4b387-1768-47f9-a114-e1d47d2138f3",
"vfModuleModelCustomizationUUID": "f8674d0e-fffb-42e8-83f8-c8b71d2ddca6",
"isBase": true,
"artifacts": [
"fcd287b6-5297-4e8f-aeb3-eceebdcbc833",
"c6e26fb4-a4b5-45c2-a445-8079a6c715ee"
],
"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-23T03:49:47.841Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d41f54d2683..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56f4b387-1768-47f9-a114-e1d47d2138f3
VfModuleModelInvariantUUID:56321020-ac30-4fdc-aa7a-4fdc52431d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcd287b6-5297-4e8f-aeb3-eceebdcbc833
,
c6e26fb4-a4b5-45c2-a445-8079a6c715ee
}
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-23T03:49:47.841Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fcd287b6-5297-4e8f-aeb3-eceebdcbc833 from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:47.842Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:47.842Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:48.013Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml fcd287b6-5297-4e8f-aeb3-eceebdcbc833 20368
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:48.016Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:48.016Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007388014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:48.116Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:48.118Z||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-23T03:49:48.118Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:48.130Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:48.131Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:49.017Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6e26fb4-a4b5-45c2-a445-8079a6c715ee from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:49.020Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:49.020Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:49.226Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:49.227Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env c6e26fb4-a4b5-45c2-a445-8079a6c715ee 2098
2022-03-23T03:49:49.227Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:49:49.227Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:49.228Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:49.228Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:49.230Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:49.230Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648007389227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-23T03:49:49.330Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:49.331Z||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-23T03:49:49.332Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:49.342Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-23T03:49:49.343Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:50.230Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5e36e701-1f69-4505-8222-62f97fabb6f0
2022-03-23T03:49:50.231Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d41f54d-2683 0 4c20f595-bdfc-42c2-89e9-538e1cd5063a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-23T03:49:50.250Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34c9df33, org.onap.sdc.toscaparser.api.parameters.Input@34e0a7e8, org.onap.sdc.toscaparser.api.parameters.Input@8e9dd7, org.onap.sdc.toscaparser.api.parameters.Input@607743f1, org.onap.sdc.toscaparser.api.parameters.Input@1a3d288b]
2022-03-23T03:49:50.252Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.253Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.255Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-23T03:49:50.255Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 202bcd18-773e-4f7b-bbca-e95f7c17e78c
2022-03-23T03:49:50.256Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 202bcd18-773e-4f7b-bbca-e95f7c17e78c matches Tosca VF Customization UUID: 202bcd18-773e-4f7b-bbca-e95f7c17e78c
2022-03-23T03:49:50.256Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 202bcd18-773e-4f7b-bbca-e95f7c17e78c 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-23T03:49:50.259Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.259Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.260Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 202bcd18-773e-4f7b-bbca-e95f7c17e78c: {\"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-23T03:49:50.260Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@575eb89
2022-03-23T03:49:50.260Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.261Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:49:50.261Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8674d0e-fffb-42e8-83f8-c8b71d2ddca6
2022-03-23T03:49:50.261Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8674d0e-fffb-42e8-83f8-c8b71d2ddca6
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-23T03:49:50.263Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.263Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:50.267Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.267Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cea48e4c-e258-477c-b7e2-7117af38d6aa
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-23T03:49:50.269Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-23T03:49:50.269Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.269Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.270Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery