By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-26T05:19:25.977Z||main|||||INFO|500||The following profiles are active: basic
2022-03-26T05:19:40.119Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-26T05:19:40.123Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-26T05:19:40.322Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-26T05:19:45.775Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-26T05:19:46.371Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-26T05:19:47.012Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-26T05:19:47.022Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-26T05:19:47.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-26T05:19:47.468Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-26T05:19:48.215Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-26T05:19:49.993Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-26T05:19:52.754Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-26T05:19:52.814Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-26T05:19:53.407Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-26T05:19:53.553Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-26T05:19:54.960Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-26T05:19:56.065Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-26T05:19:56.082Z||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$$47a94641.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-26T05:19:56.084Z||main|||||WARN|500||The sdc end point is not alive
2022-03-26T05:19:59.281Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-26T05:20:02.651Z||main|||||WARN|500||---
2022-03-26T05:20:02.653Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-26T05:20:02.654Z||main|||||WARN|500||---
2022-03-26T05:20:03.144Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-26T05:20:09.446Z||main|||||INFO|500||Started Application in 46.997 seconds (JVM running for 48.994)
2022-03-26T05:20:09.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-26T05:20:09.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-26T05:20:09.474Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-26T05:20:09.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-26T05:20:09.554Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8dfeba37-dea5-494e-b65d-45418c452929 url= /sdc/v1/artifactTypes
2022-03-26T05:20:09.555Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-26T05:20:09.837Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-26T05:20:09.865Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-26T05:20:09.889Z||scheduling-1|||||DEBUG|500||create keys
2022-03-26T05:20:09.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-26T05:20:09.940Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:20:09.958Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 43f36276-442f-4e39-b448-bd3944169f30 url= /sdc/v1/registerForDistribution
2022-03-26T05:20:10.128Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 43f36276-442f-4e39-b448-bd3944169f30 url= /sdc/v1/registerForDistribution
2022-03-26T05:20:10.129Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-26T05:20:10.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:20:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:20:10.148Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-26T05:20:10.150Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:20:10.150Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:20:10.151Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:20:10.152Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:20:20.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:20:20.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:21:10.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:21:10.138Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:21:10.138Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:21:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:21:10.141Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:21:10.142Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:21:19.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:21:19.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:22:10.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:22:10.139Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:22:10.140Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:22:10.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:22:10.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:22:10.141Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:22:19.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:22:19.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:23:10.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:23:10.140Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:23:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:23:10.140Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:23:10.140Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:23:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:23:19.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:23:19.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:24:10.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:24:10.139Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:24:10.139Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:24:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:24:10.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:24:10.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:24:19.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:24:19.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:25:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:25:10.139Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:25:10.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:25:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:25:10.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:25:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:25:19.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:25:19.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:26:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:26:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:26:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:26:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:26:10.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:26:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:26:19.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:26:19.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:27:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:27:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:27:10.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:27:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:27:10.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:27:10.142Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:27:19.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:27:19.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:28:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:28:10.139Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:28:10.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:28:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:28:10.140Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:28:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:28:19.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:28:19.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:29:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:29:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:29:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:29:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:29:10.140Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:29:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:29:19.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:29:19.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:30:05.750Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-26T05:30:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:30:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:30:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:30:10.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:30:10.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:30:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:30:19.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:30:19.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:31:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:31:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:31:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:31:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:31:10.140Z||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-03-26T05:31:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:31:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:31:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:32:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:32:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:32:10.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:32:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:32:10.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:32:10.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:32:19.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:32:19.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:33:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:33:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:33:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:33:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:33:10.140Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:33:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:33:19.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:33:19.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:34:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:34:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:34:10.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:34:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:34:10.140Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:34:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:34:19.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:34:19.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:35:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:35:10.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:35:10.138Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:35:10.141Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:35:10.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:35:10.142Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:35:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:35:19.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:36:10.138Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:36:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:36:10.140Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:36:10.140Z||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-03-26T05:36:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:36:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:36:19.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:36:19.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:37:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:37:10.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:37:10.138Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:37:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:37:10.140Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:37:10.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:37:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:37:19.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:38:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:38:10.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:38:10.139Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:38:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:38:10.140Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:38:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:38:19.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:38:19.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:39:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:39:10.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:39:10.138Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:39:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:39:10.140Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:39:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:39:19.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:39:19.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:40:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:40:10.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:40:10.139Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:40:10.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:40:10.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:40:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:40:19.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:40:19.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:41:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:41:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:41:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:41:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:41:10.140Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:41:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:41:19.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:41:19.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:42:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:42:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:42:10.139Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:42:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:42:10.140Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:42:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:42:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:42:19.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:43:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:43:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:43:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:43:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:43:10.140Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:43:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:43:19.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:43:19.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:44:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:44:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:44:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:44:10.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:44:10.140Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:44:10.140Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:44:19.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:44:19.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:45:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:45:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:45:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:45:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:45:10.140Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:45:10.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:45:19.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:45:19.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:46:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:46:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:46:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:46:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:46:10.140Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:46:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:46:19.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:46:19.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:47:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:47:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:47:10.140Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:47:10.140Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:47:10.141Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:47:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:47:19.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:47:19.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:48:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:48:10.139Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:48:10.139Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:48:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:48:10.140Z||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-03-26T05:48:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:48:19.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:48:19.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:49:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:49:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:49:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:49:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:49:10.141Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:49:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:49:19.703Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:49:19.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:50:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:50:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:50:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:50:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:50:10.140Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:50:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:50:19.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:50:19.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:51:10.138Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:51:10.138Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:51:10.140Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:51:10.140Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:10.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:10.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648273860705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273858629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273854058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273861536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:51:10.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273870215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:51:10.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:51:10.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273869634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:51:10.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:51:10.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-26T05:51:10.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:10.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T05:51:10.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"750215cc-f212-4992-88dd-5a689867a99b","serviceName":"vFW 2022-03-26 05-49-12","serviceVersion":"1.0","serviceUUID":"0e626a16-627f-4a76-b876-fc5ba53f8a4f","serviceDescription":"catalog service description","serviceInvariantUUID":"f143e741-1725-4482-91f9-d2ce785ad0b8","resources":[{"resourceInstanceName":"vFW bb586a25-1e0b 0","resourceName":"vFW bb586a25-1e0b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1db0c789-3170-43a1-bae2-25e99a171e9e","resourceInvariantUUID":"f45afe01-4a7c-49b1-bfcc-ad5ed2af3829","resourceCustomizationUUID":"31e480b3-caf1-4a8a-9753-fff8f1d1be74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml","artifactChecksum":"YWQzNjU4MzVmYmMzYTRjZGZjNzg5Y2Q5ZTU0YzlhN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14772570-6e24-4c9d-b925-c18353fb94b3","artifactVersion":"1"},{"artifactName":"vfwbb586a251e0b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json","artifactChecksum":"NmUzMDdlNmRjNjU1MDI2YzYzNmVkZTc1NWM0OGE4MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5812c724-ebaf-4a70-8190-3ea14d615752","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47c4f563-d096-4d90-9aa3-c1e136bc46c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmJjY2YxNTFiYWQzYWNkM2EyNDIyZjRjZTJiMjJkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2840f60e-0398-4604-8e0a-fd1f272d52ab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4","artifactVersion":"2","generatedFromUUID":"47c4f563-d096-4d90-9aa3-c1e136bc46c9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326054912-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml","artifactChecksum":"MjJjZjg5ZDUwZmM1OWMwNTVlZmQ0NGY0N2FhOWUzN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30908a7e-3a56-4ea8-aad3-91882b52ab9f","artifactVersion":"1"},{"artifactName":"service-Vfw20220326054912-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar","artifactChecksum":"ODMyY2UxZDg0OGJmMzQyYjU4ZWFhMjg4NWJkNWM2NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db167f32-91ba-47e2-9fd8-3f42d2d2cd54","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T05:51:10.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:10.787Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:10.798Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:10.798Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:10.898Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-26T05:51:10.902Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:10.903Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:10.914Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:10.915Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:11.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:11.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:11.807Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:11.807Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:51:11.907Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:11.908Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:11.908Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:11.920Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:11.921Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:12.808Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:12.809Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:12.811Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:12.812Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:51:12.912Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:12.913Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:12.914Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:12.930Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:12.931Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:13.812Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:13.813Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:13.816Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:13.816Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:13.916Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:13.917Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:13.919Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:13.940Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:13.941Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:14.816Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:14.817Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:14.819Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:14.820Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T05:51:14.920Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:14.921Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:14.921Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:14.938Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:14.939Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:15.820Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:15.821Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:15.824Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:15.824Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:51:15.925Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:51:15.926Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:15.926Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:15.940Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:15.941Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:16.825Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:51:16.826Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:16.829Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:16.829Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:51:16.929Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:16.931Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:16.931Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:16.943Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:16.943Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:17.833Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"serviceName": "vFW 2022-03-26 05-49-12",
"serviceVersion": "1.0",
"serviceUUID": "0e626a16-627f-4a76-b876-fc5ba53f8a4f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f143e741-1725-4482-91f9-d2ce785ad0b8",
"resources": [
{
"resourceInstanceName": "vFW bb586a25-1e0b 0",
"resourceCustomizationUUID": "31e480b3-caf1-4a8a-9753-fff8f1d1be74",
"resourceName": "vFW bb586a25-1e0b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1db0c789-3170-43a1-bae2-25e99a171e9e",
"resourceInvariantUUID": "f45afe01-4a7c-49b1-bfcc-ad5ed2af3829",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbb586a251e0b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"artifactChecksum": "NmUzMDdlNmRjNjU1MDI2YzYzNmVkZTc1NWM0OGE4MDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5812c724-ebaf-4a70-8190-3ea14d615752",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "47c4f563-d096-4d90-9aa3-c1e136bc46c9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4",
"generatedFromUUID": "47c4f563-d096-4d90-9aa3-c1e136bc46c9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220326054912-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"artifactChecksum": "ODMyY2UxZDg0OGJmMzQyYjU4ZWFhMjg4NWJkNWM2NWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db167f32-91ba-47e2-9fd8-3f42d2d2cd54"
}
],
"workloadContext": "Production"
}
2022-03-26T05:51:17.834Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T05:51:17.835Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e626a16-627f-4a76-b876-fc5ba53f8a4f ASDC
2022-03-26T05:51:17.971Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:750215cc-f212-4992-88dd-5a689867a99b
ServiceName:vFW 2022-03-26 05-49-12
ServiceVersion:1.0
ServiceUUID:0e626a16-627f-4a76-b876-fc5ba53f8a4f
ServiceInvariantUUID:f143e741-1725-4482-91f9-d2ce785ad0b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220326054912-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar
ArtifactUUID:db167f32-91ba-47e2-9fd8-3f42d2d2cd54
ArtifactChecksum:ODMyY2UxZDg0OGJmMzQyYjU4ZWFhMjg4NWJkNWM2NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bb586a25-1e0b 0
ResourceCustomizationUUID:31e480b3-caf1-4a8a-9753-fff8f1d1be74
ResourceInvariantUUID:f45afe01-4a7c-49b1-bfcc-ad5ed2af3829
ResourceName:vFW bb586a25-1e0b
ResourceType:VF
ResourceUUID:1db0c789-3170-43a1-bae2-25e99a171e9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbb586a251e0b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json
ArtifactUUID:5812c724-ebaf-4a70-8190-3ea14d615752
ArtifactChecksum:NmUzMDdlNmRjNjU1MDI2YzYzNmVkZTc1NWM0OGE4MDQ=
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/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml
ArtifactUUID:47c4f563-d096-4d90-9aa3-c1e136bc46c9
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/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env
ArtifactUUID:b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4
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/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env
ArtifactUUID:b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-26T05:51:17.972Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e626a16-627f-4a76-b876-fc5ba53f8a4f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:51:18.229Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T05:51:18.230Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-26T05:51:18.231Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-26T05:51:18.231Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: db167f32-91ba-47e2-9fd8-3f42d2d2cd54 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:18.231Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-26T05:51:18.233Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:18.528Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-26T05:51:18.559Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar db167f32-91ba-47e2-9fd8-3f42d2d2cd54 98928
2022-03-26T05:51:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar ASDC sendASDCNotification
2022-03-26T05:51:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:18.563Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:51:18.564Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:18.566Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:18.567Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273878559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:51:18.667Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:18.668Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:18.668Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:18.679Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:18.680Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:51:19.567Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T05:51:19.568Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-26T05:51:19.569Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: db167f32-91ba-47e2-9fd8-3f42d2d2cd54, URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar to file: /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:19.570Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326054912-csar.csar
2022-03-26T05:51:19.670Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:19.670Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:20.482Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13614121698986805864/Definitions/service-Vfw20220326054912-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-26T05:51:23.842Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T05:51:23.849Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-26T05:51:23.849Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.852Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.852Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bb586a25-1e0b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.852Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar
2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-26T05:51:23.862Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.864Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.868Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:23.869Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-26T05:51:23.870Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T05:51:23.872Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.872Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.873Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:23.873Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-26T05:51:23.873Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T05:51:23.874Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.874Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:51:23.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:23.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:51:23.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:51:23.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:51:23.883Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.883Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:51:23.883Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T05:51:23.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T05:51:23.886Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.886Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:23.887Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:23.887Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.888Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:23.888Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:23.888Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.889Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:23.889Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:23.889Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.890Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:23.890Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:23.890Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T05:51:23.891Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:23.891Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:51:23.891Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:51:23.892Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.892Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.892Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=389da2f4-31d5-4e4d-8df5-f3419bfbbbd8
2022-03-26T05:51:23.894Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.894Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:23.895Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:23.895Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:51:23.895Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:23.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T05:51:23.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:51:23.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:51:23.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a3e945d5-d342-4cd0-a131-6205681b6174
2022-03-26T05:51:23.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:23.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:23.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:51:23.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:51:23.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:23.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:51:23.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:51:23.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:23.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:23.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T05:51:23.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c410dea-54be-442f-9e3b-91194c1bf795
2022-03-26T05:51:23.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.905Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.905Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.905Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.906Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.906Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.906Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:23.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:23.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-26 05-49-12
Description:catalog service description
Model UUID:0e626a16-627f-4a76-b876-fc5ba53f8a4f
Model Version:NULL
Model InvariantUuid:f143e741-1725-4482-91f9-d2ce785ad0b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bb586a25-1e0b
Model UUID:cb01cb6c-b077-479a-8381-6a6a0b622036
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f45afe01-4a7c-49b1-bfcc-ad5ed2af3829
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:31e480b3-caf1-4a8a-9753-fff8f1d1be74
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7aa75409-ddc7-4231-861a-a4383fbaffac
ModelName:VfwBb586a251e0b..base_vfw..module-0
ModelUuid:07d1956e-ad98-4374-93e0-d19e7a1be005
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:389da2f4-31d5-4e4d-8df5-f3419bfbbbd8
ModelInvariantUuid:5ed21875-35c5-4801-a0b1-0369a90eff49
ModelName:vFW bb586a25-1e0b-nodes.vfwCvfc
ModelUuid:54d6532f-5e10-4408-862d-7e2c542cfce5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:072e29f3-687d-4bc7-9c2e-8f204c65d2fc
ModelInvariantUuid:8fb9e568-64e4-4901-9b47-192e8325fd3a
ModelName:VfwBb586a251e0b.compute.nodes.heat.vfw
ModelUuid:ffa361d1-a6b3-44d4-ab04-143561f0c254
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a3e945d5-d342-4cd0-a131-6205681b6174
ModelInvariantUuid:e8eab454-9552-40cf-8ea2-97e8dd3147d6
ModelName:vFW bb586a25-1e0b-nodes.vsnCvfc
ModelUuid:998919cd-f7ea-4d2f-817c-89930a2ff9fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:66ef66ac-bcdd-4f8c-a24f-9723b93e02b6
ModelInvariantUuid:eea2b51a-b8cd-44fb-907c-f649dddc90e9
ModelName:VfwBb586a251e0b.compute.nodes.heat.vsn
ModelUuid:1de58a46-e955-41ab-b936-02fa0ed352fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9c410dea-54be-442f-9e3b-91194c1bf795
ModelInvariantUuid:22c918b7-f69e-4872-ba98-af49475f898a
ModelName:vFW bb586a25-1e0b-nodes.vpgCvfc
ModelUuid:6273b1bf-a329-4a8e-9b7b-950ee306789d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a1437462-13d0-4a47-be02-7f5609e24eea
ModelInvariantUuid:ef4a9321-e4ee-4526-964d-f2f1c1635939
ModelName:VfwBb586a251e0b.compute.nodes.heat.vpg
ModelUuid:64e90b9e-4c14-4f1b-840b-d0bad4ad6d42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-26T05:51:23.933Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1db0c789-3170-43a1-bae2-25e99a171e9e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:51:24.038Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||vFW bb586a25-1e0b 0
2022-03-26T05:51:24.045Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1db0c789-3170-43a1-bae2-25e99a171e9e
2022-03-26T05:51:24.045Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5812c724-ebaf-4a70-8190-3ea14d615752 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json
2022-03-26T05:51:24.045Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-26T05:51:24.046Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json
2022-03-26T05:51:24.158Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-26T05:51:24.159Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json 5812c724-ebaf-4a70-8190-3ea14d615752 785
2022-03-26T05:51:24.159Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json ASDC sendASDCNotification
2022-03-26T05:51:24.159Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json
2022-03-26T05:51:24.160Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:51:24.160Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:24.163Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:24.164Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273884159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:51:24.264Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:24.264Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:24.265Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:24.277Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:24.278Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:25.165Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBb586a251e0b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7aa75409-ddc7-4231-861a-a4383fbaffac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "07d1956e-ad98-4374-93e0-d19e7a1be005",
"vfModuleModelCustomizationUUID": "65973ded-ff6c-48a4-b46b-6b93e2fe44b2",
"isBase": true,
"artifacts": [
"47c4f563-d096-4d90-9aa3-c1e136bc46c9",
"b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-26T05:51:25.180Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb586a251e0b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07d1956e-ad98-4374-93e0-d19e7a1be005
VfModuleModelInvariantUUID:7aa75409-ddc7-4231-861a-a4383fbaffac
VfModuleModelDescription:NULL
Artifacts UUID List:{
47c4f563-d096-4d90-9aa3-c1e136bc46c9
,
b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-26T05:51:25.204Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBb586a251e0b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7aa75409-ddc7-4231-861a-a4383fbaffac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "07d1956e-ad98-4374-93e0-d19e7a1be005",
"vfModuleModelCustomizationUUID": "65973ded-ff6c-48a4-b46b-6b93e2fe44b2",
"isBase": true,
"artifacts": [
"47c4f563-d096-4d90-9aa3-c1e136bc46c9",
"b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb586a251e0b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07d1956e-ad98-4374-93e0-d19e7a1be005
VfModuleModelInvariantUUID:7aa75409-ddc7-4231-861a-a4383fbaffac
VfModuleModelDescription:NULL
Artifacts UUID List:{
47c4f563-d096-4d90-9aa3-c1e136bc46c9
,
b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 47c4f563-d096-4d90-9aa3-c1e136bc46c9 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml
2022-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml
2022-03-26T05:51:25.451Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml 47c4f563-d096-4d90-9aa3-c1e136bc46c9 20368
2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml
2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:51:25.454Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:25.458Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:25.458Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273885453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:51:25.558Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:51:25.559Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:25.559Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:25.574Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:25.575Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:26.461Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env
2022-03-26T05:51:26.462Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-26T05:51:26.462Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env
2022-03-26T05:51:26.747Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-26T05:51:26.754Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 2098
2022-03-26T05:51:26.755Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T05:51:26.755Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env
2022-03-26T05:51:26.755Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:51:26.756Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:26.764Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:26.765Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273886755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:51:26.864Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:51:26.866Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:26.866Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:26.878Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:26.879Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:27.765Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e626a16-627f-4a76-b876-fc5ba53f8a4f
2022-03-26T05:51:27.767Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bb586a25-1e0b 0 1db0c789-3170-43a1-bae2-25e99a171e9e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:51:27.822Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53edfe81, org.onap.sdc.toscaparser.api.parameters.Input@5955aa6d, org.onap.sdc.toscaparser.api.parameters.Input@6e653f45, org.onap.sdc.toscaparser.api.parameters.Input@17bdab4b, org.onap.sdc.toscaparser.api.parameters.Input@2b1856cb]
2022-03-26T05:51:27.827Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.828Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.828Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-26T05:51:27.828Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 31e480b3-caf1-4a8a-9753-fff8f1d1be74
2022-03-26T05:51:27.829Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31e480b3-caf1-4a8a-9753-fff8f1d1be74 matches Tosca VF Customization UUID: 31e480b3-caf1-4a8a-9753-fff8f1d1be74
2022-03-26T05:51:27.829Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 31e480b3-caf1-4a8a-9753-fff8f1d1be74 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-26T05:51:27.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.854Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.856Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 31e480b3-caf1-4a8a-9753-fff8f1d1be74: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-26T05:51:27.857Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69ab7d36
2022-03-26T05:51:27.859Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.859Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T05:51:27.860Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65973ded-ff6c-48a4-b46b-6b93e2fe44b2
2022-03-26T05:51:27.863Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65973ded-ff6c-48a4-b46b-6b93e2fe44b2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-26T05:51:27.874Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.875Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:27.875Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:27.876Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.877Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:27.877Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:27.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:27.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:27.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T05:51:27.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:27.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:51:27.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:51:27.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:27.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:51:27.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:27.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:51:27.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=389da2f4-31d5-4e4d-8df5-f3419bfbbbd8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-26T05:51:27.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:27.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:27.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:27.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:27.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:51:27.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:27.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a3e945d5-d342-4cd0-a131-6205681b6174
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-26T05:51:27.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:27.908Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:27.911Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.911Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria
2022-03-26T05:51:27.912Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:51:27.912Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:51:27.912Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:51:27.914Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:51:27.914Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:51:27.914Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:51:27.915Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:51:27.915Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T05:51:27.915Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c410dea-54be-442f-9e3b-91194c1bf795
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-26T05:51:27.919Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.919Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:27.919Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:51:27.920Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.920Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria
2022-03-26T05:51:27.921Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=31e480b3-caf1-4a8a-9753-fff8f1d1be74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:51:27.923Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.923Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.924Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e626a16-627f-4a76-b876-fc5ba53f8a4f: vFW bb586a25-1e0b
2022-03-26T05:51:27.924Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.924Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.925Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.925Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.926Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.928Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.929Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.929Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.929Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:51:27.930Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:51:27.930Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-26 05-49-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:51:28.276Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bb586a25-1e0b 1db0c789-3170-43a1-bae2-25e99a171e9e 1 ASDC deployResourceStructure
2022-03-26T05:51:28.276Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json ASDC sendASDCNotification
2022-03-26T05:51:28.277Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json
2022-03-26T05:51:28.277Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:51:28.277Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:28.279Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:28.280Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273888276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T05:51:28.380Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:28.381Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:28.381Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:28.394Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:28.394Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:29.281Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T05:51:29.281Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml
2022-03-26T05:51:29.281Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:51:29.282Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:29.284Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:29.284Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273889281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-26T05:51:29.384Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:29.385Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:29.386Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:29.400Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:29.400Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:51:30.285Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T05:51:30.285Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env
2022-03-26T05:51:30.285Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:51:30.286Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:30.288Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:30.288Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273890285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-26T05:51:30.388Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:30.389Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:30.390Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:30.401Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:30.401Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:31.289Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar ASDC sendASDCNotification
2022-03-26T05:51:31.290Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar
2022-03-26T05:51:31.290Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:51:31.290Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:51:31.292Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:51:31.292Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273891289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:51:31.393Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:51:31.394Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:51:31.394Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:51:31.406Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:51:31.406Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:51:32.293Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:51:32.320Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:51:32.322Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:51:32.322Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T05:51:32.322Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T05:52:02.323Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:52:02.334Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:52:02.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:52:02.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T05:52:02.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T05:52:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:52:10.141Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:52:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:52:10.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:52:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:52:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:52:10.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:52:32.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:52:32.347Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:52:32.349Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:52:32.349Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T05:52:32.350Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T05:53:02.350Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:53:02.360Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:53:02.362Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:53:02.362Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T05:53:02.362Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T05:53:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:53:10.141Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:53:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:53:10.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:53:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:53:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:53:10.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:53:32.363Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:53:32.373Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:53:32.376Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:53:32.377Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T05:53:32.378Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T05:54:02.378Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:54:02.388Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:54:02.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:54:02.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T05:54:02.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T05:54:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:54:10.141Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:54:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:54:10.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:54:10.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273871418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "cds",
"timestamp": 1648273870659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:10.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b
2022-03-26T05:54:10.187Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273872715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273865320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273873812,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:10.207Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b
2022-03-26T05:54:10.207Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:54:10.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273873631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648273874817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273868515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273874640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273874509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "policy-id",
"timestamp": 1648273875645,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:10.226Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b
2022-03-26T05:54:10.227Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-26T05:54:10.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:54:10.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273870422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273876671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273875606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273870137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:54:10.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "clamp",
"timestamp": 1648273876612,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:10.250Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b
2022-03-26T05:54:10.250Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:54:10.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273878630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273878559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273884159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273885521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648273886527,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:10.267Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b
2022-03-26T05:54:10.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:54:10.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273885453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273886755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:54:10.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273888276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273889281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273890285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648273891289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273893440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:54:10.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:54:10.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T05:54:10.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "aai-ml",
"timestamp": 1648273894446,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:10.283Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b
2022-03-26T05:54:10.283Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:54:32.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:54:32.402Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:54:32.411Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T05:55:02.411Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-26T05:55:02.423Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 750215cc-f212-4992-88dd-5a689867a99b and serviceModelVersionId: 0e626a16-627f-4a76-b876-fc5ba53f8a4f
2022-03-26T05:55:02.424Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f143e741-1725-4482-91f9-d2ce785ad0b8
2022-03-26T05:55:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:55:10.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:55:10.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:10.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:10.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274011536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274008629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274014058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274024225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274018515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274025210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "cds",
"timestamp": 1648274025238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.220Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e
2022-03-26T05:55:10.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274020422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274026616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274026597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274020705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274027808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274028323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274028833,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.244Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e
2022-03-26T05:55:10.244Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274029837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274032782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274031525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274033787,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.265Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e
2022-03-26T05:55:10.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274033159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274026536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274033535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274034164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274034632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "clamp",
"timestamp": 1648274034539,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.282Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e
2022-03-26T05:55:10.282Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "policy-id",
"timestamp": 1648274035167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.295Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e
2022-03-26T05:55:10.296Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-26T05:55:10.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "cds",
"timestamp": 1648274035638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474
2022-03-26T05:55:10.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274039431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "aai-ml",
"timestamp": 1648274040437,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e
2022-03-26T05:55:10.338Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274034058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274041826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274042883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274025320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274043935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274043278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:10.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274044956,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.360Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474
2022-03-26T05:55:10.361Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:10.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274044282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648274045961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:10.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:55:10.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "policy-id",
"timestamp": 1648274045284,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:10.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474
2022-03-26T05:55:10.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-26T05:55:10.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274038629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:10.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "ves-openapi-manager",
"timestamp": 1648274040705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "aai-ml",
"timestamp": 1648274048515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "aai-ml",
"timestamp": 1648274048515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648274050421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:10.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T05:55:17.228Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0
2022-03-26T05:55:17.348Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T05:55:17.876Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|INFO|500||Invoke
2022-03-26T05:55:17.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[750215cc-f212-4992-88dd-5a689867a99b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de49e137-2afb-40e8-8b9e-e704ea1479ee], X-ECOMP-RequestID=[750215cc-f212-4992-88dd-5a689867a99b], X-TransactionId=[], X-ONAP-RequestID=[750215cc-f212-4992-88dd-5a689867a99b], Content-Type=[application/merge-patch+json]}
2022-03-26T05:55:18.005Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-26T05:55:18.555Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?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/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-05:55:19:304-58224], vertex-id=[155744], Content-Length=[0], Date=[Sat, 26 Mar 2022 05:55:19 GMT], Content-Type=[application/json]}
2022-03-26T05:55:18.557Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T05:55:18.558Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|INFO|500||InvokeReturn
2022-03-26T05:55:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T05:55:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:55:18.569Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T05:55:18.569Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 750215cc-f212-4992-88dd-5a689867a99b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T05:55:18.571Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T05:55:18.571Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:18.573Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:18.573Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "750215cc-f212-4992-88dd-5a689867a99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274118570,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T05:55:18.673Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:18.675Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:18.675Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:18.687Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:18.687Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T05:55:19.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:55:19.586Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:55:19.586Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:23.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:23.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T05:55:23.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a360271e-e55d-4443-9e40-2f59e298cf4e","serviceName":"vFW 2022-03-26 05-51-51","serviceVersion":"1.0","serviceUUID":"02ee42a9-866b-4efe-8b97-fab2bbc9d3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8","resources":[{"resourceInstanceName":"vFW fc7739c8-18e4 0","resourceName":"vFW fc7739c8-18e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbb50a95-62de-4663-9a75-1fd1ca0e19d5","resourceInvariantUUID":"8f180075-bbd9-463e-8ba4-969018b49edc","resourceCustomizationUUID":"5830746b-fbfd-4521-aa06-a9f3795ae69f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml","artifactChecksum":"OGNlM2RjNGE5OTE4ZDMwMTA3N2Q2YTkxOTM3YmI3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c307357-3bca-4b34-b050-fdfce88d54df","artifactVersion":"1"},{"artifactName":"vfwfc7739c818e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json","artifactChecksum":"NDE5OWZjNTNjZTI0NmIyYjhhYjRmODIzZDI4YTM4ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5e8d01f-52f7-4317-aab4-e0d772fac14b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72582aa1-ad8f-463f-85df-6da9d2d3de75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml","artifactChecksum":"NWJmZmFiMzhjY2YxNDU0MWJlNDBiMzM1NDI4OGFmNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78cc26b5-6f63-4ea9-8202-710adc7abb3e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00b39801-5adc-4f70-af2a-a4e54d31d8d7","artifactVersion":"2","generatedFromUUID":"72582aa1-ad8f-463f-85df-6da9d2d3de75"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326055151-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml","artifactChecksum":"NDI1NzdhMWFhNTczOWI5YmYzMGNlM2I1OTM5MTJlMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a46d12e6-5fac-40ef-9a8c-683fcaf98c0d","artifactVersion":"1"},{"artifactName":"service-Vfw20220326055151-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar","artifactChecksum":"ZjBiMGRjZjlmYTc2Y2IyYzcxMDUwZjI1YjQwNGNiZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"847fd2c7-f527-4150-b500-d2634b885aa9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T05:55:23.921Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:23.921Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:23.923Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:23.923Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:24.023Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:24.024Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:24.024Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:24.037Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:24.037Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:24.924Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:24.924Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:24.926Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:24.926Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:55:25.027Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:55:25.028Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:25.028Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:25.052Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:25.052Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:25.927Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:25.928Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:25.930Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:25.930Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:55:26.031Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T05:55:26.032Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:26.033Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:26.055Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:26.056Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:55:26.931Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:26.932Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:26.934Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:26.934Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:27.035Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:27.036Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:27.036Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:27.052Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:27.052Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:27.935Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:27.937Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:27.940Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:27.940Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T05:55:28.040Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:28.042Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:28.042Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:28.056Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:28.056Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:28.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:28.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:28.944Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:28.944Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:55:29.044Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:29.045Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:29.045Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:29.057Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:29.058Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:55:29.944Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:55:29.945Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:29.948Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:29.948Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:55:30.048Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:30.049Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:30.050Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:30.063Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:30.064Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:30.950Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"serviceName": "vFW 2022-03-26 05-51-51",
"serviceVersion": "1.0",
"serviceUUID": "02ee42a9-866b-4efe-8b97-fab2bbc9d3ce",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8",
"resources": [
{
"resourceInstanceName": "vFW fc7739c8-18e4 0",
"resourceCustomizationUUID": "5830746b-fbfd-4521-aa06-a9f3795ae69f",
"resourceName": "vFW fc7739c8-18e4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dbb50a95-62de-4663-9a75-1fd1ca0e19d5",
"resourceInvariantUUID": "8f180075-bbd9-463e-8ba4-969018b49edc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfc7739c818e40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"artifactChecksum": "NDE5OWZjNTNjZTI0NmIyYjhhYjRmODIzZDI4YTM4ODE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5e8d01f-52f7-4317-aab4-e0d772fac14b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "72582aa1-ad8f-463f-85df-6da9d2d3de75",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00b39801-5adc-4f70-af2a-a4e54d31d8d7",
"generatedFromUUID": "72582aa1-ad8f-463f-85df-6da9d2d3de75"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00b39801-5adc-4f70-af2a-a4e54d31d8d7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220326055151-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"artifactChecksum": "ZjBiMGRjZjlmYTc2Y2IyYzcxMDUwZjI1YjQwNGNiZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "847fd2c7-f527-4150-b500-d2634b885aa9"
}
],
"workloadContext": "Production"
}
2022-03-26T05:55:30.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T05:55:30.950Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce ASDC
2022-03-26T05:55:30.950Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a360271e-e55d-4443-9e40-2f59e298cf4e
ServiceName:vFW 2022-03-26 05-51-51
ServiceVersion:1.0
ServiceUUID:02ee42a9-866b-4efe-8b97-fab2bbc9d3ce
ServiceInvariantUUID:d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220326055151-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar
ArtifactUUID:847fd2c7-f527-4150-b500-d2634b885aa9
ArtifactChecksum:ZjBiMGRjZjlmYTc2Y2IyYzcxMDUwZjI1YjQwNGNiZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fc7739c8-18e4 0
ResourceCustomizationUUID:5830746b-fbfd-4521-aa06-a9f3795ae69f
ResourceInvariantUUID:8f180075-bbd9-463e-8ba4-969018b49edc
ResourceName:vFW fc7739c8-18e4
ResourceType:VF
ResourceUUID:dbb50a95-62de-4663-9a75-1fd1ca0e19d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfc7739c818e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json
ArtifactUUID:f5e8d01f-52f7-4317-aab4-e0d772fac14b
ArtifactChecksum:NDE5OWZjNTNjZTI0NmIyYjhhYjRmODIzZDI4YTM4ODE=
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/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml
ArtifactUUID:72582aa1-ad8f-463f-85df-6da9d2d3de75
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/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env
ArtifactUUID:00b39801-5adc-4f70-af2a-a4e54d31d8d7
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/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env
ArtifactUUID:00b39801-5adc-4f70-af2a-a4e54d31d8d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-26T05:55:30.951Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T05:55:30.980Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 847fd2c7-f527-4150-b500-d2634b885aa9 from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:31.084Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:55:31.088Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar 847fd2c7-f527-4150-b500-d2634b885aa9 98923
2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar ASDC sendASDCNotification
2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:31.091Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:31.091Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274131088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:31.191Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:31.192Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:31.192Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:31.204Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:31.204Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:32.092Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T05:55:32.093Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-26T05:55:32.093Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 847fd2c7-f527-4150-b500-d2634b885aa9, URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar to file: /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:32.094Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326055151-csar.csar
2022-03-26T05:55:32.095Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:32.095Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:32.352Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18433846016714522981/Definitions/service-Vfw20220326055151-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-26T05:55:34.419Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc7739c8-18e4 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31a3daa5-f7a2-4f69-9476-a8cd0d1dd6ea
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a5b2848-a4c7-4994-9dff-e7679eeb54cd
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bdc55e23-315c-4989-805d-f0e803e17eac
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-26 05-51-51
Description:catalog service description
Model UUID:02ee42a9-866b-4efe-8b97-fab2bbc9d3ce
Model Version:NULL
Model InvariantUuid:d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fc7739c8-18e4
Model UUID:fbc196d2-6351-44bd-9e10-3884ed61071c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8f180075-bbd9-463e-8ba4-969018b49edc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5830746b-fbfd-4521-aa06-a9f3795ae69f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3b7f1a52-85b4-491e-a993-9de244f55eed
ModelName:VfwFc7739c818e4..base_vfw..module-0
ModelUuid:3454ba04-bcea-4b22-a1f3-057dddb2289c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:31a3daa5-f7a2-4f69-9476-a8cd0d1dd6ea
ModelInvariantUuid:0cda9781-aefc-4e77-a6fe-f9eebfe03cad
ModelName:vFW fc7739c8-18e4-nodes.vfwCvfc
ModelUuid:1b578e8a-e81d-4079-a48c-6d6f4ff1c63b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:35dd9c2d-a417-4038-b64c-6bdc4da31f7c
ModelInvariantUuid:122f1ff9-a5f3-4fc7-890f-ef85dc4ca15e
ModelName:VfwFc7739c818e4.compute.nodes.heat.vfw
ModelUuid:7afa52b0-de5b-4af4-93a4-6b06fb40104a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6a5b2848-a4c7-4994-9dff-e7679eeb54cd
ModelInvariantUuid:97a0f415-7945-4e19-9711-21c978fac27b
ModelName:vFW fc7739c8-18e4-nodes.vsnCvfc
ModelUuid:b26bf7eb-0148-4a1c-9d30-7f6655a99bd2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:09b8e57e-92be-4997-88f5-34ffbabbc85d
ModelInvariantUuid:bc03e760-1199-4ba2-9564-302c01278523
ModelName:VfwFc7739c818e4.compute.nodes.heat.vsn
ModelUuid:44a59e3f-4d74-4ac6-880c-34c8f4b525a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bdc55e23-315c-4989-805d-f0e803e17eac
ModelInvariantUuid:f073ac6a-89ec-4477-8d01-cae0d7d6bc19
ModelName:vFW fc7739c8-18e4-nodes.vpgCvfc
ModelUuid:0f69a6dc-f671-40c5-be4f-0102b0bf3870
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0ec04def-9a29-4751-8f6e-6b9d57e13d39
ModelInvariantUuid:70e3c2f7-d738-44da-a556-c341c42b3d70
ModelName:VfwFc7739c818e4.compute.nodes.heat.vpg
ModelUuid:c283b64d-db3d-47b0-87f5-e9aacd2c209e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-26T05:55:34.442Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dbb50a95-62de-4663-9a75-1fd1ca0e19d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||vFW fc7739c8-18e4 0
2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbb50a95-62de-4663-9a75-1fd1ca0e19d5
2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5e8d01f-52f7-4317-aab4-e0d772fac14b from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json
2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:55:34.447Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json
2022-03-26T05:55:34.497Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json f5e8d01f-52f7-4317-aab4-e0d772fac14b 785
2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json ASDC sendASDCNotification
2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json
2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:55:34.499Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:34.501Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:34.501Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274134498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:34.601Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:34.602Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:34.602Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:34.613Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:34.613Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:35.501Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFc7739c818e4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3b7f1a52-85b4-491e-a993-9de244f55eed",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3454ba04-bcea-4b22-a1f3-057dddb2289c",
"vfModuleModelCustomizationUUID": "45d2e9a7-38b0-4b46-a9e6-7dafcb34561e",
"isBase": true,
"artifacts": [
"72582aa1-ad8f-463f-85df-6da9d2d3de75",
"00b39801-5adc-4f70-af2a-a4e54d31d8d7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-26T05:55:35.507Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc7739c818e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3454ba04-bcea-4b22-a1f3-057dddb2289c
VfModuleModelInvariantUUID:3b7f1a52-85b4-491e-a993-9de244f55eed
VfModuleModelDescription:NULL
Artifacts UUID List:{
72582aa1-ad8f-463f-85df-6da9d2d3de75
,
00b39801-5adc-4f70-af2a-a4e54d31d8d7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFc7739c818e4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3b7f1a52-85b4-491e-a993-9de244f55eed",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3454ba04-bcea-4b22-a1f3-057dddb2289c",
"vfModuleModelCustomizationUUID": "45d2e9a7-38b0-4b46-a9e6-7dafcb34561e",
"isBase": true,
"artifacts": [
"72582aa1-ad8f-463f-85df-6da9d2d3de75",
"00b39801-5adc-4f70-af2a-a4e54d31d8d7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc7739c818e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3454ba04-bcea-4b22-a1f3-057dddb2289c
VfModuleModelInvariantUUID:3b7f1a52-85b4-491e-a993-9de244f55eed
VfModuleModelDescription:NULL
Artifacts UUID List:{
72582aa1-ad8f-463f-85df-6da9d2d3de75
,
00b39801-5adc-4f70-af2a-a4e54d31d8d7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72582aa1-ad8f-463f-85df-6da9d2d3de75 from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml
2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml
2022-03-26T05:55:35.652Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml 72582aa1-ad8f-463f-85df-6da9d2d3de75 20368
2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml
2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:35.656Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:35.656Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274135653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:35.756Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:35.757Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:35.758Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:35.770Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:35.770Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:36.657Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00b39801-5adc-4f70-af2a-a4e54d31d8d7 from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env
2022-03-26T05:55:36.658Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:55:36.658Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env
2022-03-26T05:55:36.839Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env 00b39801-5adc-4f70-af2a-a4e54d31d8d7 2098
2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env
2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:36.842Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:36.842Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274136840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:55:36.943Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:36.944Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:36.944Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:36.955Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:36.955Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:55:37.843Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce
2022-03-26T05:55:37.844Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fc7739c8-18e4 0 dbb50a95-62de-4663-9a75-1fd1ca0e19d5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:55:37.862Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4efef22b, org.onap.sdc.toscaparser.api.parameters.Input@7c26e8c9, org.onap.sdc.toscaparser.api.parameters.Input@51c26a09, org.onap.sdc.toscaparser.api.parameters.Input@5e983e48, org.onap.sdc.toscaparser.api.parameters.Input@674ef01a]
2022-03-26T05:55:37.864Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.864Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5830746b-fbfd-4521-aa06-a9f3795ae69f
2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5830746b-fbfd-4521-aa06-a9f3795ae69f matches Tosca VF Customization UUID: 5830746b-fbfd-4521-aa06-a9f3795ae69f
2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5830746b-fbfd-4521-aa06-a9f3795ae69f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-26T05:55:37.868Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.868Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5830746b-fbfd-4521-aa06-a9f3795ae69f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@714090cd
2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T05:55:37.870Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45d2e9a7-38b0-4b46-a9e6-7dafcb34561e
2022-03-26T05:55:37.870Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45d2e9a7-38b0-4b46-a9e6-7dafcb34561e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:37.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:37.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T05:55:37.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:37.877Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:55:37.877Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:37.877Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:55:37.878Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.878Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31a3daa5-f7a2-4f69-9476-a8cd0d1dd6ea
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-26T05:55:37.880Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a5b2848-a4c7-4994-9dff-e7679eeb54cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-26T05:55:37.885Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:37.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:37.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria
2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bdc55e23-315c-4989-805d-f0e803e17eac
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-26T05:55:37.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:37.894Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:55:37.894Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria
2022-03-26T05:55:37.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=5830746b-fbfd-4521-aa06-a9f3795ae69f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:55:37.899Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.899Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.899Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce: vFW fc7739c8-18e4
2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.902Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:55:37.902Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:55:37.902Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-26 05-51-51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T05:55:38.067Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fc7739c8-18e4 dbb50a95-62de-4663-9a75-1fd1ca0e19d5 1 ASDC deployResourceStructure
2022-03-26T05:55:38.067Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json ASDC sendASDCNotification
2022-03-26T05:55:38.068Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json
2022-03-26T05:55:38.068Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:55:38.068Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:38.070Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:38.070Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274138067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:38.170Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:38.171Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:38.171Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:38.182Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:38.182Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:39.071Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T05:55:39.072Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml
2022-03-26T05:55:39.072Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:55:39.072Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:39.074Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:39.074Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274139071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:39.174Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:55:39.175Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:39.176Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:39.187Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:39.187Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:40.075Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T05:55:40.076Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env
2022-03-26T05:55:40.076Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:55:40.076Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:40.078Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:40.078Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274140075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:40.178Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:55:40.179Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:40.179Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:40.193Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:40.194Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:41.079Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar ASDC sendASDCNotification
2022-03-26T05:55:41.079Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar
2022-03-26T05:55:41.079Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T05:55:41.080Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:55:41.082Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:55:41.082Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274141078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T05:55:41.183Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:55:41.184Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:55:41.184Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:55:41.195Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:55:41.196Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:55:42.083Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a360271e-e55d-4443-9e40-2f59e298cf4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:55:42.093Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a360271e-e55d-4443-9e40-2f59e298cf4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T05:55:42.106Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T05:56:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T05:56:10.141Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T05:56:10.141Z||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 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:10.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:10.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-26T05:56:10.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "clamp",
"timestamp": 1648274049530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:56:10.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T05:56:12.106Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a360271e-e55d-4443-9e40-2f59e298cf4e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-26T05:56:12.113Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a360271e-e55d-4443-9e40-2f59e298cf4e and serviceModelVersionId: 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce
2022-03-26T05:56:12.113Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8
2022-03-26T05:56:12.114Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0
2022-03-26T05:56:12.118Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T05:56:12.171Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-26T05:56:12.172Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0|INFO|500||Invoke
2022-03-26T05:56:12.200Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-26T05:56:12.826Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0|INFO|500||InvokeReturn
2022-03-26T05:56:12.826Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-05:56:13:502-42366], vertex-id=[204888], Content-Length=[0], Date=[Sat, 26 Mar 2022 05:56:13 GMT], Content-Type=[application/json]}
2022-03-26T05:56:12.827Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-26T05:56:12.828Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T05:56:12.828Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:56:12.832Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T05:56:12.832Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a360271e-e55d-4443-9e40-2f59e298cf4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T05:56:12.832Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T05:56:12.833Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:12.835Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:12.835Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274172832,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T05:56:12.935Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:12.936Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:12.936Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:12.951Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:12.951Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T05:56:13.847Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T05:56:13.847Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b411648-1ecc-470c-9ca0-93cd8dab9474","serviceName":"basic_onboard_PnxnHH","serviceVersion":"1.0","serviceUUID":"76ec0515-965d-4a55-b158-41eb594764a3","serviceDescription":"service","serviceInvariantUUID":"f9a7451d-4d09-4405-b4bb-ce46b97b6f2d","resources":[{"resourceInstanceName":"basic_onboard_PnxnHH 0","resourceName":"basic_onboard_PnxnHH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d0c4ba1-6965-4523-ac1c-105f448ab420","resourceInvariantUUID":"051dcb1a-5471-440b-a1f7-aa5843b81d31","resourceCustomizationUUID":"15f49352-0e4f-47c3-aec4-7c62991de12d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml","artifactChecksum":"NTU2NjZiMzEzNTk4ZjA2MzMyYmY2NGVkYjkzNzczYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b06b2ee-e6d3-4bf1-90cf-81af98c8b55e","artifactVersion":"1"},{"artifactName":"basic_onboard_pnxnhh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json","artifactChecksum":"ZmFiMDg2NWVlMjFlNzAyYzZlOWRmMjliN2ViMDczZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7eb9c90-a857-4899-bf47-86195b6438c3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c056e599-fd68-4cb6-a078-f7a3cadf9b55","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"998c2aec-6122-463a-a542-3bb901028d9d","artifactVersion":"2","generatedFromUUID":"45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPnxnhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml","artifactChecksum":"NzkyYjQ2M2ViZGY2M2M2NGMyMTE5NjMwYjAyOTIwZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"162e6667-0d69-4b8f-8baa-8c4003a5535e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPnxnhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar","artifactChecksum":"NjZkMDAwMTlhNWI3MGY0OTUyMmRjYTA2YTNjZmU1Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"099c8f32-fd22-41b4-b41c-6cb977b50f2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T05:56:13.848Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:13.849Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:13.851Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:13.868Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:56:13.952Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-03-26T05:56:13.953Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:13.953Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:13.965Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:13.965Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:14.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:14.870Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:14.872Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:14.872Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T05:56:14.972Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:14.973Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:14.973Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:14.986Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:14.987Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:15.872Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:15.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:15.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:15.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T05:56:15.976Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:15.977Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:15.977Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:15.992Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:15.992Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:56:16.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:16.878Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:16.880Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:16.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:56:16.981Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T05:56:16.982Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:16.982Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:16.995Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:16.996Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:17.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:17.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:17.885Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:17.885Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-26T05:56:17.985Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:17.986Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:17.986Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:18.001Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:18.001Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:18.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:18.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:18.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:18.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T05:56:18.989Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:18.990Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:18.990Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:19.002Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:19.003Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:19.890Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T05:56:19.891Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:19.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:19.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274119585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T05:56:19.993Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:19.994Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:19.994Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:20.007Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:20.007Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-26T05:56:20.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"serviceName": "basic_onboard_PnxnHH",
"serviceVersion": "1.0",
"serviceUUID": "76ec0515-965d-4a55-b158-41eb594764a3",
"serviceDescription": "service",
"serviceInvariantUUID": "f9a7451d-4d09-4405-b4bb-ce46b97b6f2d",
"resources": [
{
"resourceInstanceName": "basic_onboard_PnxnHH 0",
"resourceCustomizationUUID": "15f49352-0e4f-47c3-aec4-7c62991de12d",
"resourceName": "basic_onboard_PnxnHH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2d0c4ba1-6965-4523-ac1c-105f448ab420",
"resourceInvariantUUID": "051dcb1a-5471-440b-a1f7-aa5843b81d31",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pnxnhh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"artifactChecksum": "ZmFiMDg2NWVlMjFlNzAyYzZlOWRmMjliN2ViMDczZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7eb9c90-a857-4899-bf47-86195b6438c3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "998c2aec-6122-463a-a542-3bb901028d9d",
"generatedFromUUID": "45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "998c2aec-6122-463a-a542-3bb901028d9d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPnxnhh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"artifactChecksum": "NjZkMDAwMTlhNWI3MGY0OTUyMmRjYTA2YTNjZmU1Mjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "099c8f32-fd22-41b4-b41c-6cb977b50f2c"
}
],
"workloadContext": "Production"
}
2022-03-26T05:56:20.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T05:56:20.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76ec0515-965d-4a55-b158-41eb594764a3 ASDC
2022-03-26T05:56:20.896Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2b411648-1ecc-470c-9ca0-93cd8dab9474
ServiceName:basic_onboard_PnxnHH
ServiceVersion:1.0
ServiceUUID:76ec0515-965d-4a55-b158-41eb594764a3
ServiceInvariantUUID:f9a7451d-4d09-4405-b4bb-ce46b97b6f2d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPnxnhh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar
ArtifactUUID:099c8f32-fd22-41b4-b41c-6cb977b50f2c
ArtifactChecksum:NjZkMDAwMTlhNWI3MGY0OTUyMmRjYTA2YTNjZmU1Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PnxnHH 0
ResourceCustomizationUUID:15f49352-0e4f-47c3-aec4-7c62991de12d
ResourceInvariantUUID:051dcb1a-5471-440b-a1f7-aa5843b81d31
ResourceName:basic_onboard_PnxnHH
ResourceType:VF
ResourceUUID:2d0c4ba1-6965-4523-ac1c-105f448ab420
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pnxnhh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json
ArtifactUUID:b7eb9c90-a857-4899-bf47-86195b6438c3
ArtifactChecksum:ZmFiMDg2NWVlMjFlNzAyYzZlOWRmMjliN2ViMDczZGU=
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/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57
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/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env
ArtifactUUID:998c2aec-6122-463a-a542-3bb901028d9d
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/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env
ArtifactUUID:998c2aec-6122-463a-a542-3bb901028d9d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-26T05:56:20.896Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76ec0515-965d-4a55-b158-41eb594764a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T05:56:20.948Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 099c8f32-fd22-41b4-b41c-6cb977b50f2c from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:56:20.950Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:21.155Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:56:21.158Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar 099c8f32-fd22-41b4-b41c-6cb977b50f2c 71583
2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar ASDC sendASDCNotification
2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:21.161Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:21.161Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274181159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:56:21.262Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:21.263Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:21.263Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:21.275Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:21.275Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:22.162Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T05:56:22.163Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-26T05:56:22.164Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 099c8f32-fd22-41b4-b41c-6cb977b50f2c, URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar to file: /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:22.164Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:22.164Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:22.165Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:22.298Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10527484415601064438/Definitions/service-BasicOnboardPnxnhh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-26T05:56:23.570Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T05:56:23.570Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-26T05:56:23.570Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PnxnHH 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria
2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria
2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T05:56:23.575Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.575Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.575Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.576Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is not matching search criteria
2022-03-26T05:56:23.576Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-26T05:56:23.576Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.578Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T05:56:23.578Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.578Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria
2022-03-26T05:56:23.579Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:56:23.579Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.579Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria
2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria
2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is not matching search criteria
2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a736905a-e669-4e36-a0f3-35ac65970ad2
2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:23.584Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:23.584Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PnxnHH
Description:service
Model UUID:76ec0515-965d-4a55-b158-41eb594764a3
Model Version:NULL
Model InvariantUuid:f9a7451d-4d09-4405-b4bb-ce46b97b6f2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PnxnHH
Model UUID:13294876-b81a-4eed-bd5d-560e4fce9658
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:051dcb1a-5471-440b-a1f7-aa5843b81d31
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:15f49352-0e4f-47c3-aec4-7c62991de12d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:12eebb27-e906-4378-b934-9c8018b228db
ModelName:BasicOnboardPnxnhh..base_ubuntu18..module-0
ModelUuid:039bf7bd-134d-4158-b69e-7e54b12e4e6a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a736905a-e669-4e36-a0f3-35ac65970ad2
ModelInvariantUuid:04e8d451-5d16-44c1-87e5-35c63a3fa5a7
ModelName:basic_onboard_PnxnHH-nodes.ubuntu18Cvfc
ModelUuid:31cccebe-4e73-4875-a1fd-fe2cfbd1e9d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ba51333d-67fd-4c42-b126-9a7fe49fb168
ModelInvariantUuid:29e4acc1-dc4f-4bb4-b319-28bdd53020e2
ModelName:BasicOnboardPnxnhh.compute.nodes.heat.ubuntu18
ModelUuid:94e8fff3-e66c-4ca2-9d97-7da80ff936ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-26T05:56:23.591Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d0c4ba1-6965-4523-ac1c-105f448ab420
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:56:23.593Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||basic_onboard_PnxnHH 0
2022-03-26T05:56:23.593Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d0c4ba1-6965-4523-ac1c-105f448ab420
2022-03-26T05:56:23.594Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b7eb9c90-a857-4899-bf47-86195b6438c3 from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json
2022-03-26T05:56:23.594Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:56:23.594Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json
2022-03-26T05:56:23.742Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:56:23.743Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json b7eb9c90-a857-4899-bf47-86195b6438c3 798
2022-03-26T05:56:23.743Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json ASDC sendASDCNotification
2022-03-26T05:56:23.743Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json
2022-03-26T05:56:23.744Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:56:23.744Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:23.746Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:23.746Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274183743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:56:23.846Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:23.847Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:23.848Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:23.866Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:23.866Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:24.747Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPnxnhh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "12eebb27-e906-4378-b934-9c8018b228db",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "039bf7bd-134d-4158-b69e-7e54b12e4e6a",
"vfModuleModelCustomizationUUID": "dd848c26-f447-42b2-b795-13bdf1dbf7e2",
"isBase": true,
"artifacts": [
"45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57",
"998c2aec-6122-463a-a542-3bb901028d9d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-26T05:56:24.751Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPnxnhh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:039bf7bd-134d-4158-b69e-7e54b12e4e6a
VfModuleModelInvariantUUID:12eebb27-e906-4378-b934-9c8018b228db
VfModuleModelDescription:NULL
Artifacts UUID List:{
45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57
,
998c2aec-6122-463a-a542-3bb901028d9d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-26T05:56:24.753Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPnxnhh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "12eebb27-e906-4378-b934-9c8018b228db",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "039bf7bd-134d-4158-b69e-7e54b12e4e6a",
"vfModuleModelCustomizationUUID": "dd848c26-f447-42b2-b795-13bdf1dbf7e2",
"isBase": true,
"artifacts": [
"45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57",
"998c2aec-6122-463a-a542-3bb901028d9d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPnxnhh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:039bf7bd-134d-4158-b69e-7e54b12e4e6a
VfModuleModelInvariantUUID:12eebb27-e906-4378-b934-9c8018b228db
VfModuleModelDescription:NULL
Artifacts UUID List:{
45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57
,
998c2aec-6122-463a-a542-3bb901028d9d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml
2022-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml
2022-03-26T05:56:25.041Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:56:25.042Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml 45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 5033
2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml
2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:25.046Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:25.046Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274185043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:56:25.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:25.147Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:25.147Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:25.165Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:25.166Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:26.046Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 998c2aec-6122-463a-a542-3bb901028d9d from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env
2022-03-26T05:56:26.047Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-26T05:56:26.047Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env
2022-03-26T05:56:26.239Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-26T05:56:26.240Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env 998c2aec-6122-463a-a542-3bb901028d9d 909
2022-03-26T05:56:26.240Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T05:56:26.241Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env
2022-03-26T05:56:26.241Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T05:56:26.241Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-26T05:56:26.243Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T05:56:26.244Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648274186240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T05:56:26.344Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T05:56:26.345Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T05:56:26.345Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ...
2022-03-26T05:56:26.367Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T05:56:26.368Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-26T05:56:27.244Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 76ec0515-965d-4a55-b158-41eb594764a3
2022-03-26T05:56:27.245Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PnxnHH 0 2d0c4ba1-6965-4523-ac1c-105f448ab420 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-26T05:56:27.262Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b51795a, org.onap.sdc.toscaparser.api.parameters.Input@39e48cd0, org.onap.sdc.toscaparser.api.parameters.Input@6db5c11d, org.onap.sdc.toscaparser.api.parameters.Input@2a0b10dd, org.onap.sdc.toscaparser.api.parameters.Input@5a60376f]
2022-03-26T05:56:27.264Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:27.264Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:27.264Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-26T05:56:27.265Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 15f49352-0e4f-47c3-aec4-7c62991de12d
2022-03-26T05:56:27.265Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15f49352-0e4f-47c3-aec4-7c62991de12d matches Tosca VF Customization UUID: 15f49352-0e4f-47c3-aec4-7c62991de12d
2022-03-26T05:56:27.265Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 15f49352-0e4f-47c3-aec4-7c62991de12d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-26T05:56:27.267Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:27.268Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 15f49352-0e4f-47c3-aec4-7c62991de12d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76fe4b81
2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T05:56:27.270Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd848c26-f447-42b2-b795-13bdf1dbf7e2
2022-03-26T05:56:27.270Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd848c26-f447-42b2-b795-13bdf1dbf7e2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-26T05:56:27.272Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery