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-12T05:38:27.278Z||main|||||INFO|500||The following profiles are active: basic
2022-08-12T05:38:41.664Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-12T05:38:41.664Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-12T05:38:41.845Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-12T05:38:48.312Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-12T05:38:49.000Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-12T05:38:49.592Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-12T05:38:49.600Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-12T05:38:49.733Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-12T05:38:50.013Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-12T05:38:50.866Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-12T05:38:53.120Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-12T05:38:56.675Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-12T05:38:56.758Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-12T05:38:57.636Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-12T05:38:58.036Z||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-12T05:38:59.558Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-12T05:39:01.045Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-12T05:39:01.068Z||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-12T05:39:01.069Z||main|||||WARN|500||The sdc end point is not alive
2022-08-12T05:39:05.494Z||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-12T05:39:09.303Z||main|||||WARN|500||---
2022-08-12T05:39:09.304Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-12T05:39:09.305Z||main|||||WARN|500||---
2022-08-12T05:39:09.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-12T05:39:15.611Z||main|||||INFO|500||Started Application in 52.62 seconds (JVM running for 55.797)
2022-08-12T05:39:15.628Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-12T05:39:15.630Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-12T05:39:15.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-12T05:39:15.674Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-12T05:39:15.724Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd6748d8-89a8-4024-9459-b55c51bc44bb url= /sdc/v1/artifactTypes
2022-08-12T05:39:15.724Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-12T05:39:16.023Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-12T05:39:16.049Z||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-12T05:39:16.074Z||scheduling-1|||||DEBUG|500||create keys
2022-08-12T05:39:16.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-12T05:39:16.120Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:39:16.138Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d6c188e7-9475-4c84-aed5-84d5782458e4 url= /sdc/v1/registerForDistribution
2022-08-12T05:39:16.309Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d6c188e7-9475-4c84-aed5-84d5782458e4 url= /sdc/v1/registerForDistribution
2022-08-12T05:39:16.309Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-12T05:39:16.323Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:39:16.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:39:16.343Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-12T05:39:16.359Z||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-12T05:39:16.360Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:39:16.359Z||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-12T05:39:16.361Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:39:26.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:39:26.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:40:16.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:40:16.321Z||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-12T05:40:16.321Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:40:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:40:16.323Z||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-12T05:40:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:40:25.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:40:25.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:41:16.317Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:41:16.319Z||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-12T05:41:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:41:16.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:41:16.324Z||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-12T05:41:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:41:25.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:41:25.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:42:16.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:42:16.318Z||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-12T05:42:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:42:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:42:16.323Z||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-12T05:42:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:42:25.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:42:25.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:43:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:43:16.318Z||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-12T05:43:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:43:16.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:43:16.324Z||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-12T05:43:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:43:25.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:43:25.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:44:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:44:16.317Z||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-12T05:44:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:44:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:44:16.323Z||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-12T05:44:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:44:25.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:44:25.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:45:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:45:16.318Z||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-12T05:45:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:45:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:45:16.324Z||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-12T05:45:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:45:25.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:45:25.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:46:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:46:16.317Z||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-12T05:46:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:46:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:46:16.325Z||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-12T05:46:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:46:25.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:46:25.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:47:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:47:16.319Z||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-12T05:47:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:47:16.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:47:16.323Z||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-12T05:47:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:47:25.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:47:25.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:48:16.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:48:16.320Z||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-12T05:48:16.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:48:16.328Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:48:16.329Z||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-12T05:48:16.329Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:48:25.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:48:25.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:48:59.696Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-12T05:49:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:49:16.318Z||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-12T05:49:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:49:16.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:49:16.324Z||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-12T05:49:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:49:25.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:49:25.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:50:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:50:16.318Z||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-12T05:50:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:50:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:50:16.324Z||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-12T05:50:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:50:25.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:50:25.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:51:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:51:16.317Z||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-12T05:51:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:51:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:51:16.323Z||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-12T05:51:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:51:25.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:51:25.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:52:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:52:16.318Z||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-12T05:52:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:52:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:52:16.324Z||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-12T05:52:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:52:25.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:52:25.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:53:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:53:16.318Z||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-12T05:53:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:53:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:53:16.324Z||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-12T05:53:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:53:25.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:53:25.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:54:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:54:16.318Z||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-12T05:54:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:54:16.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:54:16.324Z||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-12T05:54:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:54:25.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:54:25.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:55:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:55:16.317Z||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-12T05:55:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:55:16.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:55:16.325Z||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-12T05:55:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:55:25.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:55:25.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:56:16.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:56:16.320Z||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-12T05:56:16.320Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:56:16.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:56:16.323Z||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-12T05:56:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:56:25.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:56:25.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:57:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:57:16.317Z||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-12T05:57:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:57:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:57:16.324Z||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-12T05:57:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:57:25.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:57:25.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:58:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:58:16.317Z||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-12T05:58:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:58:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:58:16.324Z||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-12T05:58:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:58:25.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:58:25.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:59:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:59:16.317Z||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-12T05:59:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:59:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:59:16.323Z||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-12T05:59:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:59:25.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T05:59:25.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:00:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:00:16.317Z||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-12T06:00:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:00:16.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:00:16.323Z||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-12T06:00:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:00:25.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:00:25.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:01:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:01:16.318Z||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-12T06:01:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:01:16.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:01:16.323Z||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-12T06:01:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:01:25.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:01:25.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:02:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:02:16.317Z||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-12T06:02:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:02:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:02:16.324Z||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-12T06:02:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:02:25.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:02:25.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:03:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:03:16.318Z||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-12T06:03:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:03:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:03:16.324Z||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-12T06:03:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:03:25.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:03:25.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:04:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:04:16.318Z||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-12T06:04:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:04:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:04:16.323Z||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-12T06:04:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:04:25.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:04:25.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:05:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:05:16.318Z||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-12T06:05:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:05:16.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:05:16.326Z||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-12T06:05:16.327Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:05:25.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:05:25.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:06:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:06:16.318Z||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-12T06:06:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:06:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:06:16.323Z||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-12T06:06:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:06:25.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:06:25.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:07:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:07:16.317Z||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-12T06:07:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:07:16.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:07:16.323Z||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-12T06:07:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:07:25.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:07:25.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:08:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:08:16.317Z||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-12T06:08:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:08:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:08:16.323Z||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-12T06:08:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:08:25.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:08:25.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:09:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:09:16.318Z||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-12T06:09:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:09:16.323Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:09:16.324Z||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-12T06:09:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:09:25.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:09:25.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:10:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:10:16.317Z||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-12T06:10:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:10:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:10:16.324Z||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-12T06:10:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:10:25.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:10:25.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:11:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:11:16.317Z||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-12T06:11:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:11:16.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:11:16.324Z||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-12T06:11:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:11:25.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:11:25.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:12:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:12:16.318Z||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-12T06:12:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:12:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:12:16.324Z||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-12T06:12:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:12:25.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:12:25.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:13:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:13:16.320Z||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-12T06:13:16.321Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:13:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:13:16.323Z||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-12T06:13:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:13:25.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:13:25.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:14:16.318Z||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-12T06:14:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:14:16.323Z||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-12T06:14:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:16.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:16.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:14:16.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"120338df-cacf-459b-b944-713c9894ccf9","serviceName":"vFW 2022-08-12 06-12-50","serviceVersion":"1.0","serviceUUID":"08730621-c162-4096-8cc8-06d4e8e23eac","serviceDescription":"catalog service description","serviceInvariantUUID":"c997f174-003e-4123-9f83-473e77433051","resources":[{"resourceInstanceName":"vFW 56784b7c-bdef 0","resourceName":"vFW 56784b7c-bdef","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6f80a0a-d3fc-461a-8d3c-fa518f1458ad","resourceInvariantUUID":"c5d4a2e0-2e77-48b7-9891-830f9f525661","resourceCustomizationUUID":"379297fa-87d2-40f4-be25-180f0da42e1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml","artifactChecksum":"OWYwZmQ3NjYwMGI0OWFmZDYxZWRkNDllMTQxN2Q4ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23a336b5-498f-44a3-ab3b-1177192986fb","artifactVersion":"1"},{"artifactName":"vfw56784b7cbdef0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json","artifactChecksum":"ODZhNjNiNTE1YzNiOTY0ZmQ5ZmM5ZTJjMzBjNjE3YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d0aee99-7fbb-416f-9397-b731876b64c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cceb9603-6941-458b-bcd6-93ecea682b19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml","artifactChecksum":"MGZmOGQxZGQ4YzdmZGYzYmJmZjFlYjEwMjc1OWRiNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b77f4c14-b060-4fa6-a187-c96499ae70da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0bb5800d-b9c0-460c-8a7f-7e2197bca367","artifactVersion":"2","generatedFromUUID":"cceb9603-6941-458b-bcd6-93ecea682b19"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220812061250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml","artifactChecksum":"MTY5OThhMTYxNjk1MThiOGQ2NTQ2MmQ4YTM5YzFiMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6d71494-443e-4bab-91cb-25d5508dd340","artifactVersion":"1"},{"artifactName":"service-Vfw20220812061250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar","artifactChecksum":"NWQwNTkxMjA5ZmY4M2E5NDk3OThmNTUzNjRmOWFhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9157aff6-9348-4098-9757-5bcb0932c436","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:14:17.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:17.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:17.076Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:17.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.113Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:17.113Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284839084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284839565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284838832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284834618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284835265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284842327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284849562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284849364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284849656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284850311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "cds",
"timestamp": 1660284850588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-08-12T06:14:17.214Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-08-12T06:14:17.219Z||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-12T06:14:17.219Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
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-12T06:14:17.235Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:17.238Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:14:17.551Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:14:17.591Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:14:17.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284850666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284850485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "policy-id",
"timestamp": 1660284851670,
"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-12T06:14:17.667Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:14:17.667Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:14:17.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284851629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284852764,
"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-12T06:14:17.702Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:14:17.703Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:14:17.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284853776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T06:14:17.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:18.146Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:18.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:18.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:18.150Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:14:18.256Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-12T06:14:18.257Z||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-12T06:14:18.258Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:18.276Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:18.277Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:19.151Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:19.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:19.161Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:19.164Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:14:19.260Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:14:19.262Z||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-12T06:14:19.262Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:19.285Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:19.287Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:20.165Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:20.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:20.185Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:20.186Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:20.270Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-08-12T06:14:20.271Z||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-12T06:14:20.271Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:20.289Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:20.291Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:21.187Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:21.189Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:21.192Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:21.193Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T06:14:21.300Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-12T06:14:21.301Z||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-12T06:14:21.301Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:21.349Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:21.350Z||pool-7-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:22.199Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:22.200Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:22.240Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:22.241Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:14:22.331Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-12T06:14:22.333Z||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-12T06:14:22.342Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:22.368Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:22.370Z||pool-8-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:14:23.242Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:23.243Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:23.246Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:23.246Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:14:23.347Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:14:23.348Z||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-12T06:14:23.348Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:23.365Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:23.366Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:24.249Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"serviceName": "vFW 2022-08-12 06-12-50",
"serviceVersion": "1.0",
"serviceUUID": "08730621-c162-4096-8cc8-06d4e8e23eac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c997f174-003e-4123-9f83-473e77433051",
"resources": [
{
"resourceInstanceName": "vFW 56784b7c-bdef 0",
"resourceCustomizationUUID": "379297fa-87d2-40f4-be25-180f0da42e1c",
"resourceName": "vFW 56784b7c-bdef",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d6f80a0a-d3fc-461a-8d3c-fa518f1458ad",
"resourceInvariantUUID": "c5d4a2e0-2e77-48b7-9891-830f9f525661",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw56784b7cbdef0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"artifactChecksum": "ODZhNjNiNTE1YzNiOTY0ZmQ5ZmM5ZTJjMzBjNjE3YzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d0aee99-7fbb-416f-9397-b731876b64c3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cceb9603-6941-458b-bcd6-93ecea682b19",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0bb5800d-b9c0-460c-8a7f-7e2197bca367",
"generatedFromUUID": "cceb9603-6941-458b-bcd6-93ecea682b19"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0bb5800d-b9c0-460c-8a7f-7e2197bca367",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220812061250-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"artifactChecksum": "NWQwNTkxMjA5ZmY4M2E5NDk3OThmNTUzNjRmOWFhYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9157aff6-9348-4098-9757-5bcb0932c436"
}
],
"workloadContext": "Production"
}
2022-08-12T06:14:24.252Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:14:24.253Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08730621-c162-4096-8cc8-06d4e8e23eac ASDC
2022-08-12T06:14:24.511Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:120338df-cacf-459b-b944-713c9894ccf9
ServiceName:vFW 2022-08-12 06-12-50
ServiceVersion:1.0
ServiceUUID:08730621-c162-4096-8cc8-06d4e8e23eac
ServiceInvariantUUID:c997f174-003e-4123-9f83-473e77433051
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220812061250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
ArtifactUUID:9157aff6-9348-4098-9757-5bcb0932c436
ArtifactChecksum:NWQwNTkxMjA5ZmY4M2E5NDk3OThmNTUzNjRmOWFhYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 56784b7c-bdef 0
ResourceCustomizationUUID:379297fa-87d2-40f4-be25-180f0da42e1c
ResourceInvariantUUID:c5d4a2e0-2e77-48b7-9891-830f9f525661
ResourceName:vFW 56784b7c-bdef
ResourceType:VF
ResourceUUID:d6f80a0a-d3fc-461a-8d3c-fa518f1458ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw56784b7cbdef0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
ArtifactUUID:8d0aee99-7fbb-416f-9397-b731876b64c3
ArtifactChecksum:ODZhNjNiNTE1YzNiOTY0ZmQ5ZmM5ZTJjMzBjNjE3YzE=
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/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
ArtifactUUID:cceb9603-6941-458b-bcd6-93ecea682b19
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/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
ArtifactUUID:0bb5800d-b9c0-460c-8a7f-7e2197bca367
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/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
ArtifactUUID:0bb5800d-b9c0-460c-8a7f-7e2197bca367
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-12T06:14:24.512Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08730621-c162-4096-8cc8-06d4e8e23eac 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-12T06:14:24.648Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:14:24.650Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:14:24.651Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:14:24.656Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9157aff6-9348-4098-9757-5bcb0932c436 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:24.656Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:24.659Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:25.026Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:25.061Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar 9157aff6-9348-4098-9757-5bcb0932c436 100616
2022-08-12T06:14:25.064Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar ASDC sendASDCNotification
2022-08-12T06:14:25.064Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:25.100Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:25.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:25.129Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:25.129Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284865062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:25.228Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:14:25.230Z||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-12T06:14:25.230Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:25.247Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:25.248Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:26.131Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:14:26.141Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:14:26.142Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9157aff6-9348-4098-9757-5bcb0932c436, URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar to file: /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:26.142Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220812061250-csar.csar
2022-08-12T06:14:26.321Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:26.321Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:27.777Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13845318446498892914/Definitions/service-Vfw20220812061250-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
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-12T06:14:33.050Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:14:33.077Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:14:33.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-12T06:14:33.079Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.079Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.080Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.082Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.082Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.083Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.083Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.086Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.086Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.087Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 56784b7c-bdef 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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.087Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.088Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:14:33.105Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.110Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.128Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.128Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:14:33.131Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:14:33.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:14:33.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:14:33.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.138Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.147Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.148Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.148Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.150Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:33.150Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.150Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:33.151Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:33.151Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.151Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.152Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:33.152Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.153Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:33.153Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.154Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:14:33.154Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.154Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:14:33.157Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.157Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.158Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:33.158Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.159Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.159Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:33.160Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.160Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.160Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:33.161Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.161Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.161Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.162Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.163Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:14:33.163Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:33.163Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:33.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b5b9e025-c439-4546-8eb6-55d71fba5739
2022-08-12T06:14:33.166Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.166Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.167Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.167Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.167Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.169Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:14:33.169Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:33.169Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.170Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:33.170Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.171Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6277e061-8bb7-4bef-9747-40f7b4972c6c
2022-08-12T06:14:33.171Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.174Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.174Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.175Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.175Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:33.175Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.176Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.176Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:33.177Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.177Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:33.177Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:33.178Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.178Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.179Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:14:33.179Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=40c53d8e-193c-4763-a061-86c237519c70
2022-08-12T06:14:33.180Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.180Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.180Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.181Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.181Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.181Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.182Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:33.182Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.183Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-12 06-12-50
Description:catalog service description
Model UUID:08730621-c162-4096-8cc8-06d4e8e23eac
Model Version:NULL
Model InvariantUuid:c997f174-003e-4123-9f83-473e77433051
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 56784b7c-bdef
Model UUID:cf09a10c-c5e5-4017-8bd4-8d79023cb2a0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5d4a2e0-2e77-48b7-9891-830f9f525661
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:379297fa-87d2-40f4-be25-180f0da42e1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5225f048-ceea-4847-bb36-2810a48808c2
ModelName:Vfw56784b7cBdef..base_vfw..module-0
ModelUuid:a7fb7fdd-7e71-4564-b18b-30a34f1475a5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b5b9e025-c439-4546-8eb6-55d71fba5739
ModelInvariantUuid:900b9219-194e-4824-8973-f764d65b22b8
ModelName:vFW 56784b7c-bdef-nodes.vfwCvfc
ModelUuid:b7f51e5a-ae2a-4c56-a4b9-f5e5eaa58991
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:826acc02-2896-495c-9060-a41cdf092563
ModelInvariantUuid:dce9cdce-5c72-4d2d-9d6a-b16a66056d68
ModelName:Vfw56784b7cBdef.compute.nodes.heat.vfw
ModelUuid:10e928d7-813b-4f07-9bed-1059365c0e53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6277e061-8bb7-4bef-9747-40f7b4972c6c
ModelInvariantUuid:c55e6770-e735-4640-b4ad-e3fd2f161b7e
ModelName:vFW 56784b7c-bdef-nodes.vsnCvfc
ModelUuid:1e2675df-528d-4103-b28b-3ec6eef1173f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6677b1a4-c36e-46ca-9fc5-1ed06464c438
ModelInvariantUuid:1bd4828a-4fd0-4671-a092-8f17250de20d
ModelName:Vfw56784b7cBdef.compute.nodes.heat.vsn
ModelUuid:72b66ac2-96c5-4141-8a4a-5ce6362e2be9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:40c53d8e-193c-4763-a061-86c237519c70
ModelInvariantUuid:2848460c-0359-4681-830f-b5ea39febca3
ModelName:vFW 56784b7c-bdef-nodes.vpgCvfc
ModelUuid:73bc595d-78bb-4998-a7cd-17d4b3efc6b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f6057e20-00b7-4bc7-b20b-99cc31018d84
ModelInvariantUuid:aeca3c44-af03-4a2f-ad3b-7e3a134cfe22
ModelName:Vfw56784b7cBdef.compute.nodes.heat.vpg
ModelUuid:510a8ed1-bcd1-48d1-806f-a6cfc89c5aeb
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-12T06:14:33.249Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d6f80a0a-d3fc-461a-8d3c-fa518f1458ad
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-12T06:14:33.463Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||vFW 56784b7c-bdef 0
2022-08-12T06:14:33.475Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6f80a0a-d3fc-461a-8d3c-fa518f1458ad
2022-08-12T06:14:33.475Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d0aee99-7fbb-416f-9397-b731876b64c3 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:33.476Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:33.476Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:33.603Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:33.604Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json 8d0aee99-7fbb-416f-9397-b731876b64c3 785
2022-08-12T06:14:33.605Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json ASDC sendASDCNotification
2022-08-12T06:14:33.605Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:33.606Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:33.606Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:33.609Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:33.610Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284873605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:33.710Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:33.711Z||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-12T06:14:33.711Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:33.734Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:33.735Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:34.612Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw56784b7cBdef..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5225f048-ceea-4847-bb36-2810a48808c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a7fb7fdd-7e71-4564-b18b-30a34f1475a5",
"vfModuleModelCustomizationUUID": "0ba83ccc-e961-4cb6-a9da-4401e0108d38",
"isBase": true,
"artifacts": [
"cceb9603-6941-458b-bcd6-93ecea682b19",
"0bb5800d-b9c0-460c-8a7f-7e2197bca367"
],
"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-12T06:14:34.648Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw56784b7cBdef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7fb7fdd-7e71-4564-b18b-30a34f1475a5
VfModuleModelInvariantUUID:5225f048-ceea-4847-bb36-2810a48808c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb9603-6941-458b-bcd6-93ecea682b19
,
0bb5800d-b9c0-460c-8a7f-7e2197bca367
}
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-12T06:14:34.669Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw56784b7cBdef..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5225f048-ceea-4847-bb36-2810a48808c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a7fb7fdd-7e71-4564-b18b-30a34f1475a5",
"vfModuleModelCustomizationUUID": "0ba83ccc-e961-4cb6-a9da-4401e0108d38",
"isBase": true,
"artifacts": [
"cceb9603-6941-458b-bcd6-93ecea682b19",
"0bb5800d-b9c0-460c-8a7f-7e2197bca367"
],
"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-12T06:14:34.670Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw56784b7cBdef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7fb7fdd-7e71-4564-b18b-30a34f1475a5
VfModuleModelInvariantUUID:5225f048-ceea-4847-bb36-2810a48808c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb9603-6941-458b-bcd6-93ecea682b19
,
0bb5800d-b9c0-460c-8a7f-7e2197bca367
}
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-12T06:14:34.671Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cceb9603-6941-458b-bcd6-93ecea682b19 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:34.671Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:34.671Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:34.805Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml cceb9603-6941-458b-bcd6-93ecea682b19 20368
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:34.808Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:34.810Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:34.810Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284874807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:34.912Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:34.913Z||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-12T06:14:34.914Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:34.952Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:34.953Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:14:35.811Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0bb5800d-b9c0-460c-8a7f-7e2197bca367 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:35.812Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:35.812Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:35.930Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:35.931Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env 0bb5800d-b9c0-460c-8a7f-7e2197bca367 2098
2022-08-12T06:14:35.932Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:14:35.932Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:35.932Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:35.933Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:35.943Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:35.944Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284875932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:14:36.043Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:14:36.045Z||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-12T06:14:36.045Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:36.072Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:36.073Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:36.945Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 08730621-c162-4096-8cc8-06d4e8e23eac
2022-08-12T06:14:36.946Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 56784b7c-bdef 0 d6f80a0a-d3fc-461a-8d3c-fa518f1458ad 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-12T06:14:37.032Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c1fa0c5, org.onap.sdc.toscaparser.api.parameters.Input@56fb41bb, org.onap.sdc.toscaparser.api.parameters.Input@1152928e, org.onap.sdc.toscaparser.api.parameters.Input@4c3411b, org.onap.sdc.toscaparser.api.parameters.Input@35ebd0ce]
2022-08-12T06:14:37.038Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.039Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.039Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-12T06:14:37.039Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 379297fa-87d2-40f4-be25-180f0da42e1c
2022-08-12T06:14:37.040Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 379297fa-87d2-40f4-be25-180f0da42e1c matches Tosca VF Customization UUID: 379297fa-87d2-40f4-be25-180f0da42e1c
2022-08-12T06:14:37.040Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 379297fa-87d2-40f4-be25-180f0da42e1c 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-12T06:14:37.054Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.054Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.058Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 379297fa-87d2-40f4-be25-180f0da42e1c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:14:37.058Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3978ff5a
2022-08-12T06:14:37.059Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.059Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:14:37.061Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ba83ccc-e961-4cb6-a9da-4401e0108d38
2022-08-12T06:14:37.063Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ba83ccc-e961-4cb6-a9da-4401e0108d38
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-12T06:14:37.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.076Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.077Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.077Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:37.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:14:37.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:37.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:37.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b5b9e025-c439-4546-8eb6-55d71fba5739
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-12T06:14:37.095Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.095Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.096Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.096Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.096Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:37.097Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:37.097Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:37.097Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6277e061-8bb7-4bef-9747-40f7b4972c6c
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-12T06:14:37.102Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.102Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.103Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.108Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:37.110Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.110Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.113Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:37.114Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.115Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:37.115Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:37.116Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.116Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.116Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:14:37.117Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=40c53d8e-193c-4763-a061-86c237519c70
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-12T06:14:37.122Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.124Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.126Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=379297fa-87d2-40f4-be25-180f0da42e1c
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-12T06:14:37.132Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.133Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 08730621-c162-4096-8cc8-06d4e8e23eac: vFW 56784b7c-bdef
2022-08-12T06:14:37.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-12 06-12-50
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-12T06:14:37.750Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 56784b7c-bdef d6f80a0a-d3fc-461a-8d3c-fa518f1458ad 1 ASDC deployResourceStructure
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json ASDC sendASDCNotification
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:37.753Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:37.754Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284877750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T06:14:37.854Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:37.855Z||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-12T06:14:37.855Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:37.871Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:37.872Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:38.755Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:14:38.755Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:38.756Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:38.756Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:38.765Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:38.765Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284878755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T06:14:38.859Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-12T06:14:38.861Z||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-12T06:14:38.861Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:38.878Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:38.881Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:39.766Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:14:39.767Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:39.767Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:39.768Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:39.770Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:39.770Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284879766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-12T06:14:39.871Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:39.876Z||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-12T06:14:39.876Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:39.893Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:39.894Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:40.771Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar ASDC sendASDCNotification
2022-08-12T06:14:40.772Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:40.772Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:40.773Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:40.796Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:40.804Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284880771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:14:40.876Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-08-12T06:14:40.877Z||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-12T06:14:40.878Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:40.905Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:14:40.906Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:41.817Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:14:41.893Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:14:41.900Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:14:41.900Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:14:41.902Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:15:11.902Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:15:11.930Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:15:11.937Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:15:11.937Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:15:11.937Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:15:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:15:16.325Z||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-12T06:15:16.326Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:15:16.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:15:16.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:15:16.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:15:16.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:15:41.938Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:15:41.962Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:15:41.966Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:15:41.966Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:15:41.966Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:16:11.969Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:16:11.990Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:16:11.997Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:16:11.998Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:16:11.998Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:16:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:16:16.324Z||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-12T06:16:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:16:16.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:16:16.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:16:16.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284858125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284860147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "clamp",
"timestamp": 1660284861154,
"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-12T06:16:16.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:16:16.907Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:16:16.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284856316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284865062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284858910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284867066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284868747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "aai-ml",
"timestamp": 1660284869753,
"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-12T06:16:17.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:16:17.039Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:16:17.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284873605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284874807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284875932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284877023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284877750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284878031,
"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-12T06:16:17.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:16:17.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:16:17.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284869085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284864618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284878755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284872327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284879980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284879766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284880095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "cds",
"timestamp": 1660284880985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:16:17.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:16:17.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660284880771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284875274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284883235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284884408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284878832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284885501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "ves-openapi-manager",
"timestamp": 1660284879565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284886597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284886546,
"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-12T06:16:17.230Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:16:17.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284887601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284887732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660284887555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284888121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "policy-id",
"timestamp": 1660284888605,
"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-12T06:16:17.277Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.278Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:16:17.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "aai-ml",
"timestamp": 1660284888736,
"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-12T06:16:17.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:16:17.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284890160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "clamp",
"timestamp": 1660284891170,
"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-12T06:16:17.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:16:17.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284888910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284896756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284900406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660284901429,
"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-12T06:16:17.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.406Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:16:41.999Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:16:42.064Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
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-12T06:16:42.073Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:16:42.073Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:16:42.073Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:16:42.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:16:42.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:16:42.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|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-12T06:16:42.111Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:17:12.111Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9 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-12T06:17:12.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 120338df-cacf-459b-b944-713c9894ccf9 and serviceModelVersionId: 08730621-c162-4096-8cc8-06d4e8e23eac
2022-08-12T06:17:12.126Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c997f174-003e-4123-9f83-473e77433051
2022-08-12T06:17:16.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:17:16.325Z||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-12T06:17:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:25.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:39.433Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0
2022-08-12T06:17:39.606Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:17:40.546Z|120338df-cacf-459b-b944-713c9894ccf9|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/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?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-12T06:17:40.554Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0|INFO|500||Invoke
2022-08-12T06:17:40.768Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-12T06:17:41.126Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0|INFO|500||InvokeReturn
2022-08-12T06:17:41.134Z|120338df-cacf-459b-b944-713c9894ccf9|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/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220812-06:17:40:169-40964], vertex-id=[163864], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:17:40 GMT], Content-Type=[application/json]}
2022-08-12T06:17:41.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:17:41.142Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:17:41.143Z|120338df-cacf-459b-b944-713c9894ccf9|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-12T06:17:41.153Z|120338df-cacf-459b-b944-713c9894ccf9|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-12T06:17:41.155Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 120338df-cacf-459b-b944-713c9894ccf9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:17:41.157Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:17:41.158Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:41.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:41.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285061156,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:17:41.264Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:17:41.266Z||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-12T06:17:41.266Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:41.283Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:41.285Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-12T06:17:42.217Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:17:42.218Z|120338df-cacf-459b-b944-713c9894ccf9|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-12T06:17:42.219Z|120338df-cacf-459b-b944-713c9894ccf9|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:46.624Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:46.625Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:17:46.625Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d54834a2-e735-4ec8-9c8f-7e2ef4d03f81","serviceName":"basic_onboard_itjZkr","serviceVersion":"1.0","serviceUUID":"c1243115-1da9-4a54-9c9b-2bcc823eb6f7","serviceDescription":"service","serviceInvariantUUID":"def8ce0d-a219-4113-8576-cc8e3ac07986","resources":[{"resourceInstanceName":"basic_onboard_itjZkr 0","resourceName":"basic_onboard_itjZkr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89127bb2-7a99-419a-8073-e313d02fc74b","resourceInvariantUUID":"7fdd102b-4b8b-4085-849f-54be1e8b29a1","resourceCustomizationUUID":"32a8860d-2963-4ccd-aac1-4a404f7de0fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml","artifactChecksum":"ZTkwN2Q5NGRmNDgyYmQ1YmFhNTRkMDM5OWI3OTcwYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0407d89e-68bb-4de8-8a6c-4cf28e31a7f2","artifactVersion":"1"},{"artifactName":"basic_onboard_itjzkr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json","artifactChecksum":"MWFhNGU0Mzg2ODQwYmE1MDE4OGEyNmZhMzk5OTg3ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bd15eff-5ed5-4070-a338-59e125271964","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"319952cf-25c1-4ca6-86b1-636112a44f71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bddaa81-dba2-4215-bfb6-244cb840d4cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"999af12c-7c4a-430b-8240-63c128808627","artifactVersion":"2","generatedFromUUID":"319952cf-25c1-4ca6-86b1-636112a44f71"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItjzkr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml","artifactChecksum":"ZTE4ZTlmMTNmODM2NmQ0NDcwZDc0ZDM1ZTFkZGMxZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c5416e1-3bca-48db-aec7-0f1ae88f14be","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItjzkr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar","artifactChecksum":"YmFjNmIxNmUwYjJmZTFkZTgzZTQ0MjAxNWNhMjIwNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c3396f7-ffc5-401c-b685-d4bf782fd86d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:17:46.630Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:46.630Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:46.633Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:46.633Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:17:46.744Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-08-12T06:17:46.746Z||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-12T06:17:46.746Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:46.776Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:46.777Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:47.634Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:47.637Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:47.640Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:47.640Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:17:47.740Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:17:47.741Z||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-12T06:17:47.742Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:47.778Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:47.779Z||pool-20-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:48.641Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:48.642Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:48.648Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:48.649Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:17:48.749Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:17:48.750Z||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-12T06:17:48.750Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:48.774Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:48.775Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:49.650Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:49.653Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:49.656Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:49.657Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:17:49.762Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-12T06:17:49.763Z||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-12T06:17:49.763Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:49.784Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:49.785Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:50.658Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:50.659Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:50.662Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:50.663Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-12T06:17:50.765Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:17:50.768Z||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-12T06:17:50.768Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:50.798Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:50.799Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:51.664Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:51.665Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:51.669Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:51.669Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:17:51.769Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:17:51.771Z||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-12T06:17:51.771Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:51.792Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:51.793Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:52.670Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:52.670Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:52.678Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:52.679Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:17:52.775Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:17:52.776Z||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-12T06:17:52.776Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:52.798Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:52.799Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:53.681Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"serviceName": "basic_onboard_itjZkr",
"serviceVersion": "1.0",
"serviceUUID": "c1243115-1da9-4a54-9c9b-2bcc823eb6f7",
"serviceDescription": "service",
"serviceInvariantUUID": "def8ce0d-a219-4113-8576-cc8e3ac07986",
"resources": [
{
"resourceInstanceName": "basic_onboard_itjZkr 0",
"resourceCustomizationUUID": "32a8860d-2963-4ccd-aac1-4a404f7de0fc",
"resourceName": "basic_onboard_itjZkr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "89127bb2-7a99-419a-8073-e313d02fc74b",
"resourceInvariantUUID": "7fdd102b-4b8b-4085-849f-54be1e8b29a1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_itjzkr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"artifactChecksum": "MWFhNGU0Mzg2ODQwYmE1MDE4OGEyNmZhMzk5OTg3ZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9bd15eff-5ed5-4070-a338-59e125271964",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "319952cf-25c1-4ca6-86b1-636112a44f71",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "999af12c-7c4a-430b-8240-63c128808627",
"generatedFromUUID": "319952cf-25c1-4ca6-86b1-636112a44f71"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "999af12c-7c4a-430b-8240-63c128808627",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardItjzkr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"artifactChecksum": "YmFjNmIxNmUwYjJmZTFkZTgzZTQ0MjAxNWNhMjIwNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c3396f7-ffc5-401c-b685-d4bf782fd86d"
}
],
"workloadContext": "Production"
}
2022-08-12T06:17:53.682Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:17:53.682Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1243115-1da9-4a54-9c9b-2bcc823eb6f7 ASDC
2022-08-12T06:17:53.683Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
ServiceName:basic_onboard_itjZkr
ServiceVersion:1.0
ServiceUUID:c1243115-1da9-4a54-9c9b-2bcc823eb6f7
ServiceInvariantUUID:def8ce0d-a219-4113-8576-cc8e3ac07986
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItjzkr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
ArtifactUUID:1c3396f7-ffc5-401c-b685-d4bf782fd86d
ArtifactChecksum:YmFjNmIxNmUwYjJmZTFkZTgzZTQ0MjAxNWNhMjIwNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_itjZkr 0
ResourceCustomizationUUID:32a8860d-2963-4ccd-aac1-4a404f7de0fc
ResourceInvariantUUID:7fdd102b-4b8b-4085-849f-54be1e8b29a1
ResourceName:basic_onboard_itjZkr
ResourceType:VF
ResourceUUID:89127bb2-7a99-419a-8073-e313d02fc74b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itjzkr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
ArtifactUUID:9bd15eff-5ed5-4070-a338-59e125271964
ArtifactChecksum:MWFhNGU0Mzg2ODQwYmE1MDE4OGEyNmZhMzk5OTg3ZTU=
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/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:319952cf-25c1-4ca6-86b1-636112a44f71
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/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
ArtifactUUID:999af12c-7c4a-430b-8240-63c128808627
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/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
ArtifactUUID:999af12c-7c4a-430b-8240-63c128808627
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-12T06:17:53.684Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1243115-1da9-4a54-9c9b-2bcc823eb6f7 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-12T06:17:53.748Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:17:53.749Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:17:53.750Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:17:53.750Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c3396f7-ffc5-401c-b685-d4bf782fd86d from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:53.751Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:53.751Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:53.987Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:53.994Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar 1c3396f7-ffc5-401c-b685-d4bf782fd86d 75216
2022-08-12T06:17:53.995Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar ASDC sendASDCNotification
2022-08-12T06:17:53.996Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:53.997Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:53.998Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:54.001Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:54.002Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285073995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:17:54.105Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:17:54.107Z||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-12T06:17:54.107Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:54.121Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:54.122Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:55.002Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:17:55.008Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:17:55.012Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c3396f7-ffc5-401c-b685-d4bf782fd86d, URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar to file: /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.013Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.014Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.014Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.207Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14542594329681757737/Definitions/service-BasicOnboardItjzkr-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-12T06:17:57.053Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_itjZkr 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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.056Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.056Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.056Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is not matching search criteria
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1fa932e6-7a34-489b-885f-df8104897955
2022-08-12T06:17:57.064Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.064Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.064Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.066Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_itjZkr
Description:service
Model UUID:c1243115-1da9-4a54-9c9b-2bcc823eb6f7
Model Version:NULL
Model InvariantUuid:def8ce0d-a219-4113-8576-cc8e3ac07986
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_itjZkr
Model UUID:46691250-9298-494c-934c-b4ee1a6dcb09
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7fdd102b-4b8b-4085-849f-54be1e8b29a1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:32a8860d-2963-4ccd-aac1-4a404f7de0fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:47653383-747d-447d-a707-2246289d54be
ModelName:BasicOnboardItjzkr..base_ubuntu18..module-0
ModelUuid:7e983602-9540-4bdf-a007-d0223d8b1462
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1fa932e6-7a34-489b-885f-df8104897955
ModelInvariantUuid:e3642ae6-8d6c-4202-96fc-a7c0a86ae7b4
ModelName:basic_onboard_itjZkr-nodes.ubuntu18Cvfc
ModelUuid:0737278c-b785-4804-8cb2-f3870a4f92de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:342b3899-9296-4740-883c-ef9825df3831
ModelInvariantUuid:e6bb63fe-1882-4fde-9b7a-ed294b272288
ModelName:BasicOnboardItjzkr.compute.nodes.heat.ubuntu18
ModelUuid:c1c4c61a-c52f-4966-bddd-a014b141a238
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-12T06:17:57.081Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 89127bb2-7a99-419a-8073-e313d02fc74b
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-12T06:17:57.086Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||basic_onboard_itjZkr 0
2022-08-12T06:17:57.087Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89127bb2-7a99-419a-8073-e313d02fc74b
2022-08-12T06:17:57.087Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9bd15eff-5ed5-4070-a338-59e125271964 from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:17:57.087Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:57.089Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:17:57.215Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:57.216Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json 9bd15eff-5ed5-4070-a338-59e125271964 798
2022-08-12T06:17:57.216Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json ASDC sendASDCNotification
2022-08-12T06:17:57.217Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:17:57.217Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:57.217Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:57.224Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:57.224Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285077216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:17:57.322Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:17:57.324Z||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-12T06:17:57.324Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:57.340Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:57.341Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:58.225Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItjzkr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "47653383-747d-447d-a707-2246289d54be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e983602-9540-4bdf-a007-d0223d8b1462",
"vfModuleModelCustomizationUUID": "dc016206-5ef9-4810-8a7e-bcce5cd18484",
"isBase": true,
"artifacts": [
"319952cf-25c1-4ca6-86b1-636112a44f71",
"999af12c-7c4a-430b-8240-63c128808627"
],
"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-12T06:17:58.234Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItjzkr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e983602-9540-4bdf-a007-d0223d8b1462
VfModuleModelInvariantUUID:47653383-747d-447d-a707-2246289d54be
VfModuleModelDescription:NULL
Artifacts UUID List:{
319952cf-25c1-4ca6-86b1-636112a44f71
,
999af12c-7c4a-430b-8240-63c128808627
}
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-12T06:17:58.254Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItjzkr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "47653383-747d-447d-a707-2246289d54be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e983602-9540-4bdf-a007-d0223d8b1462",
"vfModuleModelCustomizationUUID": "dc016206-5ef9-4810-8a7e-bcce5cd18484",
"isBase": true,
"artifacts": [
"319952cf-25c1-4ca6-86b1-636112a44f71",
"999af12c-7c4a-430b-8240-63c128808627"
],
"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-12T06:17:58.261Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItjzkr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e983602-9540-4bdf-a007-d0223d8b1462
VfModuleModelInvariantUUID:47653383-747d-447d-a707-2246289d54be
VfModuleModelDescription:NULL
Artifacts UUID List:{
319952cf-25c1-4ca6-86b1-636112a44f71
,
999af12c-7c4a-430b-8240-63c128808627
}
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-12T06:17:58.261Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 319952cf-25c1-4ca6-86b1-636112a44f71 from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:17:58.261Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:58.262Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:17:58.405Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml 319952cf-25c1-4ca6-86b1-636112a44f71 5033
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:58.410Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:58.420Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:58.420Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285078409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:17:58.514Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-12T06:17:58.515Z||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-12T06:17:58.515Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:58.536Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:58.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:17:59.421Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 999af12c-7c4a-430b-8240-63c128808627 from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:17:59.422Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:59.424Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:17:59.476Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:59.477Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env 999af12c-7c4a-430b-8240-63c128808627 909
2022-08-12T06:17:59.478Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-12T06:17:59.478Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:17:59.478Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:59.479Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:59.483Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:59.484Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285079478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:17:59.583Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:17:59.584Z||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-12T06:17:59.584Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:59.616Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:17:59.617Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:00.485Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c1243115-1da9-4a54-9c9b-2bcc823eb6f7
2022-08-12T06:18:00.486Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_itjZkr 0 89127bb2-7a99-419a-8073-e313d02fc74b 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-12T06:18:00.530Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1caf5228, org.onap.sdc.toscaparser.api.parameters.Input@54a3f92b, org.onap.sdc.toscaparser.api.parameters.Input@76b16bb4, org.onap.sdc.toscaparser.api.parameters.Input@5870a0c5, org.onap.sdc.toscaparser.api.parameters.Input@3e2897f1]
2022-08-12T06:18:00.536Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.537Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.538Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-12T06:18:00.538Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 32a8860d-2963-4ccd-aac1-4a404f7de0fc
2022-08-12T06:18:00.538Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32a8860d-2963-4ccd-aac1-4a404f7de0fc matches Tosca VF Customization UUID: 32a8860d-2963-4ccd-aac1-4a404f7de0fc
2022-08-12T06:18:00.539Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 32a8860d-2963-4ccd-aac1-4a404f7de0fc 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-12T06:18:00.544Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.545Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.547Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 32a8860d-2963-4ccd-aac1-4a404f7de0fc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:18:00.547Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55338d2e
2022-08-12T06:18:00.548Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.548Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:18:00.549Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc016206-5ef9-4810-8a7e-bcce5cd18484
2022-08-12T06:18:00.550Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc016206-5ef9-4810-8a7e-bcce5cd18484
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-12T06:18:00.557Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.558Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.558Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:00.559Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.559Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.560Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:00.560Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.561Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is not matching search criteria
2022-08-12T06:18:00.565Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-12T06:18:00.566Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-12T06:18:00.567Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1fa932e6-7a34-489b-885f-df8104897955
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-12T06:18:00.585Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.587Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.587Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:00.588Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.588Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.589Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=32a8860d-2963-4ccd-aac1-4a404f7de0fc
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-12T06:18:00.610Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.611Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.612Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c1243115-1da9-4a54-9c9b-2bcc823eb6f7: basic_onboard_itjZkr
2022-08-12T06:18:00.612Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.612Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.613Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.613Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.614Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.614Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.614Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.615Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.615Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:00.616Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.616Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_itjZkr
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-12T06:18:00.886Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_itjZkr 89127bb2-7a99-419a-8073-e313d02fc74b 1 ASDC deployResourceStructure
2022-08-12T06:18:00.887Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json ASDC sendASDCNotification
2022-08-12T06:18:00.888Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:18:00.888Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:00.889Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:00.910Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:00.911Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285080887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:00.994Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-08-12T06:18:00.996Z||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-12T06:18:00.996Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:01.021Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:01.022Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:01.919Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-12T06:18:01.920Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:18:01.920Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:01.920Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:01.923Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:01.923Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285081919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:02.023Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:18:02.024Z||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-12T06:18:02.024Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:02.043Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:02.044Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:02.924Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-12T06:18:02.929Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:18:02.929Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:02.930Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:02.933Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:02.933Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285082924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:03.034Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:18:03.035Z||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-12T06:18:03.035Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:03.051Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:03.052Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:03.934Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar ASDC sendASDCNotification
2022-08-12T06:18:03.935Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:18:03.951Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:03.951Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:03.953Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:03.954Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285083934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:04.054Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:18:04.056Z||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-12T06:18:04.057Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:04.074Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:04.075Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:04.955Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
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-12T06:18:04.990Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
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-12T06:18:05.014Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:18:05.017Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:18:05.017Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:18:05.017Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:18:05.018Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:18:05.018Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:18:05.020Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:18:05.021Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:18:05.022Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:18:05.022Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-12T06:18:05.022Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-12T06:18:05.068Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:18:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:18:16.324Z||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-12T06:18:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:16.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:16.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285061156,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:18:16.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:18:16.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285062217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285073995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285077216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285078409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285079478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285080887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285081919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285082924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285083934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T06:18:16.965Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:35.069Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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-12T06:18:35.079Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 and serviceModelVersionId: c1243115-1da9-4a54-9c9b-2bcc823eb6f7
2022-08-12T06:18:35.080Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : def8ce0d-a219-4113-8576-cc8e3ac07986
2022-08-12T06:18:35.081Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0
2022-08-12T06:18:35.090Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:18:35.187Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|INFO|500||Invoke
2022-08-12T06:18:35.188Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d54834a2-e735-4ec8-9c8f-7e2ef4d03f81], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3c9355a-4d54-46af-a52e-6bb59be5a885], X-ECOMP-RequestID=[d54834a2-e735-4ec8-9c8f-7e2ef4d03f81], X-TransactionId=[], X-ONAP-RequestID=[d54834a2-e735-4ec8-9c8f-7e2ef4d03f81], Content-Type=[application/merge-patch+json]}
2022-08-12T06:18:35.237Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-12T06:18:35.491Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?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/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220812-06:18:34:622-73342], vertex-id=[249912], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:18:34 GMT], Content-Type=[application/json]}
2022-08-12T06:18:35.492Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:18:35.492Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|INFO|500||InvokeReturn
2022-08-12T06:18:35.493Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:18:35.495Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-12T06:18:35.502Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-12T06:18:35.503Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:18:35.504Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:18:35.504Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:35.507Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:35.508Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285115503,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:18:35.610Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:18:35.611Z||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-12T06:18:35.613Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:35.635Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:35.636Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-12T06:18:36.526Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:18:36.527Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-12T06:18:36.527Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:37.163Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:37.164Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:18:37.165Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bf63d8f-dca3-444c-b72c-5d3a99818cce","serviceName":"vFW 2022-08-12 06-17-10","serviceVersion":"1.0","serviceUUID":"c594b48e-cb75-4f35-865a-d7ba4a893b16","serviceDescription":"catalog service description","serviceInvariantUUID":"e4cbafed-9b1e-4452-be55-8db383a28e15","resources":[{"resourceInstanceName":"vFW 2c18e8c4-7784 0","resourceName":"vFW 2c18e8c4-7784","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7b51130-650b-4d5d-9dc7-590f2468a48c","resourceInvariantUUID":"51848ee3-f605-4bda-aba4-974a74d481b0","resourceCustomizationUUID":"1195d79a-f356-4b95-ac2d-8f110781a5b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmODQxZGZiNWI2YWFjODk2Y2YxOGNiMmE4ZDg3MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cdf1e42-402a-465f-8be3-50c3f8b6d228","artifactVersion":"1"},{"artifactName":"vfw2c18e8c477840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json","artifactChecksum":"MDUwNzc5N2NkMTI0ZWE3MmFhNGY1ZTcxNjY5N2RmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbc450f1-2735-40d3-a397-431bf0819831","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa687d34-b233-4b1d-9cfb-3926f8721204","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml","artifactChecksum":"YzAyYzE2ZjdlODgwYzljNTc2MDQ4NTRjNTkxMGZjOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a377ac7e-c6c8-48a7-ae91-26603bb44ef2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5524b8ea-c373-4a0b-b158-ce149ea6ce08","artifactVersion":"2","generatedFromUUID":"fa687d34-b233-4b1d-9cfb-3926f8721204"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220812061710-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml","artifactChecksum":"YWZkNzBhNThhNjVmMzFlYjg2MmI3NzVmMmZjODkzZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7faebbf5-1f63-41f9-8f59-299873d0d12f","artifactVersion":"1"},{"artifactName":"service-Vfw20220812061710-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar","artifactChecksum":"OTY0MmIzYzcyZTlmODQ0ODgzNmVhZDk0ZWE5NmMzNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6af3c294-f034-4b98-b7ff-1c180302e57f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:18:37.172Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:37.173Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:37.178Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:37.184Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:18:37.277Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-12T06:18:37.279Z||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-12T06:18:37.279Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:37.295Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:37.296Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:38.187Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:38.188Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:38.199Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:38.200Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
"status": "NOTIFIED"
}
2022-08-12T06:18:38.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:18:38.298Z||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-12T06:18:38.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:38.332Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:38.332Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:39.201Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:39.202Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:39.204Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:39.205Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T06:18:39.309Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-12T06:18:39.310Z||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-12T06:18:39.310Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:39.332Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:39.333Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:40.205Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:40.206Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:40.213Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:40.213Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:18:40.316Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:18:40.317Z||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-12T06:18:40.317Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:40.341Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:40.342Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:41.215Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:41.216Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:41.227Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:41.228Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T06:18:41.328Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:18:41.330Z||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-12T06:18:41.330Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:41.365Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:41.366Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:42.229Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:42.230Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:42.233Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:42.233Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T06:18:42.333Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:18:42.335Z||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-12T06:18:42.335Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:42.351Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:42.352Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:43.236Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:43.236Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:43.244Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:43.245Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285116526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T06:18:43.341Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:18:43.342Z||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-12T06:18:43.342Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:43.359Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:43.359Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:44.248Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"serviceName": "vFW 2022-08-12 06-17-10",
"serviceVersion": "1.0",
"serviceUUID": "c594b48e-cb75-4f35-865a-d7ba4a893b16",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e4cbafed-9b1e-4452-be55-8db383a28e15",
"resources": [
{
"resourceInstanceName": "vFW 2c18e8c4-7784 0",
"resourceCustomizationUUID": "1195d79a-f356-4b95-ac2d-8f110781a5b1",
"resourceName": "vFW 2c18e8c4-7784",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f7b51130-650b-4d5d-9dc7-590f2468a48c",
"resourceInvariantUUID": "51848ee3-f605-4bda-aba4-974a74d481b0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2c18e8c477840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
"artifactChecksum": "MDUwNzc5N2NkMTI0ZWE3MmFhNGY1ZTcxNjY5N2RmNWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cbc450f1-2735-40d3-a397-431bf0819831",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fa687d34-b233-4b1d-9cfb-3926f8721204",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5524b8ea-c373-4a0b-b158-ce149ea6ce08",
"generatedFromUUID": "fa687d34-b233-4b1d-9cfb-3926f8721204"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5524b8ea-c373-4a0b-b158-ce149ea6ce08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220812061710-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
"artifactChecksum": "OTY0MmIzYzcyZTlmODQ0ODgzNmVhZDk0ZWE5NmMzNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6af3c294-f034-4b98-b7ff-1c180302e57f"
}
],
"workloadContext": "Production"
}
2022-08-12T06:18:44.249Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:18:44.249Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c594b48e-cb75-4f35-865a-d7ba4a893b16 ASDC
2022-08-12T06:18:44.249Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7bf63d8f-dca3-444c-b72c-5d3a99818cce
ServiceName:vFW 2022-08-12 06-17-10
ServiceVersion:1.0
ServiceUUID:c594b48e-cb75-4f35-865a-d7ba4a893b16
ServiceInvariantUUID:e4cbafed-9b1e-4452-be55-8db383a28e15
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220812061710-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
ArtifactUUID:6af3c294-f034-4b98-b7ff-1c180302e57f
ArtifactChecksum:OTY0MmIzYzcyZTlmODQ0ODgzNmVhZDk0ZWE5NmMzNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2c18e8c4-7784 0
ResourceCustomizationUUID:1195d79a-f356-4b95-ac2d-8f110781a5b1
ResourceInvariantUUID:51848ee3-f605-4bda-aba4-974a74d481b0
ResourceName:vFW 2c18e8c4-7784
ResourceType:VF
ResourceUUID:f7b51130-650b-4d5d-9dc7-590f2468a48c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2c18e8c477840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
ArtifactUUID:cbc450f1-2735-40d3-a397-431bf0819831
ArtifactChecksum:MDUwNzc5N2NkMTI0ZWE3MmFhNGY1ZTcxNjY5N2RmNWE=
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/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
ArtifactUUID:fa687d34-b233-4b1d-9cfb-3926f8721204
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/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
ArtifactUUID:5524b8ea-c373-4a0b-b158-ce149ea6ce08
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/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
ArtifactUUID:5524b8ea-c373-4a0b-b158-ce149ea6ce08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-12T06:18:44.250Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c594b48e-cb75-4f35-865a-d7ba4a893b16 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-12T06:18:44.336Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:18:44.337Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:18:44.337Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:18:44.338Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6af3c294-f034-4b98-b7ff-1c180302e57f from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:44.338Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:44.338Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:44.517Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:44.527Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar 6af3c294-f034-4b98-b7ff-1c180302e57f 100608
2022-08-12T06:18:44.528Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar ASDC sendASDCNotification
2022-08-12T06:18:44.528Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:44.528Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:44.529Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:44.531Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:44.531Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285124528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:44.645Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-08-12T06:18:44.646Z||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-12T06:18:44.647Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:44.666Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:44.669Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:45.532Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:18:45.533Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:18:45.533Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6af3c294-f034-4b98-b7ff-1c180302e57f, URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar to file: /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.534Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.534Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.535Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.864Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14169149682191055097/Definitions/service-Vfw20220812061710-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-12T06:18:49.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2c18e8c4-7784 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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.374Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.374Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:18:49.374Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:18:49.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b9ce5e8a-73cb-46eb-8885-7794c5c4f92f
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d349b64-ed6e-45ae-b420-df6e5c19cb6b
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:49.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd8c99bb-ff43-411d-9c5f-a44cf75e8dc5
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-12 06-17-10
Description:catalog service description
Model UUID:c594b48e-cb75-4f35-865a-d7ba4a893b16
Model Version:NULL
Model InvariantUuid:e4cbafed-9b1e-4452-be55-8db383a28e15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2c18e8c4-7784
Model UUID:00236964-22cf-429c-9d3e-02def6603fda
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51848ee3-f605-4bda-aba4-974a74d481b0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1195d79a-f356-4b95-ac2d-8f110781a5b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4245e97f-b883-499c-aafc-7ca4e2eea114
ModelName:Vfw2c18e8c47784..base_vfw..module-0
ModelUuid:02e1d752-cbbe-4756-b5f1-23c5c525aa20
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b9ce5e8a-73cb-46eb-8885-7794c5c4f92f
ModelInvariantUuid:1508dabf-16e1-49bd-aad3-40657807c8d2
ModelName:vFW 2c18e8c4-7784-nodes.vfwCvfc
ModelUuid:da66470c-4557-4382-931a-bfa7b9601107
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:175b496b-de47-4103-8abe-0eb602f0bb31
ModelInvariantUuid:c6d9b137-1c3f-478c-951a-a765af1d3994
ModelName:Vfw2c18e8c47784.compute.nodes.heat.vfw
ModelUuid:3bff3a75-ef20-4d22-bf7c-c0ba4a60f2f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d349b64-ed6e-45ae-b420-df6e5c19cb6b
ModelInvariantUuid:607e812d-6b7a-4924-b19f-21b1a311214f
ModelName:vFW 2c18e8c4-7784-nodes.vsnCvfc
ModelUuid:09a888d7-07ef-49bc-8b78-48a39f6c1b90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6ffc3279-56c2-41bb-aeda-b3869138cbd1
ModelInvariantUuid:79699b88-154f-49f1-bfee-87c52925a8e0
ModelName:Vfw2c18e8c47784.compute.nodes.heat.vsn
ModelUuid:02d89eeb-38e4-4445-80a2-a07b873a7bfb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd8c99bb-ff43-411d-9c5f-a44cf75e8dc5
ModelInvariantUuid:926b49d7-a4c6-445e-8dbf-b3e3fb4466e6
ModelName:vFW 2c18e8c4-7784-nodes.vpgCvfc
ModelUuid:b31d3afc-1fb4-4c74-9bde-b2bcff910dfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a5ddcc75-141c-488a-b3e7-107232f615d6
ModelInvariantUuid:4ae76839-1baa-4aea-a2c7-e05b89c5ca96
ModelName:Vfw2c18e8c47784.compute.nodes.heat.vpg
ModelUuid:709ccc25-34ac-484c-ace1-b929c996163f
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-12T06:18:49.409Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f7b51130-650b-4d5d-9dc7-590f2468a48c
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-12T06:18:49.416Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||vFW 2c18e8c4-7784 0
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7b51130-650b-4d5d-9dc7-590f2468a48c
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cbc450f1-2735-40d3-a397-431bf0819831 from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:49.529Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json cbc450f1-2735-40d3-a397-431bf0819831 785
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json ASDC sendASDCNotification
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:49.531Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:49.538Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:49.538Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285129530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:49.638Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:18:49.640Z||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-12T06:18:49.641Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:49.682Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:49.682Z||pool-43-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:50.539Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2c18e8c47784..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4245e97f-b883-499c-aafc-7ca4e2eea114",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "02e1d752-cbbe-4756-b5f1-23c5c525aa20",
"vfModuleModelCustomizationUUID": "c102d9c7-28a8-4ceb-9563-6e7fb6ab9277",
"isBase": true,
"artifacts": [
"fa687d34-b233-4b1d-9cfb-3926f8721204",
"5524b8ea-c373-4a0b-b158-ce149ea6ce08"
],
"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-12T06:18:50.547Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c18e8c47784..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02e1d752-cbbe-4756-b5f1-23c5c525aa20
VfModuleModelInvariantUUID:4245e97f-b883-499c-aafc-7ca4e2eea114
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa687d34-b233-4b1d-9cfb-3926f8721204
,
5524b8ea-c373-4a0b-b158-ce149ea6ce08
}
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-12T06:18:50.553Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2c18e8c47784..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4245e97f-b883-499c-aafc-7ca4e2eea114",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "02e1d752-cbbe-4756-b5f1-23c5c525aa20",
"vfModuleModelCustomizationUUID": "c102d9c7-28a8-4ceb-9563-6e7fb6ab9277",
"isBase": true,
"artifacts": [
"fa687d34-b233-4b1d-9cfb-3926f8721204",
"5524b8ea-c373-4a0b-b158-ce149ea6ce08"
],
"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-12T06:18:50.553Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c18e8c47784..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02e1d752-cbbe-4756-b5f1-23c5c525aa20
VfModuleModelInvariantUUID:4245e97f-b883-499c-aafc-7ca4e2eea114
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa687d34-b233-4b1d-9cfb-3926f8721204
,
5524b8ea-c373-4a0b-b158-ce149ea6ce08
}
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-12T06:18:50.554Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa687d34-b233-4b1d-9cfb-3926f8721204 from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:50.554Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:50.554Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:50.628Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:50.630Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml fa687d34-b233-4b1d-9cfb-3926f8721204 20368
2022-08-12T06:18:50.630Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:18:50.630Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:50.631Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:50.631Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:50.635Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:50.637Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285130630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:50.735Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:18:50.736Z||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-12T06:18:50.736Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:50.750Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:50.750Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:51.637Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5524b8ea-c373-4a0b-b158-ce149ea6ce08 from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:51.638Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:51.639Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:51.705Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:51.706Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env 5524b8ea-c373-4a0b-b158-ce149ea6ce08 2098
2022-08-12T06:18:51.706Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:18:51.707Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:51.707Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:51.707Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:51.712Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:51.713Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660285131706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T06:18:51.812Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:18:51.813Z||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-12T06:18:51.813Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:51.832Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T06:18:51.836Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:52.713Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c594b48e-cb75-4f35-865a-d7ba4a893b16
2022-08-12T06:18:52.714Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2c18e8c4-7784 0 f7b51130-650b-4d5d-9dc7-590f2468a48c 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-12T06:18:52.747Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47fbb657, org.onap.sdc.toscaparser.api.parameters.Input@1c5f7f5b, org.onap.sdc.toscaparser.api.parameters.Input@719860ac, org.onap.sdc.toscaparser.api.parameters.Input@48caecb4, org.onap.sdc.toscaparser.api.parameters.Input@5219a2f4]
2022-08-12T06:18:52.749Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1195d79a-f356-4b95-ac2d-8f110781a5b1
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1195d79a-f356-4b95-ac2d-8f110781a5b1 matches Tosca VF Customization UUID: 1195d79a-f356-4b95-ac2d-8f110781a5b1
2022-08-12T06:18:52.751Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1195d79a-f356-4b95-ac2d-8f110781a5b1 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-12T06:18:52.759Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.759Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.760Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1195d79a-f356-4b95-ac2d-8f110781a5b1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:18:52.760Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18c4d25a
2022-08-12T06:18:52.760Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.761Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:18:52.761Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c102d9c7-28a8-4ceb-9563-6e7fb6ab9277
2022-08-12T06:18:52.761Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c102d9c7-28a8-4ceb-9563-6e7fb6ab9277
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-12T06:18:52.765Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.765Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.765Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.766Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.766Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.766Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:18:52.768Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:52.771Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:52.771Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:52.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b9ce5e8a-73cb-46eb-8885-7794c5c4f92f
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-12T06:18:52.777Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T06:18:52.778Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.778Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.778Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery