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-25T05:23:44.521Z||main|||||INFO|500||The following profiles are active: basic
2022-03-25T05:23:56.356Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-25T05:23:56.357Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-25T05:23:56.470Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-25T05:24:00.677Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-25T05:24:01.133Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-25T05:24:01.674Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-25T05:24:01.679Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-25T05:24:01.801Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-25T05:24:02.027Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-25T05:24:02.656Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-25T05:24:04.458Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-25T05:24:06.905Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-25T05:24:06.964Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-25T05:24:07.792Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-25T05:24:07.936Z||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-25T05:24:09.307Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-25T05:24:10.447Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-25T05:24:10.473Z||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$$a1a3d335.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-25T05:24:10.474Z||main|||||WARN|500||The sdc end point is not alive
2022-03-25T05:24:13.597Z||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-25T05:24:16.723Z||main|||||WARN|500||---
2022-03-25T05:24:16.724Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-25T05:24:16.724Z||main|||||WARN|500||---
2022-03-25T05:24:17.178Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-25T05:24:22.370Z||main|||||INFO|500||Started Application in 41.331 seconds (JVM running for 43.215)
2022-03-25T05:24:22.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-25T05:24:22.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-25T05:24:22.416Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-25T05:24:22.450Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-25T05:24:22.525Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73eda0ab-0d2a-4d31-b325-88bd42821ace url= /sdc/v1/artifactTypes
2022-03-25T05:24:22.526Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-25T05:24:22.838Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-25T05:24:22.864Z||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-25T05:24:22.905Z||scheduling-1|||||DEBUG|500||create keys
2022-03-25T05:24:22.913Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-25T05:24:22.943Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:24:22.967Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a89b54a2-f5e8-47ee-bd4c-2b32a21160dd url= /sdc/v1/registerForDistribution
2022-03-25T05:24:23.164Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a89b54a2-f5e8-47ee-bd4c-2b32a21160dd url= /sdc/v1/registerForDistribution
2022-03-25T05:24:23.169Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-25T05:24:23.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:24:23.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:24:23.207Z||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-25T05:24:23.208Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:24:23.209Z||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-25T05:24:23.209Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:24:23.213Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-25T05:24:33.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:24:33.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:25:23.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:25:23.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:25:23.189Z||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-25T05:25:23.189Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:25:23.198Z||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-25T05:25:23.212Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:25:32.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:25:32.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:26:23.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:26:23.181Z||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-25T05:26:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:26:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:26:23.187Z||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-25T05:26:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:26:32.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:26:32.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:27:23.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:27:23.185Z||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-25T05:27:23.185Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:27:23.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:27:23.195Z||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-25T05:27:23.195Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:27:32.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:27:32.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:28:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:28:23.181Z||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-25T05:28:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:28:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:28:23.187Z||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-25T05:28:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:28:32.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:28:32.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:29:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:29:23.181Z||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-25T05:29:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:29:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:29:23.187Z||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-25T05:29:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:29:32.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:29:32.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:30:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:30:23.181Z||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-25T05:30:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:30:23.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:30:23.188Z||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-25T05:30:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:30:32.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:30:32.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:31:23.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:31:23.181Z||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-25T05:31:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:31:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:31:23.188Z||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-25T05:31:23.189Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:31:32.737Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:31:32.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:32:23.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:32:23.181Z||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-25T05:32:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:32:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:32:23.187Z||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-25T05:32:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:32:32.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:32:32.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:33:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:33:23.181Z||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-25T05:33:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:33:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:33:23.187Z||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-25T05:33:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:33:32.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:33:32.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:34:11.991Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-25T05:34:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:34:23.181Z||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-25T05:34:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:34:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:34:23.188Z||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-25T05:34:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:34:32.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:34:32.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:35:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:35:23.181Z||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-25T05:35:23.182Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:35:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:35:23.189Z||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-25T05:35:23.189Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:35:32.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:35:32.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:36:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:36:23.184Z||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-25T05:36:23.184Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:36:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:36:23.188Z||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-25T05:36:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:36:32.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:36:32.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:37:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:37:23.181Z||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-25T05:37:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:37:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:37:23.188Z||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-25T05:37:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:37:32.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:37:32.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:38:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:38:23.181Z||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-25T05:38:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:38:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:38:23.188Z||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-25T05:38:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:38:32.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:38:32.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:39:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:39:23.181Z||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-25T05:39:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:39:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:39:23.187Z||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-25T05:39:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:39:32.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:39:32.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:40:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:40:23.181Z||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-25T05:40:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:40:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:40:23.188Z||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-25T05:40:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:40:32.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:40:32.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:41:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:41:23.181Z||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-25T05:41:23.182Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:41:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:41:23.188Z||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-25T05:41:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:41:32.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:41:32.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:42:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:42:23.181Z||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-25T05:42:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:42:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:42:23.187Z||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-25T05:42:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:42:32.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:42:32.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:43:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:43:23.181Z||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-25T05:43:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:43:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:43:23.187Z||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-25T05:43:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:43:32.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:43:32.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:44:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:44:23.180Z||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-25T05:44:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:44:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:44:23.187Z||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-25T05:44:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:44:32.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:44:32.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:45:23.180Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:45:23.184Z||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-25T05:45:23.184Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:45:23.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:45:23.188Z||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-25T05:45:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:45:32.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:45:32.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:46:23.180Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:46:23.181Z||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-25T05:46:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:46:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:46:23.187Z||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-25T05:46:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:46:32.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:46:32.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:47:23.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:47:23.180Z||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-25T05:47:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:47:23.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:47:23.187Z||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-25T05:47:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:47:32.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:47:32.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:48:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:48:23.181Z||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-25T05:48:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:48:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:48:23.188Z||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-25T05:48:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:48:32.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:48:32.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:49:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:49:23.180Z||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-25T05:49:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:49:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:49:23.188Z||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-25T05:49:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:49:32.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:49:32.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:50:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:50:23.180Z||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-25T05:50:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:50:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:50:23.188Z||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-25T05:50:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:50:32.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:50:32.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:51:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:51:23.181Z||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-25T05:51:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:51:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:51:23.187Z||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-25T05:51:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:51:32.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:51:32.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:52:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:52:23.181Z||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-25T05:52:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:52:23.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:52:23.187Z||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-25T05:52:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:52:32.737Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:52:32.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:53:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:53:23.181Z||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-25T05:53:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:53:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:53:23.187Z||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-25T05:53:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:53:32.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:53:32.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:54:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:54:23.181Z||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-25T05:54:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:54:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:54:23.188Z||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-25T05:54:23.189Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:54:32.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:54:32.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:55:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:55:23.181Z||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-25T05:55:23.182Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:55:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:55:23.187Z||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-25T05:55:23.187Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:55:32.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:55:32.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:56:23.180Z||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-25T05:56:23.181Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:56:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:56:23.188Z||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-25T05:56:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:56:29.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:29.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-25T05:56:29.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d818971b-11fe-4b9d-808d-be014c352516","serviceName":"basic_onboard_BuAyCb","serviceVersion":"1.0","serviceUUID":"d84cebc8-4604-4964-9d21-b051a8d97004","serviceDescription":"service","serviceInvariantUUID":"1b590e3b-8e67-450b-b004-96761f030926","resources":[{"resourceInstanceName":"basic_onboard_BuAyCb 0","resourceName":"basic_onboard_BuAyCb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b9b214e-e2ed-4ad5-8381-603f442b7280","resourceInvariantUUID":"57dfcee5-196b-40db-9863-84e7b7a09714","resourceCustomizationUUID":"61d70289-2567-4f7e-a3be-1e58e74c6851","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml","artifactChecksum":"ZmI4NTJiMDJiMjhiYjVjNzg0YWVhOTk0MzM4MTU3YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1af31411-e9f8-40eb-8c9d-c0b7abb79d4a","artifactVersion":"1"},{"artifactName":"basic_onboard_buaycb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json","artifactChecksum":"Yzk2MjE5ZTliZTQxMjZkY2FkNTY3OGI0MWNiYzI5NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c733870e-da68-4ca1-86dc-309e182d340b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d635e64f-2204-432e-a23e-e5995cf06902","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"acec24d3-a671-44d0-bede-5942f6277f77","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e6d8aad4-3b23-4283-9872-a22f971d0079","artifactVersion":"2","generatedFromUUID":"d635e64f-2204-432e-a23e-e5995cf06902"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBuaycb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml","artifactChecksum":"NzA4MWQ4MjA4NzdlMmZmNWIwMWE5NWI4MDViNGI0OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1489eb7d-9309-459a-81be-b1ecc99b9432","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBuaycb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar","artifactChecksum":"NmQxYjgzZTE5N2RmN2RhYmVkOWRjNTliNGM2NDVlM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25182778-ec4b-41f7-8818-ed365c0c7a5d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T05:56:29.937Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:29.943Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:29.954Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:29.954Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:56:30.055Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-25T05:56:30.060Z||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-25T05:56:30.060Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:30.079Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:30.081Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":9,"count":1}
2022-03-25T05:56:30.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:30.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:56:30.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:56:30.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:56:30.963Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:30.963Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:30.965Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:30.965Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T05:56:31.066Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:31.067Z||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-25T05:56:31.067Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:31.085Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:31.086Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:31.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:31.968Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:31.970Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:31.971Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T05:56:32.071Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:32.072Z||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-25T05:56:32.072Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:32.086Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:32.086Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:32.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:32.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:32.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:32.974Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:56:33.074Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:33.075Z||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-25T05:56:33.076Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:33.101Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:33.102Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:33.975Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:33.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:33.978Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:33.978Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T05:56:34.078Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:34.079Z||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-25T05:56:34.080Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:34.094Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:34.095Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:34.979Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:34.979Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:34.982Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:34.982Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:56:35.082Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:35.083Z||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-25T05:56:35.083Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:35.103Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:35.104Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:35.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T05:56:35.984Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:35.986Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:35.986Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:56:36.086Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:36.088Z||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-25T05:56:36.088Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:36.104Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:36.106Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:36.988Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"serviceName": "basic_onboard_BuAyCb",
"serviceVersion": "1.0",
"serviceUUID": "d84cebc8-4604-4964-9d21-b051a8d97004",
"serviceDescription": "service",
"serviceInvariantUUID": "1b590e3b-8e67-450b-b004-96761f030926",
"resources": [
{
"resourceInstanceName": "basic_onboard_BuAyCb 0",
"resourceCustomizationUUID": "61d70289-2567-4f7e-a3be-1e58e74c6851",
"resourceName": "basic_onboard_BuAyCb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2b9b214e-e2ed-4ad5-8381-603f442b7280",
"resourceInvariantUUID": "57dfcee5-196b-40db-9863-84e7b7a09714",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_buaycb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"artifactChecksum": "Yzk2MjE5ZTliZTQxMjZkY2FkNTY3OGI0MWNiYzI5NjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c733870e-da68-4ca1-86dc-309e182d340b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d635e64f-2204-432e-a23e-e5995cf06902",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e6d8aad4-3b23-4283-9872-a22f971d0079",
"generatedFromUUID": "d635e64f-2204-432e-a23e-e5995cf06902"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e6d8aad4-3b23-4283-9872-a22f971d0079",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBuaycb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"artifactChecksum": "NmQxYjgzZTE5N2RmN2RhYmVkOWRjNTliNGM2NDVlM2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25182778-ec4b-41f7-8818-ed365c0c7a5d"
}
],
"workloadContext": "Production"
}
2022-03-25T05:56:36.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T05:56:36.990Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d84cebc8-4604-4964-9d21-b051a8d97004 ASDC
2022-03-25T05:56:37.095Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d818971b-11fe-4b9d-808d-be014c352516
ServiceName:basic_onboard_BuAyCb
ServiceVersion:1.0
ServiceUUID:d84cebc8-4604-4964-9d21-b051a8d97004
ServiceInvariantUUID:1b590e3b-8e67-450b-b004-96761f030926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBuaycb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar
ArtifactUUID:25182778-ec4b-41f7-8818-ed365c0c7a5d
ArtifactChecksum:NmQxYjgzZTE5N2RmN2RhYmVkOWRjNTliNGM2NDVlM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BuAyCb 0
ResourceCustomizationUUID:61d70289-2567-4f7e-a3be-1e58e74c6851
ResourceInvariantUUID:57dfcee5-196b-40db-9863-84e7b7a09714
ResourceName:basic_onboard_BuAyCb
ResourceType:VF
ResourceUUID:2b9b214e-e2ed-4ad5-8381-603f442b7280
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_buaycb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json
ArtifactUUID:c733870e-da68-4ca1-86dc-309e182d340b
ArtifactChecksum:Yzk2MjE5ZTliZTQxMjZkY2FkNTY3OGI0MWNiYzI5NjE=
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/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d635e64f-2204-432e-a23e-e5995cf06902
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/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env
ArtifactUUID:e6d8aad4-3b23-4283-9872-a22f971d0079
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/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env
ArtifactUUID:e6d8aad4-3b23-4283-9872-a22f971d0079
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T05:56:37.095Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d84cebc8-4604-4964-9d21-b051a8d97004 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-25T05:56:37.311Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T05:56:37.312Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T05:56:37.313Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T05:56:37.313Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25182778-ec4b-41f7-8818-ed365c0c7a5d from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:37.313Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T05:56:37.316Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:37.897Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T05:56:37.912Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar 25182778-ec4b-41f7-8818-ed365c0c7a5d 71573
2022-03-25T05:56:37.914Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar ASDC sendASDCNotification
2022-03-25T05:56:37.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:37.917Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T05:56:37.918Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:37.920Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:37.921Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187797913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:56:38.024Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-25T05:56:38.026Z||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-25T05:56:38.026Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:38.036Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:38.037Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:38.921Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T05:56:38.922Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T05:56:38.923Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25182778-ec4b-41f7-8818-ed365c0c7a5d, URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar to file: /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:38.924Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:39.029Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:39.030Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:39.668Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9614988534351788644/Definitions/service-BasicOnboardBuaycb-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-25T05:56:41.767Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T05:56:41.772Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-25T05:56:41.772Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.775Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BuAyCb 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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.775Z|d818971b-11fe-4b9d-808d-be014c352516|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-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:41.775Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-25T05:56:41.782Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.783Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.787Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:41.787Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-25T05:56:41.789Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T05:56:41.790Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.790Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.792Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.795Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.795Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is not matching search criteria
2022-03-25T05:56:41.795Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T05:56:41.797Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.797Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T05:56:41.798Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.798Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:41.798Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T05:56:41.799Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.799Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:41.799Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is not matching search criteria
2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c05e6ceb-86d5-41a1-97be-7c653ec7fa34
2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:41.804Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_BuAyCb
Description:service
Model UUID:d84cebc8-4604-4964-9d21-b051a8d97004
Model Version:NULL
Model InvariantUuid:1b590e3b-8e67-450b-b004-96761f030926
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_BuAyCb
Model UUID:1d4ed511-0f60-4a03-8fed-0b88837b3d1a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57dfcee5-196b-40db-9863-84e7b7a09714
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:61d70289-2567-4f7e-a3be-1e58e74c6851
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:71358410-b114-423c-8afa-44cae7006884
ModelName:BasicOnboardBuaycb..base_ubuntu18..module-0
ModelUuid:a9713b00-246d-45df-bac8-515a0a4a9707
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c05e6ceb-86d5-41a1-97be-7c653ec7fa34
ModelInvariantUuid:038a5925-c928-4c6b-a1cf-a86e5f9a20ba
ModelName:basic_onboard_BuAyCb-nodes.ubuntu18Cvfc
ModelUuid:b92e155b-51be-4538-a25b-5482528de889
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:db9e4f0a-5f80-4626-8c08-a9c31949c12a
ModelInvariantUuid:a22e32d8-0808-435c-bfd6-ca4bb85fa186
ModelName:BasicOnboardBuaycb.compute.nodes.heat.ubuntu18
ModelUuid:5f1f0b20-ee6e-46c2-b45c-5321f3c08670
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-25T05:56:41.824Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b9b214e-e2ed-4ad5-8381-603f442b7280
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-25T05:56:41.921Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||basic_onboard_BuAyCb 0
2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b9b214e-e2ed-4ad5-8381-603f442b7280
2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c733870e-da68-4ca1-86dc-309e182d340b from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json
2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json
2022-03-25T05:56:42.181Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json c733870e-da68-4ca1-86dc-309e182d340b 798
2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json ASDC sendASDCNotification
2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json
2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T05:56:42.183Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:42.186Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:42.186Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187802182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:56:42.286Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:42.287Z||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-25T05:56:42.287Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:42.300Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:42.301Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:43.187Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBuaycb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71358410-b114-423c-8afa-44cae7006884",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a9713b00-246d-45df-bac8-515a0a4a9707",
"vfModuleModelCustomizationUUID": "2db303a7-9042-4bca-a07b-2a96d7c70240",
"isBase": true,
"artifacts": [
"d635e64f-2204-432e-a23e-e5995cf06902",
"e6d8aad4-3b23-4283-9872-a22f971d0079"
],
"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-25T05:56:43.201Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBuaycb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9713b00-246d-45df-bac8-515a0a4a9707
VfModuleModelInvariantUUID:71358410-b114-423c-8afa-44cae7006884
VfModuleModelDescription:NULL
Artifacts UUID List:{
d635e64f-2204-432e-a23e-e5995cf06902
,
e6d8aad4-3b23-4283-9872-a22f971d0079
}
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-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBuaycb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71358410-b114-423c-8afa-44cae7006884",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a9713b00-246d-45df-bac8-515a0a4a9707",
"vfModuleModelCustomizationUUID": "2db303a7-9042-4bca-a07b-2a96d7c70240",
"isBase": true,
"artifacts": [
"d635e64f-2204-432e-a23e-e5995cf06902",
"e6d8aad4-3b23-4283-9872-a22f971d0079"
],
"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-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBuaycb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9713b00-246d-45df-bac8-515a0a4a9707
VfModuleModelInvariantUUID:71358410-b114-423c-8afa-44cae7006884
VfModuleModelDescription:NULL
Artifacts UUID List:{
d635e64f-2204-432e-a23e-e5995cf06902
,
e6d8aad4-3b23-4283-9872-a22f971d0079
}
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-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d635e64f-2204-432e-a23e-e5995cf06902 from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml
2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml
2022-03-25T05:56:43.578Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T05:56:43.579Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml d635e64f-2204-432e-a23e-e5995cf06902 5033
2022-03-25T05:56:43.579Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-25T05:56:43.580Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml
2022-03-25T05:56:43.580Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T05:56:43.580Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:43.582Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:43.582Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187803579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:56:43.682Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:43.684Z||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-25T05:56:43.684Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:43.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:43.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:44.589Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6d8aad4-3b23-4283-9872-a22f971d0079 from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env
2022-03-25T05:56:44.589Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T05:56:44.590Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env
2022-03-25T05:56:44.867Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T05:56:44.868Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env e6d8aad4-3b23-4283-9872-a22f971d0079 909
2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env
2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:44.872Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:44.873Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187804869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:56:44.973Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:44.974Z||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-25T05:56:44.974Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:44.987Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:44.987Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:45.874Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d84cebc8-4604-4964-9d21-b051a8d97004
2022-03-25T05:56:45.874Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BuAyCb 0 2b9b214e-e2ed-4ad5-8381-603f442b7280 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-25T05:56:45.911Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d49ffb3, org.onap.sdc.toscaparser.api.parameters.Input@3d30006, org.onap.sdc.toscaparser.api.parameters.Input@5e82f0ac, org.onap.sdc.toscaparser.api.parameters.Input@7276b42a, org.onap.sdc.toscaparser.api.parameters.Input@3079b0]
2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 61d70289-2567-4f7e-a3be-1e58e74c6851
2022-03-25T05:56:45.916Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61d70289-2567-4f7e-a3be-1e58e74c6851 matches Tosca VF Customization UUID: 61d70289-2567-4f7e-a3be-1e58e74c6851
2022-03-25T05:56:45.916Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 61d70289-2567-4f7e-a3be-1e58e74c6851 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-25T05:56:45.922Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.922Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 61d70289-2567-4f7e-a3be-1e58e74c6851: {\"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-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f7bc504
2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T05:56:45.950Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2db303a7-9042-4bca-a07b-2a96d7c70240
2022-03-25T05:56:45.951Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2db303a7-9042-4bca-a07b-2a96d7c70240
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-25T05:56:45.957Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.958Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:45.958Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is not matching search criteria
2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-25T05:56:45.960Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T05:56:45.960Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c05e6ceb-86d5-41a1-97be-7c653ec7fa34
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-25T05:56:45.967Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.967Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:45.967Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T05:56:45.968Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.968Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria
2022-03-25T05:56:45.968Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=61d70289-2567-4f7e-a3be-1e58e74c6851
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-25T05:56:45.970Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.970Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.970Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d84cebc8-4604-4964-9d21-b051a8d97004: basic_onboard_BuAyCb
2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_BuAyCb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T05:56:46.120Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BuAyCb 2b9b214e-e2ed-4ad5-8381-603f442b7280 1 ASDC deployResourceStructure
2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json ASDC sendASDCNotification
2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json
2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:46.123Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:46.123Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187806121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T05:56:46.224Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:46.225Z||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-25T05:56:46.225Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:46.238Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:46.238Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-25T05:56:47.124Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-25T05:56:47.125Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml
2022-03-25T05:56:47.126Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T05:56:47.126Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:47.128Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:47.129Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187807124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T05:56:47.229Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:47.231Z||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-25T05:56:47.231Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:47.242Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:47.243Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:48.130Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-25T05:56:48.130Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env
2022-03-25T05:56:48.130Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T05:56:48.131Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:48.134Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:48.134Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187808130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-25T05:56:48.235Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T05:56:48.236Z||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-25T05:56:48.236Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:48.247Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:48.247Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:49.135Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar ASDC sendASDCNotification
2022-03-25T05:56:49.135Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar
2022-03-25T05:56:49.135Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T05:56:49.136Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T05:56:49.138Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T05:56:49.138Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187809135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T05:56:49.238Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T05:56:49.240Z||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-25T05:56:49.240Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T05:56:49.252Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:56:49.253Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T05:56:50.139Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:56:50.170Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:56:50.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:56:50.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T05:56:50.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T05:57:20.175Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:57:20.185Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:57:20.188Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:57:20.188Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T05:57:20.188Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T05:57:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:57:23.188Z||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-25T05:57:23.189Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:57:23.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:57:23.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:57:23.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:57:23.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:57:50.189Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:57:50.199Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:57:50.202Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:57:50.202Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T05:57:50.203Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T05:58:20.203Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:58:20.213Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:58:20.216Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:58:20.216Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T05:58:20.216Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T05:58:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:58:23.188Z||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-25T05:58:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:58:23.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:58:23.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:58:23.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:58:23.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:58:23.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:58:23.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:58:23.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:58:23.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:58:23.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:58:23.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:58:50.217Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:58:50.230Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:58:50.232Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:58:50.232Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T05:58:50.233Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T05:59:20.233Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:59:20.249Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:59:20.251Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:59:20.252Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T05:59:20.252Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T05:59:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T05:59:23.188Z||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-25T05:59:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T05:59:23.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T05:59:23.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187783179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187785810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187783256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187784404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187780947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187798855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187798307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187797913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187797742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "cds",
"timestamp": 1648187799325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-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-25T05:59:23.245Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516
2022-03-25T05:59:23.246Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 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-25T05:59:23.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187798750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187800127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187793836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "policy-id",
"timestamp": 1648187799755,
"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-25T05:59:23.261Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516
2022-03-25T05:59:23.262Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 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-25T05:59:23.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187801616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187802705,
"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-25T05:59:23.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516
2022-03-25T05:59:23.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 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-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187802182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187803710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187803579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T05:59:23.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187797574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187804869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187799074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187805681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187806121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187806923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187807124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187808130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648187809135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187810331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187811337,
"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-25T05:59:23.298Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516
2022-03-25T05:59:23.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 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-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187812616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T05:59:23.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187814642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "clamp",
"timestamp": 1648187815649,
"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-25T05:59:23.313Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516
2022-03-25T05:59:23.313Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 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-25T05:59:23.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187824043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T05:59:23.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T05:59:23.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-25T05:59:23.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "aai-ml",
"timestamp": 1648187825049,
"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-25T05:59:23.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516
2022-03-25T05:59:23.331Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 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-25T05:59:50.252Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:59:50.264Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516
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-25T05:59:50.269Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T05:59:50.270Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T05:59:50.270Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T05:59:50.271Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T05:59:50.271Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T05:59:50.272Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T05:59:50.272Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T05:59:50.273Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T05:59:50.273Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T05:59:50.274Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T05:59:50.274Z|d818971b-11fe-4b9d-808d-be014c352516|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-25T05:59:50.282Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T06:00:20.283Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 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-25T06:00:20.295Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d818971b-11fe-4b9d-808d-be014c352516 and serviceModelVersionId: d84cebc8-4604-4964-9d21-b051a8d97004
2022-03-25T06:00:20.295Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b590e3b-8e67-450b-b004-96761f030926
2022-03-25T06:00:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T06:00:23.188Z||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-25T06:00:23.188Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T06:00:23.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:23.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187889074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187887574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187888256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:23.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:00:35.550Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0
2022-03-25T06:00:35.666Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T06:00:36.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|INFO|500||Invoke
2022-03-25T06:00:36.181Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d818971b-11fe-4b9d-808d-be014c352516], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[238fb27d-6838-4e0b-8b75-438fe8981cd2], X-ECOMP-RequestID=[d818971b-11fe-4b9d-808d-be014c352516], X-TransactionId=[], X-ONAP-RequestID=[d818971b-11fe-4b9d-808d-be014c352516], Content-Type=[application/merge-patch+json]}
2022-03-25T06:00:36.299Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T06:00:36.663Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?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/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-06:00:36:341-82028], vertex-id=[340016], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:00:36 GMT], Content-Type=[application/json]}
2022-03-25T06:00:36.665Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-25T06:00:36.665Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|INFO|500||InvokeReturn
2022-03-25T06:00:36.669Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T06:00:36.670Z|d818971b-11fe-4b9d-808d-be014c352516|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-25T06:00:36.677Z|d818971b-11fe-4b9d-808d-be014c352516|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-25T06:00:36.678Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d818971b-11fe-4b9d-808d-be014c352516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T06:00:36.679Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T06:00:36.679Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:36.681Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:36.681Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d818971b-11fe-4b9d-808d-be014c352516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188036678,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T06:00:36.782Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:36.783Z||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-25T06:00:36.783Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:36.796Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:36.796Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-25T06:00:37.695Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T06:00:37.695Z|d818971b-11fe-4b9d-808d-be014c352516|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-25T06:00:37.695Z|d818971b-11fe-4b9d-808d-be014c352516|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 el6TLgIcns7v7BDr) ...
2022-03-25T06:00:42.084Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:42.085Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-25T06:00:42.085Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"35babf2c-1c0a-4a04-a09a-91397d262cba","serviceName":"vFW 2022-03-25 05-56-24","serviceVersion":"1.0","serviceUUID":"722f0eb8-3772-423f-afa8-d558f38ebcd0","serviceDescription":"catalog service description","serviceInvariantUUID":"103012e8-505b-41be-80ef-e54db341f9a0","resources":[{"resourceInstanceName":"vFW 71f3009e-18ff 0","resourceName":"vFW 71f3009e-18ff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cc84294-bd15-441d-8854-6aba36364553","resourceInvariantUUID":"cc17006a-7f8d-4a49-8c7c-f5acc54453f6","resourceCustomizationUUID":"8bb5e0ef-ec70-4324-af52-af6877649442","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml","artifactChecksum":"MmRhYWQyYmQ2NjQ2OTk3MzVhMjVmZGIyMTQ2NzUxYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5173cad-4dd1-408c-baaa-582933f5d0aa","artifactVersion":"1"},{"artifactName":"vfw71f3009e18ff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json","artifactChecksum":"MGY5MDYzZjRjNDlhODU1YzhlNjljNzVkNDMwYTg2MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ff32c26-e56b-41e0-b0fc-56dab4321f6a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"675ae3a0-4173-4327-84d8-24e0956d11e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJhY2IzM2E2ZWMxMjQ0OWNlNGZmMGNhZmQ1N2RhNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02abb179-f601-4e5d-8831-c6b3b316ceda","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34405c73-55b2-418e-ad2d-1a7c6b50cafd","artifactVersion":"2","generatedFromUUID":"675ae3a0-4173-4327-84d8-24e0956d11e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325055624-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml","artifactChecksum":"OTA3YmYxOThjZDE3MTM4NTYxMDYyNDRmNTU2NTBhOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"013b2f82-d9bc-4a00-a701-82d3bdb634d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220325055624-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar","artifactChecksum":"ZGUzMzMxNmEwMzhhMTEyNmI5OTFlMzYyY2M1YTViNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T06:00:42.087Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:42.088Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:42.089Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:42.090Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:42.190Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:42.191Z||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-25T06:00:42.191Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:42.208Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:42.209Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:43.090Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:43.091Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:43.093Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:43.093Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T06:00:43.193Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:43.195Z||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-25T06:00:43.195Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:43.205Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:43.206Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-25T06:00:44.094Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:44.095Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:44.098Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:44.098Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T06:00:44.198Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:44.199Z||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-25T06:00:44.199Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:44.210Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:44.210Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:45.099Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:45.100Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:45.102Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:45.102Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:45.203Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T06:00:45.204Z||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-25T06:00:45.204Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:45.218Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:45.218Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:46.103Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:46.104Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:46.106Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:46.106Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T06:00:46.206Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:46.207Z||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-25T06:00:46.207Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:46.223Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:46.224Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:47.106Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:47.107Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:47.110Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:47.110Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:00:47.210Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:47.211Z||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-25T06:00:47.211Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:47.223Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:47.223Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:48.111Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:00:48.112Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:48.114Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:48.114Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188037695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:00:48.214Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:48.216Z||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-25T06:00:48.216Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:48.227Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:48.227Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:49.116Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"serviceName": "vFW 2022-03-25 05-56-24",
"serviceVersion": "1.0",
"serviceUUID": "722f0eb8-3772-423f-afa8-d558f38ebcd0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "103012e8-505b-41be-80ef-e54db341f9a0",
"resources": [
{
"resourceInstanceName": "vFW 71f3009e-18ff 0",
"resourceCustomizationUUID": "8bb5e0ef-ec70-4324-af52-af6877649442",
"resourceName": "vFW 71f3009e-18ff",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2cc84294-bd15-441d-8854-6aba36364553",
"resourceInvariantUUID": "cc17006a-7f8d-4a49-8c7c-f5acc54453f6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw71f3009e18ff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"artifactChecksum": "MGY5MDYzZjRjNDlhODU1YzhlNjljNzVkNDMwYTg2MWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ff32c26-e56b-41e0-b0fc-56dab4321f6a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "675ae3a0-4173-4327-84d8-24e0956d11e0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34405c73-55b2-418e-ad2d-1a7c6b50cafd",
"generatedFromUUID": "675ae3a0-4173-4327-84d8-24e0956d11e0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34405c73-55b2-418e-ad2d-1a7c6b50cafd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220325055624-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"artifactChecksum": "ZGUzMzMxNmEwMzhhMTEyNmI5OTFlMzYyY2M1YTViNTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2"
}
],
"workloadContext": "Production"
}
2022-03-25T06:00:49.116Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T06:00:49.116Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 722f0eb8-3772-423f-afa8-d558f38ebcd0 ASDC
2022-03-25T06:00:49.116Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:35babf2c-1c0a-4a04-a09a-91397d262cba
ServiceName:vFW 2022-03-25 05-56-24
ServiceVersion:1.0
ServiceUUID:722f0eb8-3772-423f-afa8-d558f38ebcd0
ServiceInvariantUUID:103012e8-505b-41be-80ef-e54db341f9a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220325055624-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar
ArtifactUUID:5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2
ArtifactChecksum:ZGUzMzMxNmEwMzhhMTEyNmI5OTFlMzYyY2M1YTViNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 71f3009e-18ff 0
ResourceCustomizationUUID:8bb5e0ef-ec70-4324-af52-af6877649442
ResourceInvariantUUID:cc17006a-7f8d-4a49-8c7c-f5acc54453f6
ResourceName:vFW 71f3009e-18ff
ResourceType:VF
ResourceUUID:2cc84294-bd15-441d-8854-6aba36364553
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw71f3009e18ff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json
ArtifactUUID:8ff32c26-e56b-41e0-b0fc-56dab4321f6a
ArtifactChecksum:MGY5MDYzZjRjNDlhODU1YzhlNjljNzVkNDMwYTg2MWU=
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/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml
ArtifactUUID:675ae3a0-4173-4327-84d8-24e0956d11e0
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/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env
ArtifactUUID:34405c73-55b2-418e-ad2d-1a7c6b50cafd
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/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env
ArtifactUUID:34405c73-55b2-418e-ad2d-1a7c6b50cafd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T06:00:49.117Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 722f0eb8-3772-423f-afa8-d558f38ebcd0 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-25T06:00:49.142Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2 from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:49.252Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar 5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2 98929
2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar ASDC sendASDCNotification
2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:49.259Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:49.259Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188049257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:00:49.360Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T06:00:49.361Z||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-25T06:00:49.361Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:49.371Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:49.371Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:50.260Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T06:00:50.260Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T06:00:50.261Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2, URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar to file: /app/ASDC/1/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:50.261Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325055624-csar.csar
2022-03-25T06:00:50.262Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:50.262Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:50.433Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4256816368641760269/Definitions/service-Vfw20220325055624-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-25T06:00:52.565Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 71f3009e-18ff 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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-Vfw20220325055624-csar.csar
2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b9bc966-ce2c-4f28-8d28-b730248e1c8c
2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f73a8c7-cbc8-485f-aabc-30ecf849d39f
2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03f36782-4ec7-40b0-8d47-591e7f808a94
2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.584Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:52.584Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:52.584Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-25 05-56-24
Description:catalog service description
Model UUID:722f0eb8-3772-423f-afa8-d558f38ebcd0
Model Version:NULL
Model InvariantUuid:103012e8-505b-41be-80ef-e54db341f9a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 71f3009e-18ff
Model UUID:ba7d814c-babd-4871-82e5-0cf39db4ca1b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc17006a-7f8d-4a49-8c7c-f5acc54453f6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8bb5e0ef-ec70-4324-af52-af6877649442
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e0d509b0-f7cc-477a-8f79-4981561ed293
ModelName:Vfw71f3009e18ff..base_vfw..module-0
ModelUuid:0471503d-b888-43c3-a596-3f6838241ca4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9b9bc966-ce2c-4f28-8d28-b730248e1c8c
ModelInvariantUuid:20959fbc-8c38-4712-bdb0-a029e46f86ed
ModelName:vFW 71f3009e-18ff-nodes.vfwCvfc
ModelUuid:25f721e2-8237-4f01-87a8-f854692e9120
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1f9cbecf-bad6-402a-bddb-45f9c96af2b5
ModelInvariantUuid:7cd921b9-8000-4f1c-86a7-2bf8b0e7e41b
ModelName:Vfw71f3009e18ff.compute.nodes.heat.vfw
ModelUuid:0abecc0f-d036-4ebc-b737-055119af4b12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f73a8c7-cbc8-485f-aabc-30ecf849d39f
ModelInvariantUuid:bb575668-43f4-4dac-a1f3-57714599bdd8
ModelName:vFW 71f3009e-18ff-nodes.vsnCvfc
ModelUuid:0c94ca34-4848-49ee-a573-7028d87db3bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:13e03dbe-7a93-475f-a2b2-a8fdf90ee685
ModelInvariantUuid:bb3f2789-059b-4167-b87c-1985e402e3f2
ModelName:Vfw71f3009e18ff.compute.nodes.heat.vsn
ModelUuid:19a8e8f2-b0e5-4074-b939-1c8e60f0f243
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:03f36782-4ec7-40b0-8d47-591e7f808a94
ModelInvariantUuid:78267aee-92ab-43a3-8624-0203324dddc6
ModelName:vFW 71f3009e-18ff-nodes.vpgCvfc
ModelUuid:a6115414-e880-45e1-a3d3-67abdebb1f63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7aa71713-574c-4299-a83c-e9468d7a4a83
ModelInvariantUuid:f9991ae7-5268-4bec-ab5a-5c2f01765590
ModelName:Vfw71f3009e18ff.compute.nodes.heat.vpg
ModelUuid:72252b68-b4c0-4f4c-bee6-f32956c43862
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-25T06:00:52.593Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cc84294-bd15-441d-8854-6aba36364553
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-25T06:00:52.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||vFW 71f3009e-18ff 0
2022-03-25T06:00:52.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cc84294-bd15-441d-8854-6aba36364553
2022-03-25T06:00:52.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8ff32c26-e56b-41e0-b0fc-56dab4321f6a from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json
2022-03-25T06:00:52.598Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:00:52.598Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json
2022-03-25T06:00:53.196Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:00:53.197Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json 8ff32c26-e56b-41e0-b0fc-56dab4321f6a 785
2022-03-25T06:00:53.197Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json ASDC sendASDCNotification
2022-03-25T06:00:53.197Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json
2022-03-25T06:00:53.198Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:00:53.198Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:53.217Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:53.217Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188053197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:00:53.300Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-03-25T06:00:53.301Z||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-25T06:00:53.302Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:53.332Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:53.333Z||pool-27-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-25T06:00:54.218Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw71f3009e18ff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e0d509b0-f7cc-477a-8f79-4981561ed293",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0471503d-b888-43c3-a596-3f6838241ca4",
"vfModuleModelCustomizationUUID": "3e4040ee-5016-4081-8f15-4752b88d2dcb",
"isBase": true,
"artifacts": [
"675ae3a0-4173-4327-84d8-24e0956d11e0",
"34405c73-55b2-418e-ad2d-1a7c6b50cafd"
],
"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-25T06:00:54.224Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw71f3009e18ff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0471503d-b888-43c3-a596-3f6838241ca4
VfModuleModelInvariantUUID:e0d509b0-f7cc-477a-8f79-4981561ed293
VfModuleModelDescription:NULL
Artifacts UUID List:{
675ae3a0-4173-4327-84d8-24e0956d11e0
,
34405c73-55b2-418e-ad2d-1a7c6b50cafd
}
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-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw71f3009e18ff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e0d509b0-f7cc-477a-8f79-4981561ed293",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0471503d-b888-43c3-a596-3f6838241ca4",
"vfModuleModelCustomizationUUID": "3e4040ee-5016-4081-8f15-4752b88d2dcb",
"isBase": true,
"artifacts": [
"675ae3a0-4173-4327-84d8-24e0956d11e0",
"34405c73-55b2-418e-ad2d-1a7c6b50cafd"
],
"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-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw71f3009e18ff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0471503d-b888-43c3-a596-3f6838241ca4
VfModuleModelInvariantUUID:e0d509b0-f7cc-477a-8f79-4981561ed293
VfModuleModelDescription:NULL
Artifacts UUID List:{
675ae3a0-4173-4327-84d8-24e0956d11e0
,
34405c73-55b2-418e-ad2d-1a7c6b50cafd
}
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-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 675ae3a0-4173-4327-84d8-24e0956d11e0 from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml
2022-03-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:00:54.228Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml
2022-03-25T06:00:54.999Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:00:55.000Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml 675ae3a0-4173-4327-84d8-24e0956d11e0 20368
2022-03-25T06:00:55.000Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T06:00:55.000Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml
2022-03-25T06:00:55.001Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:00:55.001Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:55.002Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:55.003Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188055000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:00:55.103Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:55.104Z||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-25T06:00:55.104Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:55.118Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:55.119Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:56.003Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34405c73-55b2-418e-ad2d-1a7c6b50cafd from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env
2022-03-25T06:00:56.005Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:00:56.005Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env
2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env 34405c73-55b2-418e-ad2d-1a7c6b50cafd 2098
2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env
2022-03-25T06:00:56.306Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:00:56.306Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:56.308Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:56.308Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188056305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:00:56.408Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:56.410Z||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-25T06:00:56.410Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:56.426Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:56.426Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:57.308Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 722f0eb8-3772-423f-afa8-d558f38ebcd0
2022-03-25T06:00:57.309Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 71f3009e-18ff 0 2cc84294-bd15-441d-8854-6aba36364553 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-25T06:00:57.328Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ece61dd, org.onap.sdc.toscaparser.api.parameters.Input@3f1f014d, org.onap.sdc.toscaparser.api.parameters.Input@d8e74c0, org.onap.sdc.toscaparser.api.parameters.Input@4e679a5, org.onap.sdc.toscaparser.api.parameters.Input@399b306d]
2022-03-25T06:00:57.330Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.331Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.331Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-25T06:00:57.332Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8bb5e0ef-ec70-4324-af52-af6877649442
2022-03-25T06:00:57.332Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bb5e0ef-ec70-4324-af52-af6877649442 matches Tosca VF Customization UUID: 8bb5e0ef-ec70-4324-af52-af6877649442
2022-03-25T06:00:57.332Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8bb5e0ef-ec70-4324-af52-af6877649442 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-25T06:00:57.335Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.335Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.336Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8bb5e0ef-ec70-4324-af52-af6877649442: {\"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-25T06:00:57.336Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@370362e0
2022-03-25T06:00:57.336Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.337Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T06:00:57.337Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e4040ee-5016-4081-8f15-4752b88d2dcb
2022-03-25T06:00:57.337Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e4040ee-5016-4081-8f15-4752b88d2dcb
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-25T06:00:57.340Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.340Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:57.340Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:57.341Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.341Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:57.341Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:57.342Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.342Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:57.342Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:57.343Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T06:00:57.343Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:57.343Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:00:57.344Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:00:57.344Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.344Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.346Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b9bc966-ce2c-4f28-8d28-b730248e1c8c
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-25T06:00:57.348Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.348Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:57.348Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:57.349Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.349Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:57.349Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:57.350Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:00:57.350Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:57.350Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.351Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.351Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:00:57.351Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:57.352Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T06:00:57.352Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:00:57.352Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:57.353Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:00:57.353Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.353Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f73a8c7-cbc8-485f-aabc-30ecf849d39f
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-25T06:00:57.355Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.356Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:57.356Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:57.359Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.360Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria
2022-03-25T06:00:57.360Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:00:57.361Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:00:57.361Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:57.361Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.362Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.362Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:00:57.362Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:00:57.363Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:00:57.363Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:00:57.363Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:00:57.364Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:00:57.364Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T06:00:57.364Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03f36782-4ec7-40b0-8d47-591e7f808a94
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-25T06:00:57.367Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.367Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:57.368Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:00:57.368Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.368Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria
2022-03-25T06:00:57.369Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=8bb5e0ef-ec70-4324-af52-af6877649442
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-25T06:00:57.371Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.371Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.372Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 722f0eb8-3772-423f-afa8-d558f38ebcd0: vFW 71f3009e-18ff
2022-03-25T06:00:57.372Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.372Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:00:57.375Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-25 05-56-24
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-25T06:00:57.539Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 71f3009e-18ff 2cc84294-bd15-441d-8854-6aba36364553 1 ASDC deployResourceStructure
2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json ASDC sendASDCNotification
2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json
2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:57.542Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:57.542Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188057540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T06:00:57.643Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T06:00:57.644Z||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-25T06:00:57.644Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:57.653Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:57.654Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:58.543Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T06:00:58.544Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml
2022-03-25T06:00:58.544Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T06:00:58.544Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:58.546Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:58.546Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188058543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T06:00:58.647Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T06:00:58.647Z||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-25T06:00:58.648Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:58.658Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:58.659Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:00:59.547Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T06:00:59.548Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env
2022-03-25T06:00:59.548Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T06:00:59.548Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:00:59.550Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:00:59.550Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188059547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-25T06:00:59.650Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:00:59.651Z||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-25T06:00:59.652Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:00:59.662Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:00:59.662Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:01:00.551Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar ASDC sendASDCNotification
2022-03-25T06:01:00.551Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar
2022-03-25T06:01:00.551Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T06:01:00.552Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:01:00.553Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:01:00.553Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188060551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T06:01:00.654Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:01:00.655Z||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-25T06:01:00.655Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:01:00.667Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:01:00.668Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:01:01.554Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba
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-25T06:01:01.564Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba
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-25T06:01:01.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T06:01:01.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T06:01:01.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T06:01:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T06:01:23.188Z||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-25T06:01:23.189Z||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 el6TLgIcns7v7BDr) ...
2022-03-25T06:01:23.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:01:23.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187904019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187904467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187904978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "cds",
"timestamp": 1648187905475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-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-25T06:01:23.228Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba
2022-03-25T06:01:23.228Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:01:23.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187907421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T06:01:23.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187900947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648187908426,
"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-25T06:01:23.251Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba
2022-03-25T06:01:23.251Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:01:23.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187908915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187909919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187904403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "policy-id",
"timestamp": 1648187910922,
"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-25T06:01:23.269Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba
2022-03-25T06:01:23.269Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:01:23.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187912721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "ves-openapi-manager",
"timestamp": 1648187905811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187914137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187915634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187916659,
"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-25T06:01:23.286Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba
2022-03-25T06:01:23.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187917030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T06:01:23.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648187917663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T06:01:23.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "aai-ml",
"timestamp": 1648187918034,
"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-25T06:01:23.298Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba
2022-03-25T06:01:23.298Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:01:23.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187913836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187929631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:01:23.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187931644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T06:01:23.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "clamp",
"timestamp": 1648187932649,
"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-25T06:01:23.310Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba
2022-03-25T06:01:23.310Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:01:31.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba
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-25T06:01:31.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba
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-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-25T06:01:31.585Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T06:02:01.585Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba 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-25T06:02:01.592Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35babf2c-1c0a-4a04-a09a-91397d262cba and serviceModelVersionId: 722f0eb8-3772-423f-afa8-d558f38ebcd0
2022-03-25T06:02:01.592Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 103012e8-505b-41be-80ef-e54db341f9a0
2022-03-25T06:02:01.593Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0
2022-03-25T06:02:01.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T06:02:01.651Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?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-25T06:02:01.652Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0|INFO|500||Invoke
2022-03-25T06:02:01.688Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T06:02:02.145Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0|INFO|500||InvokeReturn
2022-03-25T06:02:02.146Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-06:02:01:726-97908], vertex-id=[315416], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:02:01 GMT], Content-Type=[application/json]}
2022-03-25T06:02:02.146Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-25T06:02:02.147Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T06:02:02.147Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-25T06:02:02.152Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-25T06:02:02.152Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35babf2c-1c0a-4a04-a09a-91397d262cba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T06:02:02.152Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T06:02:02.153Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:02.155Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:02.155Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188122152,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T06:02:02.255Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:02.257Z||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-25T06:02:02.257Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:02.275Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:02.275Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-25T06:02:03.167Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T06:02:03.168Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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-25T06:02:03.168Z|35babf2c-1c0a-4a04-a09a-91397d262cba|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 el6TLgIcns7v7BDr) ...
2022-03-25T06:02:03.790Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:03.790Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-25T06:02:03.791Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5","serviceName":"vFW 2022-03-25 05-59-24","serviceVersion":"1.0","serviceUUID":"6e2d09a8-5769-4cf9-88d1-c152ce023821","serviceDescription":"catalog service description","serviceInvariantUUID":"d2287f18-d61d-4eaf-978a-e408b4bd9466","resources":[{"resourceInstanceName":"vFW 8c91ab7e-9497 0","resourceName":"vFW 8c91ab7e-9497","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b706737b-3a06-43d6-a66b-a9b0afdf5058","resourceInvariantUUID":"6db7c06f-3ca0-4ff3-8708-0423287930cd","resourceCustomizationUUID":"4216f0c1-27e1-4f24-ae93-24f272bc7b99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml","artifactChecksum":"MTBjYzRiZTcwOTIzZTkzYTAxMGQ4YWFjMGQ3YTY3NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a359e5d4-730e-42e2-9da5-12fdcfcfa8f7","artifactVersion":"1"},{"artifactName":"vfw8c91ab7e94970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json","artifactChecksum":"MDg4ZjIwNWUyOGU1NmVhOGRlMGQzYTgyNWRkZWViMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf633b29-b16c-4d37-a567-3bce396eecf6","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b655e026-ce5e-41a5-ba85-d9fe56073435","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml","artifactChecksum":"ZTc5YmIxNThmOTA1ZjYyZjdlMmVmMWRkMWQxOWYxNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b6bf039f-02a8-400b-bf0e-c2921899d38b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdbf54bd-6b0b-4a5a-9203-8eb46f43968d","artifactVersion":"3","generatedFromUUID":"b655e026-ce5e-41a5-ba85-d9fe56073435"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325055924-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml","artifactChecksum":"MmQ2NjE4ZjI5MTQ1ZDUzZjcxMjdjMDFiMTYzZGZkYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9c7c2aa-63d1-4b5f-b785-f55b7cb21087","artifactVersion":"1"},{"artifactName":"service-Vfw20220325055924-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar","artifactChecksum":"N2I0ZGNjOGFlYjJiYmNjOTc5YmY3ZThlNDAwNGExNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a988b5fc-00a2-4932-b3da-4c9448a096b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T06:02:03.794Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:03.794Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:03.795Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:03.796Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:02:03.896Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:03.898Z||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-25T06:02:03.899Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:03.909Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:03.910Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-25T06:02:04.796Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:04.797Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:04.799Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:04.799Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json",
"status": "NOTIFIED"
}
2022-03-25T06:02:04.900Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:04.901Z||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-25T06:02:04.901Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:04.910Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:04.911Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:05.800Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:05.801Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:05.803Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:05.804Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T06:02:05.904Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:05.905Z||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-25T06:02:05.905Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:05.914Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:05.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:06.804Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:06.805Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:06.808Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:06.808Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:02:06.908Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:06.909Z||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-25T06:02:06.910Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:06.920Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:06.921Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:07.809Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:07.813Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:07.816Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:07.816Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T06:02:07.916Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:07.917Z||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-25T06:02:07.917Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:07.928Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:07.928Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:08.817Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:08.817Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:08.819Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:08.819Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T06:02:08.919Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:08.921Z||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-25T06:02:08.921Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:08.936Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:08.941Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:09.821Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T06:02:09.821Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:09.823Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:09.823Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188123167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T06:02:09.923Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:09.924Z||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-25T06:02:09.924Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:09.934Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:09.934Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:10.824Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"serviceName": "vFW 2022-03-25 05-59-24",
"serviceVersion": "1.0",
"serviceUUID": "6e2d09a8-5769-4cf9-88d1-c152ce023821",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d2287f18-d61d-4eaf-978a-e408b4bd9466",
"resources": [
{
"resourceInstanceName": "vFW 8c91ab7e-9497 0",
"resourceCustomizationUUID": "4216f0c1-27e1-4f24-ae93-24f272bc7b99",
"resourceName": "vFW 8c91ab7e-9497",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b706737b-3a06-43d6-a66b-a9b0afdf5058",
"resourceInvariantUUID": "6db7c06f-3ca0-4ff3-8708-0423287930cd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8c91ab7e94970_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json",
"artifactChecksum": "MDg4ZjIwNWUyOGU1NmVhOGRlMGQzYTgyNWRkZWViMjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf633b29-b16c-4d37-a567-3bce396eecf6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b655e026-ce5e-41a5-ba85-d9fe56073435",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "bdbf54bd-6b0b-4a5a-9203-8eb46f43968d",
"generatedFromUUID": "b655e026-ce5e-41a5-ba85-d9fe56073435"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "bdbf54bd-6b0b-4a5a-9203-8eb46f43968d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220325055924-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar",
"artifactChecksum": "N2I0ZGNjOGFlYjJiYmNjOTc5YmY3ZThlNDAwNGExNmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a988b5fc-00a2-4932-b3da-4c9448a096b7"
}
],
"workloadContext": "Production"
}
2022-03-25T06:02:10.825Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T06:02:10.825Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e2d09a8-5769-4cf9-88d1-c152ce023821 ASDC
2022-03-25T06:02:10.826Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5
ServiceName:vFW 2022-03-25 05-59-24
ServiceVersion:1.0
ServiceUUID:6e2d09a8-5769-4cf9-88d1-c152ce023821
ServiceInvariantUUID:d2287f18-d61d-4eaf-978a-e408b4bd9466
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220325055924-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar
ArtifactUUID:a988b5fc-00a2-4932-b3da-4c9448a096b7
ArtifactChecksum:N2I0ZGNjOGFlYjJiYmNjOTc5YmY3ZThlNDAwNGExNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8c91ab7e-9497 0
ResourceCustomizationUUID:4216f0c1-27e1-4f24-ae93-24f272bc7b99
ResourceInvariantUUID:6db7c06f-3ca0-4ff3-8708-0423287930cd
ResourceName:vFW 8c91ab7e-9497
ResourceType:VF
ResourceUUID:b706737b-3a06-43d6-a66b-a9b0afdf5058
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8c91ab7e94970_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json
ArtifactUUID:bf633b29-b16c-4d37-a567-3bce396eecf6
ArtifactChecksum:MDg4ZjIwNWUyOGU1NmVhOGRlMGQzYTgyNWRkZWViMjk=
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/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml
ArtifactUUID:b655e026-ce5e-41a5-ba85-d9fe56073435
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env
ArtifactUUID:bdbf54bd-6b0b-4a5a-9203-8eb46f43968d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env
ArtifactUUID:bdbf54bd-6b0b-4a5a-9203-8eb46f43968d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T06:02:10.827Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e2d09a8-5769-4cf9-88d1-c152ce023821 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-25T06:02:10.861Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a988b5fc-00a2-4932-b3da-4c9448a096b7 from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:11.038Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar a988b5fc-00a2-4932-b3da-4c9448a096b7 98953
2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar ASDC sendASDCNotification
2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:02:11.045Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:11.048Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:11.048Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188131044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:02:11.148Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:11.149Z||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-25T06:02:11.149Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:11.159Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:11.159Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-25T06:02:12.049Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T06:02:12.050Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-25T06:02:12.050Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a988b5fc-00a2-4932-b3da-4c9448a096b7, URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar to file: /app/ASDC/1/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:12.051Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325055924-csar.csar
2022-03-25T06:02:12.051Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:12.051Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:12.229Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17619597411258427394/Definitions/service-Vfw20220325055924-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-25T06:02:14.160Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8c91ab7e-9497 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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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-Vfw20220325055924-csar.csar
2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria
2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a262ed2f-a85a-49ec-8a0e-946770fc0586
2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria
2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6482b4ac-42d7-42f5-9ccb-875e033819de
2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria
2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=476ac377-6354-4b58-89d8-fe35af4a3409
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-25 05-59-24
Description:catalog service description
Model UUID:6e2d09a8-5769-4cf9-88d1-c152ce023821
Model Version:NULL
Model InvariantUuid:d2287f18-d61d-4eaf-978a-e408b4bd9466
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8c91ab7e-9497
Model UUID:96875b82-5b99-4143-ac65-06317c7bfb56
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6db7c06f-3ca0-4ff3-8708-0423287930cd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4216f0c1-27e1-4f24-ae93-24f272bc7b99
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7005e467-6bd5-4f90-bcc8-d63bf2898e68
ModelName:Vfw8c91ab7e9497..base_vfw..module-0
ModelUuid:14e1f36e-bc8c-413c-a769-b6397de7d26a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a262ed2f-a85a-49ec-8a0e-946770fc0586
ModelInvariantUuid:20158ddc-fe35-40c8-ba02-51e4ba83dbff
ModelName:vFW 8c91ab7e-9497-nodes.vfwCvfc
ModelUuid:cf182756-c1ce-416c-be33-2e1ae57fd6e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b53e2b20-605e-40c3-bace-687aeefd9437
ModelInvariantUuid:d7457fd5-049e-4c56-bd6b-9100456320a0
ModelName:Vfw8c91ab7e9497.compute.nodes.heat.vfw
ModelUuid:dbe396d7-a01c-4f02-a99d-606c6bce0f1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6482b4ac-42d7-42f5-9ccb-875e033819de
ModelInvariantUuid:3171c97b-555d-4c33-8a2b-f19d9551dddd
ModelName:vFW 8c91ab7e-9497-nodes.vsnCvfc
ModelUuid:01b55c05-d9de-41fa-b8c4-1e73e8eee9e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:15a7ecbe-633e-4fc0-b6a6-f77558f55ace
ModelInvariantUuid:a029bcc0-9cd2-48c1-af5b-1937271f36e7
ModelName:Vfw8c91ab7e9497.compute.nodes.heat.vsn
ModelUuid:c33be48e-dbe8-4c13-994b-004155d06fc2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:476ac377-6354-4b58-89d8-fe35af4a3409
ModelInvariantUuid:9f9f2893-4f24-4a86-bff1-8081fbfb8258
ModelName:vFW 8c91ab7e-9497-nodes.vpgCvfc
ModelUuid:573af916-4366-4369-ac59-5d7c340a1e4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e184c463-268c-4346-a676-665e357ea924
ModelInvariantUuid:96400ee0-0c8a-4466-a626-d88a53a2628c
ModelName:Vfw8c91ab7e9497.compute.nodes.heat.vpg
ModelUuid:b372a84b-d259-4fae-be57-02a2359802df
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-25T06:02:14.185Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b706737b-3a06-43d6-a66b-a9b0afdf5058
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-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||vFW 8c91ab7e-9497 0
2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b706737b-3a06-43d6-a66b-a9b0afdf5058
2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf633b29-b16c-4d37-a567-3bce396eecf6 from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json
2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:02:14.188Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json
2022-03-25T06:02:14.250Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json bf633b29-b16c-4d37-a567-3bce396eecf6 785
2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json ASDC sendASDCNotification
2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json
2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:02:14.252Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:14.253Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:14.254Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188134251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:02:14.354Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:14.359Z||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-25T06:02:14.359Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:14.386Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:14.387Z||pool-43-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:15.254Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8c91ab7e9497..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7005e467-6bd5-4f90-bcc8-d63bf2898e68",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "14e1f36e-bc8c-413c-a769-b6397de7d26a",
"vfModuleModelCustomizationUUID": "1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22",
"isBase": true,
"artifacts": [
"b655e026-ce5e-41a5-ba85-d9fe56073435",
"bdbf54bd-6b0b-4a5a-9203-8eb46f43968d"
],
"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-25T06:02:15.259Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8c91ab7e9497..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14e1f36e-bc8c-413c-a769-b6397de7d26a
VfModuleModelInvariantUUID:7005e467-6bd5-4f90-bcc8-d63bf2898e68
VfModuleModelDescription:NULL
Artifacts UUID List:{
b655e026-ce5e-41a5-ba85-d9fe56073435
,
bdbf54bd-6b0b-4a5a-9203-8eb46f43968d
}
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-25T06:02:15.260Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8c91ab7e9497..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7005e467-6bd5-4f90-bcc8-d63bf2898e68",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "14e1f36e-bc8c-413c-a769-b6397de7d26a",
"vfModuleModelCustomizationUUID": "1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22",
"isBase": true,
"artifacts": [
"b655e026-ce5e-41a5-ba85-d9fe56073435",
"bdbf54bd-6b0b-4a5a-9203-8eb46f43968d"
],
"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-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8c91ab7e9497..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14e1f36e-bc8c-413c-a769-b6397de7d26a
VfModuleModelInvariantUUID:7005e467-6bd5-4f90-bcc8-d63bf2898e68
VfModuleModelDescription:NULL
Artifacts UUID List:{
b655e026-ce5e-41a5-ba85-d9fe56073435
,
bdbf54bd-6b0b-4a5a-9203-8eb46f43968d
}
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-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b655e026-ce5e-41a5-ba85-d9fe56073435 from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml
2022-03-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml
2022-03-25T06:02:15.337Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:02:15.338Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml b655e026-ce5e-41a5-ba85-d9fe56073435 20368
2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml
2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:15.341Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:15.342Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188135339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:02:15.442Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:15.443Z||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-25T06:02:15.443Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:15.455Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:15.455Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:16.342Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bdbf54bd-6b0b-4a5a-9203-8eb46f43968d from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env
2022-03-25T06:02:16.343Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-25T06:02:16.343Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env
2022-03-25T06:02:16.429Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env bdbf54bd-6b0b-4a5a-9203-8eb46f43968d 2098
2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env
2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T06:02:16.431Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-25T06:02:16.433Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T06:02:16.433Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648188136430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T06:02:16.533Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T06:02:16.534Z||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-25T06:02:16.535Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ...
2022-03-25T06:02:16.544Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T06:02:16.545Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T06:02:17.433Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6e2d09a8-5769-4cf9-88d1-c152ce023821
2022-03-25T06:02:17.434Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8c91ab7e-9497 0 b706737b-3a06-43d6-a66b-a9b0afdf5058 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-25T06:02:17.450Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59266f41, org.onap.sdc.toscaparser.api.parameters.Input@3b4a74c3, org.onap.sdc.toscaparser.api.parameters.Input@7ff6ddaa, org.onap.sdc.toscaparser.api.parameters.Input@74121dda, org.onap.sdc.toscaparser.api.parameters.Input@1ea4287e]
2022-03-25T06:02:17.452Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.452Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:17.473Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-25T06:02:17.473Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4216f0c1-27e1-4f24-ae93-24f272bc7b99
2022-03-25T06:02:17.473Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4216f0c1-27e1-4f24-ae93-24f272bc7b99 matches Tosca VF Customization UUID: 4216f0c1-27e1-4f24-ae93-24f272bc7b99
2022-03-25T06:02:17.474Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4216f0c1-27e1-4f24-ae93-24f272bc7b99 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-25T06:02:17.478Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.478Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T06:02:17.479Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4216f0c1-27e1-4f24-ae93-24f272bc7b99: {\"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-25T06:02:17.479Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bea050f
2022-03-25T06:02:17.479Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.480Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T06:02:17.480Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22
2022-03-25T06:02:17.480Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22
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-25T06:02:17.483Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.483Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:17.484Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:02:17.484Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.484Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:17.485Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:02:17.485Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.485Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria
2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T06:02:17.488Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T06:02:17.488Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T06:02:17.488Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a262ed2f-a85a-49ec-8a0e-946770fc0586
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-25T06:02:17.490Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T06:02:17.490Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria
2022-03-25T06:02:17.491Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T06:02:17.491Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery