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-08-13T05:36:27.694Z||main|||||INFO|500||The following profiles are active: basic
2022-08-13T05:36:41.281Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-13T05:36:41.283Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-13T05:36:41.444Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-13T05:36:45.819Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-13T05:36:46.216Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-13T05:36:46.704Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-13T05:36:46.714Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-13T05:36:46.851Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-13T05:36:47.184Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-13T05:36:47.760Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-13T05:36:49.467Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-13T05:36:51.777Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-13T05:36:51.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-13T05:36:52.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-13T05:36:52.651Z||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-08-13T05:36:53.819Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-13T05:36:54.956Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-13T05:36:54.972Z||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$$af915e9a.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-08-13T05:36:54.973Z||main|||||WARN|500||The sdc end point is not alive
2022-08-13T05:36:58.363Z||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-08-13T05:37:01.895Z||main|||||WARN|500||---
2022-08-13T05:37:01.896Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-13T05:37:01.896Z||main|||||WARN|500||---
2022-08-13T05:37:02.377Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-13T05:37:07.569Z||main|||||INFO|500||Started Application in 43.23 seconds (JVM running for 45.247)
2022-08-13T05:37:07.587Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-13T05:37:07.588Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-13T05:37:07.600Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-13T05:37:07.622Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-13T05:37:07.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e92fb76-b4a9-4abb-9a64-af7724351c7f url= /sdc/v1/artifactTypes
2022-08-13T05:37:07.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-13T05:37:07.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-13T05:37:08.013Z||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-08-13T05:37:08.035Z||scheduling-1|||||DEBUG|500||create keys
2022-08-13T05:37:08.042Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-13T05:37:08.095Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:37:08.113Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 61c823a3-0f1a-4e9f-86b1-b86c1df0bbe0 url= /sdc/v1/registerForDistribution
2022-08-13T05:37:08.240Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 61c823a3-0f1a-4e9f-86b1-b86c1df0bbe0 url= /sdc/v1/registerForDistribution
2022-08-13T05:37:08.241Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-13T05:37:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:37:08.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:37:08.277Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-13T05:37:08.278Z||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-08-13T05:37:08.278Z||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-08-13T05:37:08.278Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:37:08.278Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:37:18.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:37:18.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:38:08.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:38:08.254Z||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-08-13T05:38:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:38:08.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:38:08.263Z||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-08-13T05:38:08.263Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:38:17.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:38:17.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:39:08.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:39:08.253Z||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-08-13T05:39:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:39:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:39:08.257Z||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-08-13T05:39:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:39:17.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:39:17.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:40:08.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:40:08.254Z||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-08-13T05:40:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:40:08.257Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:40:08.258Z||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-08-13T05:40:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:40:17.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:40:17.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:41:08.252Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:41:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:41:08.256Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:41:08.257Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:41:08.258Z||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-08-13T05:41:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:41:17.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:41:17.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:42:08.252Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:42:08.254Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:42:08.254Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:42:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:42:08.258Z||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-08-13T05:42:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:42:17.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:42:17.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:43:08.253Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:43:08.256Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:43:08.257Z||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-08-13T05:43:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:43:08.256Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:43:08.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:43:17.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:43:17.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:44:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:44:08.254Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:44:08.254Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:44:08.257Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:44:08.258Z||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-08-13T05:44:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:44:17.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:44:17.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:45:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:45:08.256Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:45:08.256Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:45:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:45:08.257Z||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-08-13T05:45:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:45:17.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:45:17.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:46:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:46:08.253Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:46:08.254Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:46:08.256Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:46:08.257Z||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-08-13T05:46:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:46:17.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:46:17.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:47:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:47:08.253Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:47:08.254Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:47:08.256Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:47:08.257Z||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-08-13T05:47:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:47:16.668Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-13T05:47:17.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:47:17.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:48:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:48:08.254Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:48:08.254Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:48:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:48:08.257Z||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-08-13T05:48:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:48:17.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:48:17.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:49:08.253Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:49:08.255Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:49:08.255Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:49:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:49:08.257Z||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-08-13T05:49:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:49:17.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:49:17.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:50:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:50:08.254Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:50:08.254Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:50:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:50:08.257Z||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-08-13T05:50:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:50:17.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:50:17.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:51:08.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:51:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:51:08.258Z||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-08-13T05:51:08.258Z||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-08-13T05:51:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:51:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:51:17.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:51:17.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:52:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:52:08.254Z||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-08-13T05:52:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:52:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:52:08.257Z||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-08-13T05:52:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:52:17.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:52:17.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:53:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:53:08.254Z||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-08-13T05:53:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:53:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:53:08.257Z||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-08-13T05:53:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:53:17.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:53:17.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:54:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:54:08.254Z||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-08-13T05:54:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:54:08.256Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:54:08.257Z||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-08-13T05:54:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:54:17.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:54:17.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:55:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:55:08.253Z||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-08-13T05:55:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:55:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:55:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:55:08.257Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:55:17.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:55:17.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:56:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:56:08.253Z||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-08-13T05:56:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:56:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:56:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:56:08.257Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:56:17.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:56:17.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:57:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:57:08.253Z||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-08-13T05:57:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:57:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:57:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:57:08.258Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:57:17.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:57:17.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:58:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:58:08.254Z||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-08-13T05:58:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:58:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:58:08.257Z||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-08-13T05:58:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:58:17.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:58:17.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:59:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:59:08.254Z||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-08-13T05:59:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:59:08.256Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:59:08.257Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:59:08.257Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T05:59:17.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T05:59:17.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:00:08.253Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:00:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:00:08.257Z||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-08-13T06:00:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:00:08.257Z||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-08-13T06:00:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:00:17.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:00:17.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:01:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:01:08.253Z||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-08-13T06:01:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:01:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:01:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:01:08.258Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:01:17.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:01:17.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:02:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:02:08.253Z||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-08-13T06:02:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:02:08.256Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:02:08.257Z||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-08-13T06:02:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:02:17.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:02:17.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:03:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:03:08.253Z||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-08-13T06:03:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:03:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:03:08.257Z||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-08-13T06:03:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:03:17.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:03:17.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:04:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:04:08.253Z||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-08-13T06:04:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:04:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:04:08.257Z||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-08-13T06:04:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:04:17.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:04:17.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:05:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:05:08.253Z||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-08-13T06:05:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:05:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:05:08.257Z||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-08-13T06:05:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:05:17.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:05:17.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:06:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:06:08.253Z||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-08-13T06:06:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:06:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:06:08.257Z||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-08-13T06:06:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:06:17.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:06:17.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:07:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:07:08.253Z||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-08-13T06:07:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:07:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:07:08.257Z||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-08-13T06:07:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:07:17.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:07:17.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:08:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:08:08.254Z||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-08-13T06:08:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:08:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:08:08.257Z||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-08-13T06:08:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:08:17.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:08:17.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:09:08.253Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:09:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:09:08.257Z||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-08-13T06:09:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:09:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:09:08.257Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:09:17.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:09:17.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:10:08.253Z||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-08-13T06:10:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:08.257Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:10:08.258Z||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-08-13T06:10:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:08.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:08.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371000717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371001009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:10:08.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:08.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f75f39e9-8fd0-4147-b653-3a685170a769","serviceName":"vFW 2022-08-13 06-09-02","serviceVersion":"1.0","serviceUUID":"39ead2ab-03fd-4c4e-bdec-8edb34f27ca3","serviceDescription":"catalog service description","serviceInvariantUUID":"2634358c-fda9-47c0-9618-a86f26487ccd","resources":[{"resourceInstanceName":"vFW 670d9da8-3919 0","resourceName":"vFW 670d9da8-3919","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dec9606d-1b55-41e0-806f-2999f0e610dd","resourceInvariantUUID":"d6c85bdb-10ea-45f4-89a9-b3f454588996","resourceCustomizationUUID":"7682459c-78e1-4fbf-bc77-d3d2ecb8acc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml","artifactChecksum":"YWU0NTJmMjU3ZjJiYjk2Y2Y4MzBmNWM4NjA3NmRiYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88c03a77-e3a6-43f5-a98c-45a436687b08","artifactVersion":"1"},{"artifactName":"vfw670d9da839190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json","artifactChecksum":"MzExMDdhY2M0MmQyY2Q0Mjk3N2MxOGU2ZmY1YzQyYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17c37907-7783-4799-b07b-596c048a74bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"145a775a-0baf-4e04-9ff7-07127bf17064","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ2NGZjY2IyYTNjZDU0ODIxMjBmM2RlM2M3MTZlOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df1b303f-fec6-472c-8ac8-860f68477492","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36407c56-4b19-44ca-850e-602ee548f17f","artifactVersion":"2","generatedFromUUID":"145a775a-0baf-4e04-9ff7-07127bf17064"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220813060902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml","artifactChecksum":"OWYxOWEyMzQ5NjUwNjVhM2VhZDYxOTY4NWMyNGI0ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed64bcb8-1fe0-45c2-9a66-262e4f890c18","artifactVersion":"1"},{"artifactName":"service-Vfw20220813060902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar","artifactChecksum":"YTExMDEyZDI2Njk4ZmI2M2U0NzQ2YjRjNjdkZWMwM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b39d60ef-57a9-41b7-8395-315473e2f919","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:10:08.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:08.909Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:08.923Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:08.923Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:09.023Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-13T06:10:09.028Z||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-08-13T06:10:09.028Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:09.043Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:09.044Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:09.932Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:09.933Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:09.935Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:09.936Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:10:10.036Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:10.037Z||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-08-13T06:10:10.037Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:10.051Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:10.051Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:10.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:10.938Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:10.940Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:10.941Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:10:11.041Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:11.042Z||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-08-13T06:10:11.042Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:11.060Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:11.060Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:11.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:11.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:11.945Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:11.945Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:12.045Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:12.046Z||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-08-13T06:10:12.046Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:12.062Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:12.063Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:12.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:12.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:12.949Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:12.949Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T06:10:13.049Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:13.051Z||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-08-13T06:10:13.051Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:13.068Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:13.075Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:13.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:13.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:13.954Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:13.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:10:14.054Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:14.056Z||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-08-13T06:10:14.056Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:14.088Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:14.089Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:14.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:14.956Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:14.959Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:14.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:10:15.059Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:15.060Z||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-08-13T06:10:15.061Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:15.086Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:15.087Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:15.961Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"serviceName": "vFW 2022-08-13 06-09-02",
"serviceVersion": "1.0",
"serviceUUID": "39ead2ab-03fd-4c4e-bdec-8edb34f27ca3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2634358c-fda9-47c0-9618-a86f26487ccd",
"resources": [
{
"resourceInstanceName": "vFW 670d9da8-3919 0",
"resourceCustomizationUUID": "7682459c-78e1-4fbf-bc77-d3d2ecb8acc8",
"resourceName": "vFW 670d9da8-3919",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dec9606d-1b55-41e0-806f-2999f0e610dd",
"resourceInvariantUUID": "d6c85bdb-10ea-45f4-89a9-b3f454588996",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw670d9da839190_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"artifactChecksum": "MzExMDdhY2M0MmQyY2Q0Mjk3N2MxOGU2ZmY1YzQyYzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17c37907-7783-4799-b07b-596c048a74bb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "145a775a-0baf-4e04-9ff7-07127bf17064",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "36407c56-4b19-44ca-850e-602ee548f17f",
"generatedFromUUID": "145a775a-0baf-4e04-9ff7-07127bf17064"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "36407c56-4b19-44ca-850e-602ee548f17f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220813060902-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"artifactChecksum": "YTExMDEyZDI2Njk4ZmI2M2U0NzQ2YjRjNjdkZWMwM2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b39d60ef-57a9-41b7-8395-315473e2f919"
}
],
"workloadContext": "Production"
}
2022-08-13T06:10:15.963Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:10:15.963Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3 ASDC
2022-08-13T06:10:16.113Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f75f39e9-8fd0-4147-b653-3a685170a769
ServiceName:vFW 2022-08-13 06-09-02
ServiceVersion:1.0
ServiceUUID:39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
ServiceInvariantUUID:2634358c-fda9-47c0-9618-a86f26487ccd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220813060902-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
ArtifactUUID:b39d60ef-57a9-41b7-8395-315473e2f919
ArtifactChecksum:YTExMDEyZDI2Njk4ZmI2M2U0NzQ2YjRjNjdkZWMwM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 670d9da8-3919 0
ResourceCustomizationUUID:7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
ResourceInvariantUUID:d6c85bdb-10ea-45f4-89a9-b3f454588996
ResourceName:vFW 670d9da8-3919
ResourceType:VF
ResourceUUID:dec9606d-1b55-41e0-806f-2999f0e610dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw670d9da839190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
ArtifactUUID:17c37907-7783-4799-b07b-596c048a74bb
ArtifactChecksum:MzExMDdhY2M0MmQyY2Q0Mjk3N2MxOGU2ZmY1YzQyYzQ=
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/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
ArtifactUUID:145a775a-0baf-4e04-9ff7-07127bf17064
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/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
ArtifactUUID:36407c56-4b19-44ca-850e-602ee548f17f
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/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
ArtifactUUID:36407c56-4b19-44ca-850e-602ee548f17f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-13T06:10:16.113Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3 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-08-13T06:10:16.383Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:10:16.386Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:10:16.389Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:10:16.389Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b39d60ef-57a9-41b7-8395-315473e2f919 from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:16.389Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:16.391Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:16.497Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:16.514Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar b39d60ef-57a9-41b7-8395-315473e2f919 100636
2022-08-13T06:10:16.516Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar ASDC sendASDCNotification
2022-08-13T06:10:16.516Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:16.519Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:16.520Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:16.522Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:16.522Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371016515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:10:16.622Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:16.624Z||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-08-13T06:10:16.624Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:16.645Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:16.646Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:17.523Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:10:17.524Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:10:17.525Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b39d60ef-57a9-41b7-8395-315473e2f919, URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar to file: /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:17.525Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220813060902-csar.csar
2022-08-13T06:10:17.621Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:17.621Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:18.378Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4787619614741008177/Definitions/service-Vfw20220813060902-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-08-13T06:10:21.394Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:10:21.399Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 670d9da8-3919 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.402Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:10:21.408Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.409Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.414Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.414Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:10:21.416Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:10:21.417Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.418Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.418Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.418Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:10:21.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:10:21.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.423Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.423Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.423Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.427Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed8b405a-f471-47f5-abe7-3b31d8443b21
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45bd0609-2b42-4ae6-adfe-ef9ba4e81988
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5865a182-c0bc-4a2a-941d-2c0d517ebe17
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.440Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-13 06-09-02
Description:catalog service description
Model UUID:39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
Model Version:NULL
Model InvariantUuid:2634358c-fda9-47c0-9618-a86f26487ccd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 670d9da8-3919
Model UUID:b89b3f70-f705-4ec2-93dd-902dcad061b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6c85bdb-10ea-45f4-89a9-b3f454588996
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:17c27b66-be49-4dc5-8ac7-c0d8d63f691a
ModelName:Vfw670d9da83919..base_vfw..module-0
ModelUuid:901ccac3-5518-41bf-938d-593440be7c7c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ed8b405a-f471-47f5-abe7-3b31d8443b21
ModelInvariantUuid:5b397f3d-def9-4a94-b292-388170038e2d
ModelName:vFW 670d9da8-3919-nodes.vfwCvfc
ModelUuid:2df21267-f868-4a7e-b574-9585bc9d5fd7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:de145b54-9c0c-47e1-99c7-ca90934839f9
ModelInvariantUuid:8c978489-70bc-4986-bd70-c5323ff6c7b7
ModelName:Vfw670d9da83919.compute.nodes.heat.vfw
ModelUuid:e9ce393b-1b04-468c-87b7-ed8e13d7c5d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:45bd0609-2b42-4ae6-adfe-ef9ba4e81988
ModelInvariantUuid:6fc90f21-65ba-46de-920d-5b646e78a6ec
ModelName:vFW 670d9da8-3919-nodes.vsnCvfc
ModelUuid:0e2e6fa3-224a-497c-9647-fe4be8b7607d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c044af54-6f24-48eb-b316-5d9698dc0b7e
ModelInvariantUuid:1f9c95ee-6951-41c6-88d8-0371147c426c
ModelName:Vfw670d9da83919.compute.nodes.heat.vsn
ModelUuid:e1f35d10-1104-4ce9-8238-df289841872e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5865a182-c0bc-4a2a-941d-2c0d517ebe17
ModelInvariantUuid:183dc8e0-f03f-4649-8be1-dca31543cc27
ModelName:vFW 670d9da8-3919-nodes.vpgCvfc
ModelUuid:eb18d0e6-5ccc-46e3-931d-27a67c98eb03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dca40721-f186-4ae4-b40e-7c78a1c4b8ed
ModelInvariantUuid:061ccb98-03be-48ff-b667-82c394bce8d3
ModelName:Vfw670d9da83919.compute.nodes.heat.vpg
ModelUuid:3664a392-12b0-477b-96dc-c197fef84c67
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-08-13T06:10:21.458Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dec9606d-1b55-41e0-806f-2999f0e610dd
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-08-13T06:10:21.548Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||vFW 670d9da8-3919 0
2022-08-13T06:10:21.555Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dec9606d-1b55-41e0-806f-2999f0e610dd
2022-08-13T06:10:21.556Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17c37907-7783-4799-b07b-596c048a74bb from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:21.556Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:21.556Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:21.679Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:21.679Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json 17c37907-7783-4799-b07b-596c048a74bb 785
2022-08-13T06:10:21.680Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json ASDC sendASDCNotification
2022-08-13T06:10:21.680Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:21.680Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:21.681Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:21.684Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:21.684Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371021680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:10:21.784Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:21.785Z||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-08-13T06:10:21.785Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:21.816Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:21.817Z||pool-11-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:22.686Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw670d9da83919..base_vfw..module-0",
"vfModuleModelInvariantUUID": "17c27b66-be49-4dc5-8ac7-c0d8d63f691a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "901ccac3-5518-41bf-938d-593440be7c7c",
"vfModuleModelCustomizationUUID": "9baa9f5e-55e7-4b94-a795-44ab5f5a400c",
"isBase": true,
"artifacts": [
"145a775a-0baf-4e04-9ff7-07127bf17064",
"36407c56-4b19-44ca-850e-602ee548f17f"
],
"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-08-13T06:10:22.700Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw670d9da83919..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:901ccac3-5518-41bf-938d-593440be7c7c
VfModuleModelInvariantUUID:17c27b66-be49-4dc5-8ac7-c0d8d63f691a
VfModuleModelDescription:NULL
Artifacts UUID List:{
145a775a-0baf-4e04-9ff7-07127bf17064
,
36407c56-4b19-44ca-850e-602ee548f17f
}
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-08-13T06:10:22.703Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw670d9da83919..base_vfw..module-0",
"vfModuleModelInvariantUUID": "17c27b66-be49-4dc5-8ac7-c0d8d63f691a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "901ccac3-5518-41bf-938d-593440be7c7c",
"vfModuleModelCustomizationUUID": "9baa9f5e-55e7-4b94-a795-44ab5f5a400c",
"isBase": true,
"artifacts": [
"145a775a-0baf-4e04-9ff7-07127bf17064",
"36407c56-4b19-44ca-850e-602ee548f17f"
],
"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-08-13T06:10:22.703Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw670d9da83919..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:901ccac3-5518-41bf-938d-593440be7c7c
VfModuleModelInvariantUUID:17c27b66-be49-4dc5-8ac7-c0d8d63f691a
VfModuleModelDescription:NULL
Artifacts UUID List:{
145a775a-0baf-4e04-9ff7-07127bf17064
,
36407c56-4b19-44ca-850e-602ee548f17f
}
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-08-13T06:10:22.703Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 145a775a-0baf-4e04-9ff7-07127bf17064 from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:22.704Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:22.704Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:22.752Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:22.753Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml 145a775a-0baf-4e04-9ff7-07127bf17064 20368
2022-08-13T06:10:22.754Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:10:22.754Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:22.754Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:22.755Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:22.756Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:22.757Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371022754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:10:22.857Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:22.858Z||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-08-13T06:10:22.858Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:22.893Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:22.894Z||pool-12-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:23.758Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36407c56-4b19-44ca-850e-602ee548f17f from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:23.758Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:23.759Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:23.826Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:23.827Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env 36407c56-4b19-44ca-850e-602ee548f17f 2098
2022-08-13T06:10:23.831Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:10:23.832Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:23.832Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:23.833Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:23.835Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:23.838Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371023831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:10:23.935Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-13T06:10:23.936Z||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-08-13T06:10:23.936Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:23.979Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:23.979Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:10:24.839Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
2022-08-13T06:10:24.839Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 670d9da8-3919 0 dec9606d-1b55-41e0-806f-2999f0e610dd 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-08-13T06:10:24.872Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@179511e0, org.onap.sdc.toscaparser.api.parameters.Input@68b34e16, org.onap.sdc.toscaparser.api.parameters.Input@653504a9, org.onap.sdc.toscaparser.api.parameters.Input@7f309cfe, org.onap.sdc.toscaparser.api.parameters.Input@401588e9]
2022-08-13T06:10:24.877Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.877Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8 matches Tosca VF Customization UUID: 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8 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-08-13T06:10:24.884Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.884Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@585a0d71
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:10:24.887Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9baa9f5e-55e7-4b94-a795-44ab5f5a400c
2022-08-13T06:10:24.888Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9baa9f5e-55e7-4b94-a795-44ab5f5a400c
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-08-13T06:10:24.893Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.893Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.893Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.894Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.894Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.895Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.895Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.895Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed8b405a-f471-47f5-abe7-3b31d8443b21
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-08-13T06:10:24.907Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.907Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:24.911Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.911Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:24.911Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.912Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45bd0609-2b42-4ae6-adfe-ef9ba4e81988
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-08-13T06:10:24.913Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.913Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.914Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.916Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.916Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.918Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.918Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:24.918Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.920Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:10:24.920Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5865a182-c0bc-4a2a-941d-2c0d517ebe17
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-08-13T06:10:24.921Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.922Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.922Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.922Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.923Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.923Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
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-08-13T06:10:24.924Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.924Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.925Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3: vFW 670d9da8-3919
2022-08-13T06:10:24.925Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.925Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.926Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.926Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.926Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:10:24.928Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.928Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-13 06-09-02
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-08-13T06:10:25.149Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 670d9da8-3919 dec9606d-1b55-41e0-806f-2999f0e610dd 1 ASDC deployResourceStructure
2022-08-13T06:10:25.150Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json ASDC sendASDCNotification
2022-08-13T06:10:25.150Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:25.150Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:25.151Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:25.153Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:25.154Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371025150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T06:10:25.254Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:25.255Z||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-08-13T06:10:25.255Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:25.270Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:25.271Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:26.158Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:26.158Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371026155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T06:10:26.258Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:26.259Z||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-08-13T06:10:26.259Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:26.275Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:26.275Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:27.159Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:10:27.160Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:27.160Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:27.160Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:27.163Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:27.163Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371027159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-13T06:10:27.263Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:27.264Z||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-08-13T06:10:27.265Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:27.280Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:27.281Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:10:28.164Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar ASDC sendASDCNotification
2022-08-13T06:10:28.165Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:28.165Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:28.165Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:28.171Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:28.171Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371028164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:10:28.267Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-13T06:10:28.268Z||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-08-13T06:10:28.268Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:28.283Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:10:28.283Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:29.172Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:10:29.197Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:10:29.200Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:10:29.200Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:10:29.200Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:10:59.201Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:10:59.211Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:10:59.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:10:59.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:10:59.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:11:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:11:08.257Z||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-08-13T06:11:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:11:08.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:11:08.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:11:08.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371008846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:11:08.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:11:29.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:11:29.230Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:11:29.232Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:11:29.233Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:11:29.233Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:11:59.233Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:11:59.246Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:11:59.249Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:11:59.249Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:11:59.250Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:12:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:12:08.257Z||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-08-13T06:12:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:12:08.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:12:08.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:12:08.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:12:08.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:12:29.250Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:12:29.263Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:12:29.266Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:12:29.267Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:12:29.267Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:12:59.267Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:12:59.279Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:12:59.282Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:12:59.283Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:12:59.283Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:13:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:13:08.257Z||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-08-13T06:13:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:13:08.285Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:13:08.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371009858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "policy-id",
"timestamp": 1660371010864,
"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-08-13T06:13:08.815Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.815Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:08.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371003817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371003661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371004446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371011642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371012293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "cds",
"timestamp": 1660371012659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371013504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371014601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371008252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371008862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371015904,
"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-08-13T06:13:08.859Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.859Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:08.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371016515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371016891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371016908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371017624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371019632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "clamp",
"timestamp": 1660371020636,
"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-08-13T06:13:08.877Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.877Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371021680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371022754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371017067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371023831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371024938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371025150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371026155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371027159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371028164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371030291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371031296,
"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-08-13T06:13:08.902Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.902Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371035149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "aai-ml",
"timestamp": 1660371036161,
"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-08-13T06:13:08.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:08.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1660371020717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371024446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371021009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371037287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371038194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371039200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371038355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "policy-id",
"timestamp": 1660371040203,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.959Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:08.959Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:13:08.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371039472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371033817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371033661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371040509,
"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-08-13T06:13:08.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:08.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:13:08.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371041561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660371041514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "cds",
"timestamp": 1660371042569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:09.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371038862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371046663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371052655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371047067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371054974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371055504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371055663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "aai-ml",
"timestamp": 1660371056516,
"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-08-13T06:13:09.053Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.053Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:13:09.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371057293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "clamp",
"timestamp": 1660371056668,
"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-08-13T06:13:09.066Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.066Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:13:09.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660371058305,
"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-08-13T06:13:09.080Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.080Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:13:29.283Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:13:29.297Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
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-08-13T06:13:29.304Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:13:29.304Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:13:29.304Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:13:29.305Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:13:29.305Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:13:29.305Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:13:29.306Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:13:29.306Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:13:29.306Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:13:29.307Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:13:29.307Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-08-13T06:13:29.312Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:13:59.313Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769 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-08-13T06:13:59.323Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f75f39e9-8fd0-4147-b653-3a685170a769 and serviceModelVersionId: 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
2022-08-13T06:13:59.323Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2634358c-fda9-47c0-9618-a86f26487ccd
2022-08-13T06:14:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:14:08.257Z||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-08-13T06:14:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:09.001Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:09.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:14:09.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "clamp",
"timestamp": 1660371243661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:14:09.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:14:14.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0
2022-08-13T06:14:14.540Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:14:15.067Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|INFO|500||Invoke
2022-08-13T06:14:15.074Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f75f39e9-8fd0-4147-b653-3a685170a769], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36faa343-b235-49c5-ab74-8477ca62eb32], X-ECOMP-RequestID=[f75f39e9-8fd0-4147-b653-3a685170a769], X-TransactionId=[], X-ONAP-RequestID=[f75f39e9-8fd0-4147-b653-3a685170a769], Content-Type=[application/merge-patch+json]}
2022-08-13T06:14:15.216Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-13T06:14:15.523Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-06:14:15:019-99018], vertex-id=[139352], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:14:15 GMT], Content-Type=[application/json]}
2022-08-13T06:14:15.524Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:14:15.525Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|INFO|500||InvokeReturn
2022-08-13T06:14:15.529Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:14:15.529Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-08-13T06:14:15.535Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||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-08-13T06:14:15.536Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f75f39e9-8fd0-4147-b653-3a685170a769 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:14:15.537Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:14:15.537Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:15.539Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:15.539Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371255536,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:14:15.639Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:15.640Z||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-08-13T06:14:15.641Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:15.655Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:15.655Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:14:16.552Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:14:16.553Z|f75f39e9-8fd0-4147-b653-3a685170a769|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-08-13T06:14:16.553Z|f75f39e9-8fd0-4147-b653-3a685170a769|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:21.052Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:21.054Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-13T06:14:21.054Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"94f76c37-1d04-439e-8d09-c60ba26c54d0","serviceName":"basic_onboard_ybLzQY","serviceVersion":"1.0","serviceUUID":"ad0f241a-5af0-4b6a-89b5-e9cc35e7818d","serviceDescription":"service","serviceInvariantUUID":"8b420f97-9ffb-4121-babe-b67a2596fa30","resources":[{"resourceInstanceName":"basic_onboard_ybLzQY 0","resourceName":"basic_onboard_ybLzQY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39ec628f-e089-4e04-af33-b6adc92a380f","resourceInvariantUUID":"e48c083a-5d52-4122-ac4e-799401736615","resourceCustomizationUUID":"73399503-b611-4982-80f6-fcd2994504f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MzNTc4ZDkyYmI0ZTc3NDg0MDlkYWFiNWIzMDFlZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7bb5eee-8a7c-4f07-82c5-58d00c3a964d","artifactVersion":"1"},{"artifactName":"basic_onboard_yblzqy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json","artifactChecksum":"OTA2MmJjYjU2NWQ3N2Y1YTA0N2I3ZDMyMzkwMDQzYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b0ccb7e-51e7-4d40-97e4-ea99469c8edc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f579f24-fd9d-4150-b195-051a4334b97a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b7d196e-1851-486b-a4f3-f752484ba646","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d041030-6730-4179-820d-717f03691b33","artifactVersion":"2","generatedFromUUID":"0f579f24-fd9d-4150-b195-051a4334b97a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYblzqy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml","artifactChecksum":"NTk2MTM5NGEwMzMyODQ2MTdlMWYzYmMyNjE1ODFkMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3757a60a-a0cc-44eb-a297-170c468b75d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYblzqy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar","artifactChecksum":"YjM2MjdmNmQ1NzRkNDQ0NDBiOWQ0YjQ5NDNkYjkwZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:14:21.057Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:21.057Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:21.059Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:21.060Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:14:21.160Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:21.161Z||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-08-13T06:14:21.161Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:21.185Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:21.185Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:22.060Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:22.061Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:22.065Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:22.065Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:14:22.164Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:14:22.166Z||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-08-13T06:14:22.166Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:22.185Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:22.185Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:23.065Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:23.066Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:23.068Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:23.068Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:14:23.168Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:23.169Z||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-08-13T06:14:23.170Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:23.196Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:23.196Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:24.069Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:24.069Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:24.072Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:24.072Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:14:24.172Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:24.173Z||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-08-13T06:14:24.173Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:24.208Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:24.209Z||pool-22-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:25.073Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:25.073Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:25.075Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:25.075Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-13T06:14:25.176Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:25.177Z||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-08-13T06:14:25.177Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:25.203Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:25.204Z||pool-23-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:26.076Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:26.077Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:26.079Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:26.079Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:14:26.180Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:26.181Z||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-08-13T06:14:26.181Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:26.195Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:26.195Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:27.079Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:27.081Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:27.083Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:27.083Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:14:27.183Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:27.184Z||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-08-13T06:14:27.184Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:27.198Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:27.199Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:28.086Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"serviceName": "basic_onboard_ybLzQY",
"serviceVersion": "1.0",
"serviceUUID": "ad0f241a-5af0-4b6a-89b5-e9cc35e7818d",
"serviceDescription": "service",
"serviceInvariantUUID": "8b420f97-9ffb-4121-babe-b67a2596fa30",
"resources": [
{
"resourceInstanceName": "basic_onboard_ybLzQY 0",
"resourceCustomizationUUID": "73399503-b611-4982-80f6-fcd2994504f0",
"resourceName": "basic_onboard_ybLzQY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "39ec628f-e089-4e04-af33-b6adc92a380f",
"resourceInvariantUUID": "e48c083a-5d52-4122-ac4e-799401736615",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yblzqy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"artifactChecksum": "OTA2MmJjYjU2NWQ3N2Y1YTA0N2I3ZDMyMzkwMDQzYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b0ccb7e-51e7-4d40-97e4-ea99469c8edc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0f579f24-fd9d-4150-b195-051a4334b97a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d041030-6730-4179-820d-717f03691b33",
"generatedFromUUID": "0f579f24-fd9d-4150-b195-051a4334b97a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d041030-6730-4179-820d-717f03691b33",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYblzqy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"artifactChecksum": "YjM2MjdmNmQ1NzRkNDQ0NDBiOWQ0YjQ5NDNkYjkwZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99"
}
],
"workloadContext": "Production"
}
2022-08-13T06:14:28.086Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:14:28.086Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad0f241a-5af0-4b6a-89b5-e9cc35e7818d ASDC
2022-08-13T06:14:28.087Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:94f76c37-1d04-439e-8d09-c60ba26c54d0
ServiceName:basic_onboard_ybLzQY
ServiceVersion:1.0
ServiceUUID:ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
ServiceInvariantUUID:8b420f97-9ffb-4121-babe-b67a2596fa30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYblzqy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
ArtifactUUID:bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99
ArtifactChecksum:YjM2MjdmNmQ1NzRkNDQ0NDBiOWQ0YjQ5NDNkYjkwZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ybLzQY 0
ResourceCustomizationUUID:73399503-b611-4982-80f6-fcd2994504f0
ResourceInvariantUUID:e48c083a-5d52-4122-ac4e-799401736615
ResourceName:basic_onboard_ybLzQY
ResourceType:VF
ResourceUUID:39ec628f-e089-4e04-af33-b6adc92a380f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yblzqy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
ArtifactUUID:1b0ccb7e-51e7-4d40-97e4-ea99469c8edc
ArtifactChecksum:OTA2MmJjYjU2NWQ3N2Y1YTA0N2I3ZDMyMzkwMDQzYjY=
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/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0f579f24-fd9d-4150-b195-051a4334b97a
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/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
ArtifactUUID:4d041030-6730-4179-820d-717f03691b33
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/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
ArtifactUUID:4d041030-6730-4179-820d-717f03691b33
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-13T06:14:28.087Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad0f241a-5af0-4b6a-89b5-e9cc35e7818d 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-08-13T06:14:28.130Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:14:28.130Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:14:28.130Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:14:28.131Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99 from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:28.131Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:28.131Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:28.269Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:28.273Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99 75355
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar ASDC sendASDCNotification
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:28.276Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:28.276Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371268274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:14:28.377Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:28.378Z||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-08-13T06:14:28.378Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:28.392Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:28.392Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:29.277Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:14:29.278Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:14:29.278Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99, URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar to file: /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.279Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.279Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.280Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.463Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14473092222157716200/Definitions/service-BasicOnboardYblzqy-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-13T06:14:30.848Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ybLzQY 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is not matching search criteria
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is not matching search criteria
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5377b1cf-bae8-4d38-9578-8c208554a0c7
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ybLzQY
Description:service
Model UUID:ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
Model Version:NULL
Model InvariantUuid:8b420f97-9ffb-4121-babe-b67a2596fa30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ybLzQY
Model UUID:fcf1652e-f878-4773-a696-bfc5c9edbf60
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e48c083a-5d52-4122-ac4e-799401736615
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:73399503-b611-4982-80f6-fcd2994504f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:54b849b0-037a-45fe-90ad-058b8dc5ab86
ModelName:BasicOnboardYblzqy..base_ubuntu18..module-0
ModelUuid:66ad9f2f-63e0-4f0d-83e8-217da34d29c8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5377b1cf-bae8-4d38-9578-8c208554a0c7
ModelInvariantUuid:38066379-82c1-4e46-aa1e-d02c46bc9cc5
ModelName:basic_onboard_ybLzQY-nodes.ubuntu18Cvfc
ModelUuid:1b782756-8ed4-4d7f-86d2-d73164f1e02a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c48dfb85-8c62-45c0-affa-9e6e0a32c2ec
ModelInvariantUuid:723547dc-e9e5-41c7-a474-5e9932d09bc6
ModelName:BasicOnboardYblzqy.compute.nodes.heat.ubuntu18
ModelUuid:9276b2c2-a857-4606-a977-febbe3b7e470
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-08-13T06:14:30.863Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 39ec628f-e089-4e04-af33-b6adc92a380f
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-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||basic_onboard_ybLzQY 0
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39ec628f-e089-4e04-af33-b6adc92a380f
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b0ccb7e-51e7-4d40-97e4-ea99469c8edc from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:30.912Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json 1b0ccb7e-51e7-4d40-97e4-ea99469c8edc 798
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json ASDC sendASDCNotification
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:30.915Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:30.917Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:30.917Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371270914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:14:31.020Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-13T06:14:31.021Z||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-08-13T06:14:31.021Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:31.040Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:31.040Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:31.920Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYblzqy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "54b849b0-037a-45fe-90ad-058b8dc5ab86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "66ad9f2f-63e0-4f0d-83e8-217da34d29c8",
"vfModuleModelCustomizationUUID": "e8d67195-fb96-40a2-a8e6-b36bc6b94fb4",
"isBase": true,
"artifacts": [
"0f579f24-fd9d-4150-b195-051a4334b97a",
"4d041030-6730-4179-820d-717f03691b33"
],
"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-08-13T06:14:31.924Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYblzqy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ad9f2f-63e0-4f0d-83e8-217da34d29c8
VfModuleModelInvariantUUID:54b849b0-037a-45fe-90ad-058b8dc5ab86
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f579f24-fd9d-4150-b195-051a4334b97a
,
4d041030-6730-4179-820d-717f03691b33
}
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-08-13T06:14:31.926Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYblzqy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "54b849b0-037a-45fe-90ad-058b8dc5ab86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "66ad9f2f-63e0-4f0d-83e8-217da34d29c8",
"vfModuleModelCustomizationUUID": "e8d67195-fb96-40a2-a8e6-b36bc6b94fb4",
"isBase": true,
"artifacts": [
"0f579f24-fd9d-4150-b195-051a4334b97a",
"4d041030-6730-4179-820d-717f03691b33"
],
"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-08-13T06:14:31.927Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYblzqy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ad9f2f-63e0-4f0d-83e8-217da34d29c8
VfModuleModelInvariantUUID:54b849b0-037a-45fe-90ad-058b8dc5ab86
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f579f24-fd9d-4150-b195-051a4334b97a
,
4d041030-6730-4179-820d-717f03691b33
}
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-08-13T06:14:31.927Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0f579f24-fd9d-4150-b195-051a4334b97a from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:31.928Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:31.928Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:31.976Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:31.977Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml 0f579f24-fd9d-4150-b195-051a4334b97a 5033
2022-08-13T06:14:31.978Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-13T06:14:31.978Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:31.979Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:31.979Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:31.982Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:31.982Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371271978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:14:32.082Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:32.083Z||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-08-13T06:14:32.083Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:32.098Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:32.099Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:32.983Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d041030-6730-4179-820d-717f03691b33 from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:32.984Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:32.984Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:33.083Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:33.084Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env 4d041030-6730-4179-820d-717f03691b33 909
2022-08-13T06:14:33.085Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-13T06:14:33.085Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:33.086Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:33.086Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:33.088Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:33.088Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371273085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:14:33.188Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:14:33.189Z||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-08-13T06:14:33.190Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:33.209Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:33.210Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:34.089Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
2022-08-13T06:14:34.090Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ybLzQY 0 39ec628f-e089-4e04-af33-b6adc92a380f 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-08-13T06:14:34.101Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cec9072, org.onap.sdc.toscaparser.api.parameters.Input@36c6c97, org.onap.sdc.toscaparser.api.parameters.Input@41ff4610, org.onap.sdc.toscaparser.api.parameters.Input@6eaba931, org.onap.sdc.toscaparser.api.parameters.Input@66ccdb96]
2022-08-13T06:14:34.103Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.103Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.103Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-13T06:14:34.104Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 73399503-b611-4982-80f6-fcd2994504f0
2022-08-13T06:14:34.104Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73399503-b611-4982-80f6-fcd2994504f0 matches Tosca VF Customization UUID: 73399503-b611-4982-80f6-fcd2994504f0
2022-08-13T06:14:34.104Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 73399503-b611-4982-80f6-fcd2994504f0 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-08-13T06:14:34.106Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.106Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.107Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 73399503-b611-4982-80f6-fcd2994504f0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:14:34.107Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e81c6a4
2022-08-13T06:14:34.108Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.108Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:14:34.109Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8d67195-fb96-40a2-a8e6-b36bc6b94fb4
2022-08-13T06:14:34.110Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8d67195-fb96-40a2-a8e6-b36bc6b94fb4
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-08-13T06:14:34.112Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.112Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.113Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:34.113Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.113Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.114Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:34.114Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.114Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is not matching search criteria
2022-08-13T06:14:34.115Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-13T06:14:34.115Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T06:14:34.116Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5377b1cf-bae8-4d38-9578-8c208554a0c7
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-08-13T06:14:34.118Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.118Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.119Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:34.119Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.120Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.120Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=73399503-b611-4982-80f6-fcd2994504f0
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-08-13T06:14:34.122Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.122Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.123Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ad0f241a-5af0-4b6a-89b5-e9cc35e7818d: basic_onboard_ybLzQY
2022-08-13T06:14:34.123Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.123Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.124Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.124Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.125Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.125Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.125Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.126Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.126Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:14:34.126Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.127Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ybLzQY
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-08-13T06:14:34.190Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ybLzQY 39ec628f-e089-4e04-af33-b6adc92a380f 1 ASDC deployResourceStructure
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json ASDC sendASDCNotification
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:34.193Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:34.194Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371274191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T06:14:34.294Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:34.295Z||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-08-13T06:14:34.295Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:34.312Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:34.313Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:35.198Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-13T06:14:35.198Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:35.198Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:35.199Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:35.201Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:35.201Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371275198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T06:14:35.301Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:35.302Z||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-08-13T06:14:35.302Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:35.316Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:35.317Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:36.202Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-13T06:14:36.202Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:36.202Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:36.203Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:36.205Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:36.206Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371276201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-13T06:14:36.306Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:36.307Z||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-08-13T06:14:36.307Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:36.329Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:36.329Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:37.206Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar ASDC sendASDCNotification
2022-08-13T06:14:37.207Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:37.207Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:37.207Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:37.209Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:37.209Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371277206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T06:14:37.309Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:37.311Z||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-08-13T06:14:37.311Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:37.325Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:14:37.325Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:38.210Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0
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-08-13T06:14:38.223Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0
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-08-13T06:14:38.226Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T06:14:38.228Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-08-13T06:14:38.233Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:15:08.233Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0 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-08-13T06:15:08.241Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0 and serviceModelVersionId: ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
2022-08-13T06:15:08.241Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b420f97-9ffb-4121-babe-b67a2596fa30
2022-08-13T06:15:08.242Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0
2022-08-13T06:15:08.246Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:15:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:15:08.257Z||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-08-13T06:15:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:08.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:08.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:15:08.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "cds",
"timestamp": 1660371243817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:15:08.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-13T06:15:08.308Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?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-08-13T06:15:08.309Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0|INFO|500||Invoke
2022-08-13T06:15:08.335Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-13T06:15:08.438Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0|INFO|500||InvokeReturn
2022-08-13T06:15:08.439Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-06:15:08:137-78367], vertex-id=[217224], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:15:08 GMT], Content-Type=[application/json]}
2022-08-13T06:15:08.439Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:15:08.440Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:15:08.440Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-08-13T06:15:08.444Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||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-08-13T06:15:08.444Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94f76c37-1d04-439e-8d09-c60ba26c54d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:15:08.445Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:15:08.445Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:08.448Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:08.448Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371308445,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:15:08.548Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:08.549Z||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-08-13T06:15:08.549Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:08.563Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:08.563Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:15:09.462Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-13T06:15:09.462Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e908a42b-b8ad-49d2-9203-cd6a1c595165","serviceName":"vFW 2022-08-13 06-13-18","serviceVersion":"1.0","serviceUUID":"ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1","serviceDescription":"catalog service description","serviceInvariantUUID":"fd6b1322-28e4-468a-b899-ca89d43fae71","resources":[{"resourceInstanceName":"vFW 649efa1f-6079 0","resourceName":"vFW 649efa1f-6079","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68001d5c-3288-482d-bea3-f79013862ef7","resourceInvariantUUID":"be19766f-2e54-4876-b5e5-94f088f075e0","resourceCustomizationUUID":"c40a9ada-3583-48bd-8d1b-91d93923d637","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml","artifactChecksum":"NDE3YjllZTJmNDI3ZTIyMjlmZDZjYjBiZmQ0MjRhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e08e6be-f31e-4880-8758-cf95946f4182","artifactVersion":"1"},{"artifactName":"vfw649efa1f60790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json","artifactChecksum":"YjkwY2MyMzdlNmFmY2JhZjk0MzExZjcyMDFiMGZkMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18b6a4cf-756c-485b-aada-4a4b59ef7370","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"537dace1-f05e-4429-8a98-26d552909fb2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml","artifactChecksum":"YmU3NWE3N2Q3MWVjNTlmMmRiNmZiMzc4MWNkMDAyZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8d27a9ca-edef-4bd4-a857-dc1b4a7b22c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9","artifactVersion":"2","generatedFromUUID":"537dace1-f05e-4429-8a98-26d552909fb2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220813061318-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml","artifactChecksum":"ZTY3NGIwNWJkODI0YmU4YzE0Njg1OGJmOTU4YTE4MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2aa5922-7317-4b1b-8323-032889ced4cf","artifactVersion":"1"},{"artifactName":"service-Vfw20220813061318-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar","artifactChecksum":"OTUyMTA0OTJjNThkMjU4OGEwMGNjOTMwNjAyNTZjOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee0ba092-befe-4a82-bfff-05a307af1e1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:15:09.463Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:09.464Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:09.466Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:09.466Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:15:09.566Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:09.567Z||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-08-13T06:15:09.567Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:09.583Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:09.583Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:10.466Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:10.468Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:10.470Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:10.470Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
"status": "NOTIFIED"
}
2022-08-13T06:15:10.570Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:10.571Z||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-08-13T06:15:10.571Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:10.586Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:10.586Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:11.471Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:11.472Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:11.474Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:11.474Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T06:15:11.574Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:11.575Z||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-08-13T06:15:11.575Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:11.589Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:11.590Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:12.474Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:12.475Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:12.477Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:12.478Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:15:12.578Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:15:12.578Z||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-08-13T06:15:12.579Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:12.608Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:12.608Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:13.478Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:13.479Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:13.481Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:13.481Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T06:15:13.581Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:13.582Z||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-08-13T06:15:13.582Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:13.606Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:13.607Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:14.481Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:14.482Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:14.484Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:14.484Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T06:15:14.584Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:14.585Z||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-08-13T06:15:14.585Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:14.611Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:14.611Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:15.484Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:15.485Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:15.488Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:15.488Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371256552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T06:15:15.587Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:15:15.588Z||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-08-13T06:15:15.589Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:15.604Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:15.605Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:16.489Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"serviceName": "vFW 2022-08-13 06-13-18",
"serviceVersion": "1.0",
"serviceUUID": "ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fd6b1322-28e4-468a-b899-ca89d43fae71",
"resources": [
{
"resourceInstanceName": "vFW 649efa1f-6079 0",
"resourceCustomizationUUID": "c40a9ada-3583-48bd-8d1b-91d93923d637",
"resourceName": "vFW 649efa1f-6079",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "68001d5c-3288-482d-bea3-f79013862ef7",
"resourceInvariantUUID": "be19766f-2e54-4876-b5e5-94f088f075e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw649efa1f60790_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
"artifactChecksum": "YjkwY2MyMzdlNmFmY2JhZjk0MzExZjcyMDFiMGZkMmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18b6a4cf-756c-485b-aada-4a4b59ef7370",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "537dace1-f05e-4429-8a98-26d552909fb2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9",
"generatedFromUUID": "537dace1-f05e-4429-8a98-26d552909fb2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220813061318-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
"artifactChecksum": "OTUyMTA0OTJjNThkMjU4OGEwMGNjOTMwNjAyNTZjOGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee0ba092-befe-4a82-bfff-05a307af1e1b"
}
],
"workloadContext": "Production"
}
2022-08-13T06:15:16.489Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:15:16.489Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1 ASDC
2022-08-13T06:15:16.490Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e908a42b-b8ad-49d2-9203-cd6a1c595165
ServiceName:vFW 2022-08-13 06-13-18
ServiceVersion:1.0
ServiceUUID:ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
ServiceInvariantUUID:fd6b1322-28e4-468a-b899-ca89d43fae71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220813061318-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
ArtifactUUID:ee0ba092-befe-4a82-bfff-05a307af1e1b
ArtifactChecksum:OTUyMTA0OTJjNThkMjU4OGEwMGNjOTMwNjAyNTZjOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 649efa1f-6079 0
ResourceCustomizationUUID:c40a9ada-3583-48bd-8d1b-91d93923d637
ResourceInvariantUUID:be19766f-2e54-4876-b5e5-94f088f075e0
ResourceName:vFW 649efa1f-6079
ResourceType:VF
ResourceUUID:68001d5c-3288-482d-bea3-f79013862ef7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw649efa1f60790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
ArtifactUUID:18b6a4cf-756c-485b-aada-4a4b59ef7370
ArtifactChecksum:YjkwY2MyMzdlNmFmY2JhZjk0MzExZjcyMDFiMGZkMmY=
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/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
ArtifactUUID:537dace1-f05e-4429-8a98-26d552909fb2
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/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
ArtifactUUID:acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9
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/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
ArtifactUUID:acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-13T06:15:16.490Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1 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-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee0ba092-befe-4a82-bfff-05a307af1e1b from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:16.524Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:16.524Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:16.602Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:16.607Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar ee0ba092-befe-4a82-bfff-05a307af1e1b 100622
2022-08-13T06:15:16.607Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar ASDC sendASDCNotification
2022-08-13T06:15:16.607Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:16.608Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:16.608Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:16.610Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:16.611Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371316607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:15:16.711Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:16.712Z||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-08-13T06:15:16.712Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:16.731Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:16.732Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:17.611Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:15:17.612Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:15:17.612Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ee0ba092-befe-4a82-bfff-05a307af1e1b, URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar to file: /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.613Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.613Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.613Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.812Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7200487209867372932/Definitions/service-Vfw20220813061318-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-13T06:15:20.085Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||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-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||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-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||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-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||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-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 649efa1f-6079 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.089Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.089Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.089Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:15:20.090Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:15:20.090Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.090Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:15:20.097Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.097Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.097Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c4dd630-779b-4925-8a69-116bb7f30566
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d52f5c17-4d31-4afa-85b1-758d99620e01
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8317f77d-d095-4b16-ae98-e8c7b8f312a1
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.110Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.110Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.110Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-13 06-13-18
Description:catalog service description
Model UUID:ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
Model Version:NULL
Model InvariantUuid:fd6b1322-28e4-468a-b899-ca89d43fae71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 649efa1f-6079
Model UUID:2fa8d0a2-1b61-4598-8723-3c56b7e3614c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be19766f-2e54-4876-b5e5-94f088f075e0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c40a9ada-3583-48bd-8d1b-91d93923d637
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:935c50db-97d9-4032-afa9-9ad67fecafa9
ModelName:Vfw649efa1f6079..base_vfw..module-0
ModelUuid:6c8f0452-92b5-4e18-a2f9-a5066f9c4acb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9c4dd630-779b-4925-8a69-116bb7f30566
ModelInvariantUuid:43158dc6-3a84-42c1-9fa7-2390c2d010dc
ModelName:vFW 649efa1f-6079-nodes.vfwCvfc
ModelUuid:6e56e98b-e91c-4b47-805f-668f7adb1ced
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0ab90fa3-06c9-4c95-909c-8fd01c9d2365
ModelInvariantUuid:aa23564e-4080-43dc-afae-8936e137bb1c
ModelName:Vfw649efa1f6079.compute.nodes.heat.vfw
ModelUuid:0a7819d4-5260-4910-9541-ac4f97698a25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d52f5c17-4d31-4afa-85b1-758d99620e01
ModelInvariantUuid:a40c587b-c83a-48ed-a12c-5e199d6e1625
ModelName:vFW 649efa1f-6079-nodes.vsnCvfc
ModelUuid:8016d471-c532-434d-acb9-d8a19e3be0d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:94e6298c-d530-4300-9eab-dc1eb82ea1bd
ModelInvariantUuid:82318619-e323-4734-a7b3-7fdb5f8c3bb9
ModelName:Vfw649efa1f6079.compute.nodes.heat.vsn
ModelUuid:1c59a6a0-26b3-4d47-95a9-d8d05f740d83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8317f77d-d095-4b16-ae98-e8c7b8f312a1
ModelInvariantUuid:81baa90c-005c-4414-bb99-390a3a8be3f1
ModelName:vFW 649efa1f-6079-nodes.vpgCvfc
ModelUuid:1dbe2ecf-febe-41c9-8f40-3ff0880bef5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bbd56ab2-4a7f-4ea9-ba1e-0b22fd1c0a8e
ModelInvariantUuid:29a34cfd-1c19-4904-a14e-47623a0d7e7b
ModelName:Vfw649efa1f6079.compute.nodes.heat.vpg
ModelUuid:80e5c4c7-c7bc-4991-9c0d-f50284b2d21b
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-08-13T06:15:20.117Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 68001d5c-3288-482d-bea3-f79013862ef7
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-08-13T06:15:20.119Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||vFW 649efa1f-6079 0
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68001d5c-3288-482d-bea3-f79013862ef7
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18b6a4cf-756c-485b-aada-4a4b59ef7370 from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:20.237Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json 18b6a4cf-756c-485b-aada-4a4b59ef7370 785
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json ASDC sendASDCNotification
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:20.240Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:20.241Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371320238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:15:20.341Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:20.342Z||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-08-13T06:15:20.342Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:20.356Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:20.356Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:21.241Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw649efa1f6079..base_vfw..module-0",
"vfModuleModelInvariantUUID": "935c50db-97d9-4032-afa9-9ad67fecafa9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6c8f0452-92b5-4e18-a2f9-a5066f9c4acb",
"vfModuleModelCustomizationUUID": "905d0fcb-e654-4af9-b4c6-1fb4f7497a82",
"isBase": true,
"artifacts": [
"537dace1-f05e-4429-8a98-26d552909fb2",
"acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9"
],
"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-08-13T06:15:21.245Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw649efa1f6079..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c8f0452-92b5-4e18-a2f9-a5066f9c4acb
VfModuleModelInvariantUUID:935c50db-97d9-4032-afa9-9ad67fecafa9
VfModuleModelDescription:NULL
Artifacts UUID List:{
537dace1-f05e-4429-8a98-26d552909fb2
,
acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9
}
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-08-13T06:15:21.247Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw649efa1f6079..base_vfw..module-0",
"vfModuleModelInvariantUUID": "935c50db-97d9-4032-afa9-9ad67fecafa9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6c8f0452-92b5-4e18-a2f9-a5066f9c4acb",
"vfModuleModelCustomizationUUID": "905d0fcb-e654-4af9-b4c6-1fb4f7497a82",
"isBase": true,
"artifacts": [
"537dace1-f05e-4429-8a98-26d552909fb2",
"acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9"
],
"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-08-13T06:15:21.247Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw649efa1f6079..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c8f0452-92b5-4e18-a2f9-a5066f9c4acb
VfModuleModelInvariantUUID:935c50db-97d9-4032-afa9-9ad67fecafa9
VfModuleModelDescription:NULL
Artifacts UUID List:{
537dace1-f05e-4429-8a98-26d552909fb2
,
acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9
}
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-08-13T06:15:21.247Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 537dace1-f05e-4429-8a98-26d552909fb2 from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:21.248Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:21.248Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:21.344Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:21.345Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml 537dace1-f05e-4429-8a98-26d552909fb2 20368
2022-08-13T06:15:21.345Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:15:21.346Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:21.346Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:21.346Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:21.348Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:21.348Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371321345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:15:21.449Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:21.450Z||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-08-13T06:15:21.450Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:21.481Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:21.481Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:22.349Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9 from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:22.349Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:22.350Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:22.397Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9 2098
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:22.399Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:22.400Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:22.401Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660371322398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T06:15:22.501Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:22.502Z||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-08-13T06:15:22.502Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:22.518Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T06:15:22.519Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:23.401Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
2022-08-13T06:15:23.402Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 649efa1f-6079 0 68001d5c-3288-482d-bea3-f79013862ef7 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-08-13T06:15:23.415Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ebf2556, org.onap.sdc.toscaparser.api.parameters.Input@30bc39e3, org.onap.sdc.toscaparser.api.parameters.Input@6f950cd6, org.onap.sdc.toscaparser.api.parameters.Input@724286f5, org.onap.sdc.toscaparser.api.parameters.Input@5570887e]
2022-08-13T06:15:23.416Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c40a9ada-3583-48bd-8d1b-91d93923d637
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c40a9ada-3583-48bd-8d1b-91d93923d637 matches Tosca VF Customization UUID: c40a9ada-3583-48bd-8d1b-91d93923d637
2022-08-13T06:15:23.418Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c40a9ada-3583-48bd-8d1b-91d93923d637 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-08-13T06:15:23.419Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.419Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.420Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c40a9ada-3583-48bd-8d1b-91d93923d637: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:15:23.420Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25f5cc45
2022-08-13T06:15:23.420Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.421Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:15:23.421Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 905d0fcb-e654-4af9-b4c6-1fb4f7497a82
2022-08-13T06:15:23.421Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 905d0fcb-e654-4af9-b4c6-1fb4f7497a82
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-08-13T06:15:23.423Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.423Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.424Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.424Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.425Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.425Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.425Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.429Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c4dd630-779b-4925-8a69-116bb7f30566
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-08-13T06:15:23.430Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T06:15:23.430Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.431Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.431Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery