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)
2021-11-15T09:32:04.425Z||main|||||INFO|500||The following profiles are active: basic
2021-11-15T09:32:17.225Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-15T09:32:17.226Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-15T09:32:17.338Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-15T09:32:21.696Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-15T09:32:22.297Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-15T09:32:23.050Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-15T09:32:23.057Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-15T09:32:23.214Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-15T09:32:23.654Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-15T09:32:24.442Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-15T09:32:29.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T09:32:31.622Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T09:32:31.682Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-15T09:32:32.298Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T09:32:32.425Z||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.
2021-11-15T09:32:33.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T09:32:34.768Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-15T09:32:34.787Z||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$$9ade955a.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)
2021-11-15T09:32:34.788Z||main|||||WARN|500||The sdc end point is not alive
2021-11-15T09:32:37.624Z||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
2021-11-15T09:32:40.586Z||main|||||WARN|500||---
2021-11-15T09:32:40.587Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-15T09:32:40.587Z||main|||||WARN|500||---
2021-11-15T09:32:41.053Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-15T09:32:46.039Z||main|||||INFO|500||Started Application in 45.947 seconds (JVM running for 51.994)
2021-11-15T09:32:46.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-15T09:32:46.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-15T09:32:46.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-15T09:32:46.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-15T09:32:46.180Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6868876-cd79-410e-9784-6b72045d98da url= /sdc/v1/artifactTypes
2021-11-15T09:32:46.181Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-15T09:32:46.460Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-15T09:32:46.483Z||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
2021-11-15T09:32:46.504Z||scheduling-1|||||DEBUG|500||create keys
2021-11-15T09:32:46.517Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-15T09:32:46.730Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:32:46.746Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 01620728-5c27-4395-98ba-b1220e1341dc url= /sdc/v1/registerForDistribution
2021-11-15T09:32:47.210Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 01620728-5c27-4395-98ba-b1220e1341dc url= /sdc/v1/registerForDistribution
2021-11-15T09:32:47.211Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-15T09:32:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:32:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:32:47.229Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-15T09:32:47.230Z||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.
2021-11-15T09:32:47.231Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:32:47.230Z||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.
2021-11-15T09:32:47.231Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:32:58.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:32:59.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:33:47.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:33:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:33:47.222Z||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.
2021-11-15T09:33:47.223Z||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.
2021-11-15T09:33:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:33:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:33:56.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:33:56.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:34:47.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:34:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:34:47.226Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T09:34:47.226Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T09:34:47.232Z||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.
2021-11-15T09:34:47.232Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:34:56.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:34:56.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:35:47.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:35:47.222Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:35:47.224Z||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.
2021-11-15T09:35:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:35:47.225Z||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.
2021-11-15T09:35:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:35:56.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:35:56.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:36:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:36:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:36:47.222Z||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.
2021-11-15T09:36:47.222Z||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.
2021-11-15T09:36:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:36:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:36:56.786Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:36:56.786Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:37:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:37:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:37:47.222Z||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.
2021-11-15T09:37:47.222Z||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.
2021-11-15T09:37:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:37:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:37:56.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:37:56.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:38:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:38:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:38:47.223Z||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.
2021-11-15T09:38:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:38:47.228Z||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.
2021-11-15T09:38:47.228Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:38:56.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:38:56.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:39:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:39:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:39:47.223Z||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.
2021-11-15T09:39:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:39:47.226Z||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.
2021-11-15T09:39:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:39:56.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:39:56.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:40:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:40:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:40:47.223Z||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.
2021-11-15T09:40:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:40:47.223Z||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.
2021-11-15T09:40:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:40:56.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:40:56.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:41:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:41:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:41:47.225Z||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.
2021-11-15T09:41:47.225Z||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.
2021-11-15T09:41:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:41:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:41:56.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:41:56.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:41:59.754Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-15T09:42:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:42:47.219Z||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.
2021-11-15T09:42:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:42:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:42:47.223Z||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.
2021-11-15T09:42:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:42:56.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:42:56.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:43:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:43:47.221Z||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.
2021-11-15T09:43:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:43:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:43:47.222Z||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.
2021-11-15T09:43:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:43:56.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:43:56.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:44:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:44:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:44:47.221Z||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.
2021-11-15T09:44:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:44:47.221Z||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.
2021-11-15T09:44:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:44:56.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:44:56.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:45:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:45:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:45:47.222Z||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.
2021-11-15T09:45:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:45:47.223Z||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.
2021-11-15T09:45:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:45:56.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:45:56.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:46:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:46:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:46:47.223Z||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.
2021-11-15T09:46:47.223Z||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.
2021-11-15T09:46:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:46:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:46:56.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:46:56.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:47:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:47:47.220Z||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.
2021-11-15T09:47:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:47:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:47:47.221Z||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.
2021-11-15T09:47:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:47:56.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:47:56.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:48:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:48:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:48:47.221Z||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.
2021-11-15T09:48:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:48:47.221Z||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.
2021-11-15T09:48:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:48:56.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:48:56.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:49:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:49:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:49:47.221Z||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.
2021-11-15T09:49:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:49:47.222Z||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.
2021-11-15T09:49:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:49:56.785Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:49:56.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:50:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:50:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:50:47.225Z||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.
2021-11-15T09:50:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:50:47.225Z||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.
2021-11-15T09:50:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:50:56.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:50:56.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:51:47.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:51:47.219Z||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.
2021-11-15T09:51:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:51:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:51:47.222Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T09:51:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T09:51:56.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:51:56.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:52:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:52:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:52:47.223Z||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.
2021-11-15T09:52:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:52:47.223Z||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.
2021-11-15T09:52:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:52:56.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:52:56.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:53:47.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:53:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:53:47.224Z||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.
2021-11-15T09:53:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:53:47.223Z||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.
2021-11-15T09:53:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:53:56.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:53:56.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:54:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:54:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:54:47.224Z||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.
2021-11-15T09:54:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:54:47.224Z||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.
2021-11-15T09:54:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:54:56.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:54:56.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:55:47.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:55:47.219Z||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.
2021-11-15T09:55:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:55:47.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:55:47.222Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T09:55:47.222Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T09:55:56.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:55:56.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:56:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:56:47.221Z||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.
2021-11-15T09:56:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:56:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:56:47.222Z||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.
2021-11-15T09:56:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:56:56.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:56:56.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:57:47.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:57:47.221Z||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.
2021-11-15T09:57:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:57:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:57:47.222Z||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.
2021-11-15T09:57:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:57:56.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:57:56.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:58:47.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:58:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:58:47.229Z||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.
2021-11-15T09:58:47.229Z||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.
2021-11-15T09:58:47.230Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:58:47.230Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:58:56.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:58:56.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:59:47.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:59:47.219Z||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.
2021-11-15T09:59:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:59:47.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T09:59:47.221Z||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.
2021-11-15T09:59:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T09:59:56.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T09:59:56.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:00:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:00:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:00:47.221Z||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.
2021-11-15T10:00:47.221Z||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.
2021-11-15T10:00:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:00:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:00:56.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:00:56.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:01:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:01:47.221Z||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.
2021-11-15T10:01:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:01:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:01:47.222Z||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.
2021-11-15T10:01:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:01:56.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:01:56.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:02:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:02:47.221Z||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.
2021-11-15T10:02:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:02:47.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:02:47.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:02:47.222Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:02:56.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:02:56.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:03:47.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:03:47.220Z||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.
2021-11-15T10:03:47.220Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:03:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:03:47.221Z||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.
2021-11-15T10:03:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:03:56.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:03:56.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:04:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:04:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:04:47.222Z||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.
2021-11-15T10:04:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:04:47.222Z||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.
2021-11-15T10:04:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:04:56.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:04:56.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:05:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:05:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:05:47.222Z||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.
2021-11-15T10:05:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:05:47.222Z||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.
2021-11-15T10:05:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:05:56.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:05:56.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:06:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:06:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:06:47.224Z||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.
2021-11-15T10:06:47.224Z||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.
2021-11-15T10:06:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:06:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:06:56.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:06:56.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:07:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:07:47.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:07:47.224Z||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.
2021-11-15T10:07:47.224Z||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.
2021-11-15T10:07:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:07:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:07:56.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:07:56.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:08:47.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:08:47.219Z||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.
2021-11-15T10:08:47.219Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:08:47.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:08:47.230Z||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.
2021-11-15T10:08:47.230Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:08:56.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:08:56.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:09:47.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:09:47.221Z||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.
2021-11-15T10:09:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:09:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:09:47.222Z||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.
2021-11-15T10:09:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:09:56.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:09:56.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:10:47.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:10:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:10:47.222Z||pool-2-thread-8|||||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.
2021-11-15T10:10:47.222Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:10:47.222Z||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.
2021-11-15T10:10:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:10:56.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:10:56.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:11:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:11:47.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:11:47.224Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:11:47.224Z||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.
2021-11-15T10:11:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:11:47.224Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:11:56.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:11:56.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:12:47.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:12:47.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:12:47.219Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:12:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:12:47.221Z||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.
2021-11-15T10:12:47.221Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:12:56.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:12:56.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:13:47.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:13:47.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:13:47.221Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:13:47.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:13:47.222Z||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.
2021-11-15T10:13:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:13:56.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:13:56.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:14:47.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:14:47.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:14:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:14:47.222Z||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.
2021-11-15T10:14:47.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:14:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:14:56.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:14:56.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:15:47.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:15:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:15:47.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:15:47.221Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:15:47.222Z||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.
2021-11-15T10:15:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:15:56.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:15:56.790Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:16:47.223Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:16:47.226Z||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.
2021-11-15T10:16:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:16:47.222Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:16:47.227Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:16:47.227Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:16:56.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:16:56.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:17:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:17:47.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:17:47.224Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:17:47.224Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:17:47.224Z||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.
2021-11-15T10:17:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:17:56.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:17:56.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:18:47.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:18:47.222Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:18:47.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:18:47.222Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:18:47.223Z||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.
2021-11-15T10:18:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:18:56.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:18:56.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:19:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:19:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:19:47.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:19:47.222Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:19:47.222Z||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.
2021-11-15T10:19:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:19:56.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:19:56.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:20:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:20:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:20:47.228Z||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.
2021-11-15T10:20:47.228Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:20:47.228Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:20:47.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:20:56.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:20:56.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:21:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:21:47.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:21:47.223Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:21:47.224Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:21:47.225Z||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.
2021-11-15T10:21:47.226Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:21:56.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:21:56.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:22:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:22:47.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:22:47.222Z||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.
2021-11-15T10:22:47.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:22:47.222Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:22:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:22:56.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:22:56.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:23:47.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:23:47.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:23:47.222Z||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.
2021-11-15T10:23:47.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:23:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:23:47.222Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:23:56.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:23:56.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:47.218Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:24:47.219Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:24:47.219Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:24:47.221Z||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.
2021-11-15T10:24:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:24:47.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:47.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971873386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971873935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "dcae-sch",
"timestamp": 1636971875222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971875487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971871624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971876128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971886562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971886558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971886543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971886602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:24:47.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:47.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T10:24:47.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9b10384-9959-4c12-95b1-474ba79aff4e","serviceName":"vFW 2021-11-15 10-22-28","serviceVersion":"1.0","serviceUUID":"192617db-0f07-4ad9-9c0d-ffc5eee1a9a0","serviceDescription":"catalog service description","serviceInvariantUUID":"86877d6f-f882-4c1d-82be-c0269eebed22","resources":[{"resourceInstanceName":"vFW 5b721f9c-cd58 0","resourceName":"vFW 5b721f9c-cd58","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49fa4228-cc1c-4903-8b5a-379aa40780c4","resourceInvariantUUID":"6563267e-aafa-4f36-9e7e-5067f4e48941","resourceCustomizationUUID":"a83c33e9-68a0-49fc-b43e-24850f66365f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml","artifactChecksum":"MDUwYWNmNjAyNDI0OWE3N2RlOTkxYTljMDk2ZDUyMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26a1c39f-78ec-488a-a4c0-108c09fd94ca","artifactVersion":"1"},{"artifactName":"vfw5b721f9ccd580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json","artifactChecksum":"Y2Y4ZDRkOWE4NGRjN2Q5YjY0Y2IwZmU4ZTY2YjU3YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77dd147d-8efd-4045-be37-867a9a5070b9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1fb3577-9fd7-468b-a59c-b98484495efe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml","artifactChecksum":"ZDEwNTU4ZDJmMjFiMmIzNWRiZmUwZGQxNGVlNmI3NDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91d6fb4b-e67c-4e74-852c-79cea30d132c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8efa908c-4296-4209-aeaf-d183545aaae7","artifactVersion":"2","generatedFromUUID":"c1fb3577-9fd7-468b-a59c-b98484495efe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211115102228-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml","artifactChecksum":"OTdjZGEzMTVhNDg5MDY0ZTY2M2VlMWEyNDA2OTJkYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7de3985-8a88-4079-b470-a18d1ab480e6","artifactVersion":"1"},{"artifactName":"service-Vfw20211115102228-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar","artifactChecksum":"YmJjM2IzNTg4MmY1N2Q2YjMwOTU0NmRkNmQ2Yjc5MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d358cdc0-de52-4e4a-84f6-ac780978542d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:24:47.875Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:47.881Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:47.892Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:47.892Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:47.992Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-15T10:24:47.996Z||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.
2021-11-15T10:24:47.996Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:48.045Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:48.046Z||pool-3-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:48.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:48.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:48.906Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:48.906Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:24:49.006Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:49.007Z||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.
2021-11-15T10:24:49.008Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:49.037Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:49.038Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:49.906Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:49.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:49.909Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:49.910Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:24:50.010Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:50.011Z||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.
2021-11-15T10:24:50.011Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:50.029Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:50.030Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:50.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:50.912Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:50.914Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:50.915Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:51.016Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:24:51.019Z||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.
2021-11-15T10:24:51.019Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:51.033Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:51.033Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:24:51.916Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:51.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:51.920Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:51.921Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T10:24:52.021Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:52.023Z||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.
2021-11-15T10:24:52.024Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:52.038Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:52.039Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:24:52.922Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:52.924Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:52.927Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:52.927Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:24:53.028Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:24:53.029Z||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.
2021-11-15T10:24:53.029Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:53.042Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:53.043Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:53.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:24:53.929Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:53.931Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:53.931Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:24:54.031Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:54.032Z||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.
2021-11-15T10:24:54.033Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:54.050Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:54.051Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:24:54.933Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"serviceName": "vFW 2021-11-15 10-22-28",
"serviceVersion": "1.0",
"serviceUUID": "192617db-0f07-4ad9-9c0d-ffc5eee1a9a0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "86877d6f-f882-4c1d-82be-c0269eebed22",
"resources": [
{
"resourceInstanceName": "vFW 5b721f9c-cd58 0",
"resourceCustomizationUUID": "a83c33e9-68a0-49fc-b43e-24850f66365f",
"resourceName": "vFW 5b721f9c-cd58",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "49fa4228-cc1c-4903-8b5a-379aa40780c4",
"resourceInvariantUUID": "6563267e-aafa-4f36-9e7e-5067f4e48941",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5b721f9ccd580_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"artifactChecksum": "Y2Y4ZDRkOWE4NGRjN2Q5YjY0Y2IwZmU4ZTY2YjU3YjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77dd147d-8efd-4045-be37-867a9a5070b9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1fb3577-9fd7-468b-a59c-b98484495efe",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8efa908c-4296-4209-aeaf-d183545aaae7",
"generatedFromUUID": "c1fb3577-9fd7-468b-a59c-b98484495efe"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8efa908c-4296-4209-aeaf-d183545aaae7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211115102228-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"artifactChecksum": "YmJjM2IzNTg4MmY1N2Q2YjMwOTU0NmRkNmQ2Yjc5MWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d358cdc0-de52-4e4a-84f6-ac780978542d"
}
],
"workloadContext": "Production"
}
2021-11-15T10:24:54.936Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:24:54.937Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0 ASDC
2021-11-15T10:24:55.044Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e9b10384-9959-4c12-95b1-474ba79aff4e
ServiceName:vFW 2021-11-15 10-22-28
ServiceVersion:1.0
ServiceUUID:192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
ServiceInvariantUUID:86877d6f-f882-4c1d-82be-c0269eebed22
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211115102228-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
ArtifactUUID:d358cdc0-de52-4e4a-84f6-ac780978542d
ArtifactChecksum:YmJjM2IzNTg4MmY1N2Q2YjMwOTU0NmRkNmQ2Yjc5MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5b721f9c-cd58 0
ResourceCustomizationUUID:a83c33e9-68a0-49fc-b43e-24850f66365f
ResourceInvariantUUID:6563267e-aafa-4f36-9e7e-5067f4e48941
ResourceName:vFW 5b721f9c-cd58
ResourceType:VF
ResourceUUID:49fa4228-cc1c-4903-8b5a-379aa40780c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5b721f9ccd580_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
ArtifactUUID:77dd147d-8efd-4045-be37-867a9a5070b9
ArtifactChecksum:Y2Y4ZDRkOWE4NGRjN2Q5YjY0Y2IwZmU4ZTY2YjU3YjY=
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/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
ArtifactUUID:c1fb3577-9fd7-468b-a59c-b98484495efe
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/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
ArtifactUUID:8efa908c-4296-4209-aeaf-d183545aaae7
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/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
ArtifactUUID:8efa908c-4296-4209-aeaf-d183545aaae7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-15T10:24:55.045Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0 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 (?, ?, ?, ?, ?)
2021-11-15T10:24:55.288Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:24:55.289Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:24:55.291Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:24:55.291Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d358cdc0-de52-4e4a-84f6-ac780978542d from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:55.294Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:24:55.296Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:56.084Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:24:56.102Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar d358cdc0-de52-4e4a-84f6-ac780978542d 98920
2021-11-15T10:24:56.104Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar ASDC sendASDCNotification
2021-11-15T10:24:56.104Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:56.106Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:24:56.107Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:24:56.108Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:24:56.108Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971896103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:24:56.209Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:24:56.210Z||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.
2021-11-15T10:24:56.210Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:24:56.222Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:24:56.222Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:24:57.109Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:24:57.111Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:24:57.111Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d358cdc0-de52-4e4a-84f6-ac780978542d, URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar to file: /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.112Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.187Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.188Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:24:57.905Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10020116178477882677/Definitions/service-Vfw20211115102228-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-11-15T10:25:00.517Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:25:00.521Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.522Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5b721f9c-cd58 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-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:00.523Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:25:00.529Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.530Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.534Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.534Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:25:00.535Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:25:00.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.538Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.541Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.541Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:00.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:25:00.545Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.545Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.545Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.546Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:25:00.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.548Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7fcca206-6da2-4735-9675-c8931a5c2fe2
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.549Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:25:00.550Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=191334e6-9c30-4eca-8491-3e0b50536f86
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.551Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:00.552Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0181a0aa-d60e-4eca-8e3b-b475faaaff8d
2021-11-15T10:25:00.553Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.554Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:00.555Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:00.555Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-15 10-22-28
Description:catalog service description
Model UUID:192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
Model Version:NULL
Model InvariantUuid:86877d6f-f882-4c1d-82be-c0269eebed22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5b721f9c-cd58
Model UUID:8c434eb9-6f00-491c-ad81-88b8fd49aa22
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6563267e-aafa-4f36-9e7e-5067f4e48941
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a83c33e9-68a0-49fc-b43e-24850f66365f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:61296855-e6e1-42a3-ab5e-adfb46412013
ModelName:Vfw5b721f9cCd58..base_vfw..module-0
ModelUuid:34f60ed2-3122-47bf-b1ce-e1522a77ac15
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7fcca206-6da2-4735-9675-c8931a5c2fe2
ModelInvariantUuid:ff4b0125-2789-45db-a573-a1156761d4b9
ModelName:vFW 5b721f9c-cd58-nodes.vfwCvfc
ModelUuid:41916cae-8f99-43bf-aa98-4b539e89f6b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:22293b3e-f636-4833-be67-bce7c6e32cab
ModelInvariantUuid:4d859aa0-8d0b-4989-88ad-fb744361e413
ModelName:Vfw5b721f9cCd58.compute.nodes.heat.vfw
ModelUuid:1a9023ea-f7c5-4a79-b40c-285e4ea0150c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:191334e6-9c30-4eca-8491-3e0b50536f86
ModelInvariantUuid:fb0a363f-28f0-46a4-882f-5e19778d53b8
ModelName:vFW 5b721f9c-cd58-nodes.vsnCvfc
ModelUuid:f1c1263f-b5c5-4872-8229-a0647cd5b2fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:758dc9f0-8d3a-4cd0-8361-0a593b73d3e0
ModelInvariantUuid:9fd0b6a3-6d87-48d2-9299-ebce6a8da177
ModelName:Vfw5b721f9cCd58.compute.nodes.heat.vsn
ModelUuid:10517439-c9c7-47ea-ad82-e2dab33f6ef8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0181a0aa-d60e-4eca-8e3b-b475faaaff8d
ModelInvariantUuid:b7492e3c-456f-4bf8-b55c-f95fa09ccefa
ModelName:vFW 5b721f9c-cd58-nodes.vpgCvfc
ModelUuid:3d9eb458-02dc-4057-b51c-eb4da8baaa5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4db86c66-1530-4625-90bd-65b0df3ecd70
ModelInvariantUuid:87c2b142-6f77-4dcc-98d2-cc6412f6d377
ModelName:Vfw5b721f9cCd58.compute.nodes.heat.vpg
ModelUuid:d1299ef8-5f9f-4f4f-93b5-c703e455f2b6
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=?
2021-11-15T10:25:00.573Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 49fa4228-cc1c-4903-8b5a-379aa40780c4
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=?
2021-11-15T10:25:00.655Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||vFW 5b721f9c-cd58 0
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49fa4228-cc1c-4903-8b5a-379aa40780c4
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77dd147d-8efd-4045-be37-867a9a5070b9 from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:25:00.661Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:00.721Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:25:00.721Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json 77dd147d-8efd-4045-be37-867a9a5070b9 785
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json ASDC sendASDCNotification
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:25:00.722Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:00.725Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:00.725Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971900722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:25:00.825Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:00.827Z||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.
2021-11-15T10:25:00.827Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:00.839Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:00.839Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:01.727Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5b721f9cCd58..base_vfw..module-0",
"vfModuleModelInvariantUUID": "61296855-e6e1-42a3-ab5e-adfb46412013",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34f60ed2-3122-47bf-b1ce-e1522a77ac15",
"vfModuleModelCustomizationUUID": "ffe125f6-5603-4b38-a2ae-ef9cccd42600",
"isBase": true,
"artifacts": [
"c1fb3577-9fd7-468b-a59c-b98484495efe",
"8efa908c-4296-4209-aeaf-d183545aaae7"
],
"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": ""
}
}
]
2021-11-15T10:25:01.740Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5b721f9cCd58..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34f60ed2-3122-47bf-b1ce-e1522a77ac15
VfModuleModelInvariantUUID:61296855-e6e1-42a3-ab5e-adfb46412013
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1fb3577-9fd7-468b-a59c-b98484495efe
,
8efa908c-4296-4209-aeaf-d183545aaae7
}
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
}
2021-11-15T10:25:01.743Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5b721f9cCd58..base_vfw..module-0",
"vfModuleModelInvariantUUID": "61296855-e6e1-42a3-ab5e-adfb46412013",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34f60ed2-3122-47bf-b1ce-e1522a77ac15",
"vfModuleModelCustomizationUUID": "ffe125f6-5603-4b38-a2ae-ef9cccd42600",
"isBase": true,
"artifacts": [
"c1fb3577-9fd7-468b-a59c-b98484495efe",
"8efa908c-4296-4209-aeaf-d183545aaae7"
],
"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": ""
}
}
]
2021-11-15T10:25:01.744Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5b721f9cCd58..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34f60ed2-3122-47bf-b1ce-e1522a77ac15
VfModuleModelInvariantUUID:61296855-e6e1-42a3-ab5e-adfb46412013
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1fb3577-9fd7-468b-a59c-b98484495efe
,
8efa908c-4296-4209-aeaf-d183545aaae7
}
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
}
2021-11-15T10:25:01.744Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1fb3577-9fd7-468b-a59c-b98484495efe from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:01.744Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:25:01.745Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:01.822Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:25:01.823Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml c1fb3577-9fd7-468b-a59c-b98484495efe 20368
2021-11-15T10:25:01.824Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:25:01.824Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:01.824Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:25:01.825Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:01.827Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:01.827Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971901824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:25:01.927Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:01.928Z||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.
2021-11-15T10:25:01.928Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:01.943Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:01.944Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:02.828Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8efa908c-4296-4209-aeaf-d183545aaae7 from URL: /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:02.829Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:25:02.829Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:02.893Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:25:02.894Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env 8efa908c-4296-4209-aeaf-d183545aaae7 2098
2021-11-15T10:25:02.895Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:25:02.895Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:02.895Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:25:02.896Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:02.898Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:02.903Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971902895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:25:02.998Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-15T10:25:02.999Z||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.
2021-11-15T10:25:02.999Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:03.015Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:03.016Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:03.904Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
2021-11-15T10:25:03.905Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5b721f9c-cd58 0 49fa4228-cc1c-4903-8b5a-379aa40780c4 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=?
2021-11-15T10:25:03.934Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cb048c6, org.onap.sdc.toscaparser.api.parameters.Input@f6545ca, org.onap.sdc.toscaparser.api.parameters.Input@1bea7450, org.onap.sdc.toscaparser.api.parameters.Input@45dcc7ea, org.onap.sdc.toscaparser.api.parameters.Input@4ba441ef]
2021-11-15T10:25:03.937Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.938Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.938Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-15T10:25:03.938Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a83c33e9-68a0-49fc-b43e-24850f66365f
2021-11-15T10:25:03.939Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a83c33e9-68a0-49fc-b43e-24850f66365f matches Tosca VF Customization UUID: a83c33e9-68a0-49fc-b43e-24850f66365f
2021-11-15T10:25:03.939Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a83c33e9-68a0-49fc-b43e-24850f66365f 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=?
2021-11-15T10:25:03.945Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.946Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.947Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a83c33e9-68a0-49fc-b43e-24850f66365f: {\"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\"}
2021-11-15T10:25:03.947Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b7fa9d3
2021-11-15T10:25:03.948Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.948Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:25:03.949Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe125f6-5603-4b38-a2ae-ef9cccd42600
2021-11-15T10:25:03.950Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe125f6-5603-4b38-a2ae-ef9cccd42600
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=?
2021-11-15T10:25:03.954Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.955Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.955Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.956Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.956Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.957Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.957Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.957Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:03.958Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:03.958Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:25:03.958Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:03.959Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:03.959Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:03.959Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.960Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:03.961Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.961Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7fcca206-6da2-4735-9675-c8931a5c2fe2
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=?
2021-11-15T10:25:03.968Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.968Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.969Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.969Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.970Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:03.970Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:03.970Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:03.971Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.971Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.971Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.972Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:03.972Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:03.973Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:25:03.973Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:25:03.973Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.974Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:25:03.974Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.974Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=191334e6-9c30-4eca-8491-3e0b50536f86
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=?
2021-11-15T10:25:03.977Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.977Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.977Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.979Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.980Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is not matching search criteria
2021-11-15T10:25:03.980Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:25:03.980Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:25:03.981Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.981Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.981Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.982Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:25:03.982Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:25:03.982Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:25:03.983Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:25:03.984Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0181a0aa-d60e-4eca-8e3b-b475faaaff8d
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=?
2021-11-15T10:25:03.986Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.987Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.987Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:25:03.987Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.988Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Node template vFW 5b721f9c-cd58 0 is matching search criteria
2021-11-15T10:25:03.988Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5b721f9c-cd58 0] matching following query criteria: sdcType=VF, customizationUUID=a83c33e9-68a0-49fc-b43e-24850f66365f
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=?
2021-11-15T10:25:03.990Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.991Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.991Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0: vFW 5b721f9c-cd58
2021-11-15T10:25:03.991Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.992Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.992Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.992Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.993Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.993Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.993Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.994Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.994Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:25:03.994Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:25:03.995Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-15 10-22-28
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 (?, ?, ?, ?, ?)
2021-11-15T10:25:04.245Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5b721f9c-cd58 49fa4228-cc1c-4903-8b5a-379aa40780c4 1 ASDC deployResourceStructure
2021-11-15T10:25:04.245Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json ASDC sendASDCNotification
2021-11-15T10:25:04.245Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json
2021-11-15T10:25:04.246Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:04.246Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:04.247Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:04.247Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971904245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T10:25:04.348Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:04.349Z||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.
2021-11-15T10:25:04.349Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:04.359Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:04.360Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:05.248Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:25:05.249Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml
2021-11-15T10:25:05.249Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:05.249Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:05.250Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:05.250Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971905248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T10:25:05.351Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:25:05.351Z||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.
2021-11-15T10:25:05.352Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:05.363Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:05.363Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:06.251Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:25:06.252Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env
2021-11-15T10:25:06.252Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:06.252Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:06.254Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:06.254Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971906251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-15T10:25:06.360Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-11-15T10:25:06.361Z||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.
2021-11-15T10:25:06.362Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:06.375Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:06.376Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:25:07.255Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar ASDC sendASDCNotification
2021-11-15T10:25:07.256Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar
2021-11-15T10:25:07.256Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:25:07.256Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:25:07.261Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:25:07.261Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971907255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:25:07.360Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:25:07.361Z||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.
2021-11-15T10:25:07.361Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:25:07.379Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:07.380Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:25:08.263Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:25:08.287Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:25:08.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:25:08.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:25:08.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:25:38.290Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:25:38.315Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:25:38.317Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:25:38.318Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:25:38.318Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:25:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:25:47.222Z||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.
2021-11-15T10:25:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:25:47.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:25:47.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:25:47.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "cds",
"timestamp": 1636971887579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-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=?
2021-11-15T10:25:47.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:25:47.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:26:08.318Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:26:08.343Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:26:08.346Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:26:08.347Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:26:08.347Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:26:38.348Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:26:38.359Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:26:38.361Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:26:38.361Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:26:38.361Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:26:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:26:47.223Z||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.
2021-11-15T10:26:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:26:47.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:26:47.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:26:47.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971887553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:26:47.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:08.363Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:27:08.387Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:27:08.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:27:08.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:27:08.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:27:38.389Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:27:38.407Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:27:38.412Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:27:38.412Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:27:38.412Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:27:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:27:47.225Z||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.
2021-11-15T10:27:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:27:47.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:27:47.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636971881378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971888110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "policy-id",
"timestamp": 1636971888558,
"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=?
2021-11-15T10:27:47.767Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:27:47.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:27:47.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971889401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971891349,
"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=?
2021-11-15T10:27:47.790Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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=?
2021-11-15T10:27:47.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971891767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636971892355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636971892773,
"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=?
2021-11-15T10:27:47.806Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.807Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:27:47.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971887218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971896103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971896949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971898960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "clamp",
"timestamp": 1636971899966,
"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=?
2021-11-15T10:27:47.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971900722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971901824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971902895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971896919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971904245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/vfw5b721f9ccd580_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971904748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971905248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971906251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/resourceInstances/vfw5b721f9ccd580/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636971907255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971920624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115102228/1.0/artifacts/service-Vfw20211115102228-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:27:47.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "aai-ml",
"timestamp": 1636971921630,
"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=?
2021-11-15T10:27:47.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9b10384-9959-4c12-95b1-474ba79aff4e
2021-11-15T10:27:47.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9b10384-9959-4c12-95b1-474ba79aff4e 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 (?, ?, ?, ?, ?)
2021-11-15T10:28:08.414Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:28:08.443Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e
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=?
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:28:08.446Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:28:08.447Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T10:28:08.455Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:28:38.456Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9b10384-9959-4c12-95b1-474ba79aff4e 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=?
2021-11-15T10:28:38.476Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9b10384-9959-4c12-95b1-474ba79aff4e and serviceModelVersionId: 192617db-0f07-4ad9-9c0d-ffc5eee1a9a0
2021-11-15T10:28:38.477Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86877d6f-f882-4c1d-82be-c0269eebed22
2021-11-15T10:28:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:28:47.222Z||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.
2021-11-15T10:28:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:28:47.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:28:47.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972113934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972116128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972115485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972113388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "dcae-sch",
"timestamp": 1636972115221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972111625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972125136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972125147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972125135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972125127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "cds",
"timestamp": 1636972126145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T10:28:47.434Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:28:47.435Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:28:47.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972126133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972126437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:28:47.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:47.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:28:52.226Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0
2021-11-15T10:28:52.335Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:28:52.838Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?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]}
2021-11-15T10:28:52.844Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0|INFO|500||Invoke
2021-11-15T10:28:52.976Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-15T10:28:53.532Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0|INFO|500||InvokeReturn
2021-11-15T10:28:53.532Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86877d6f-f882-4c1d-82be-c0269eebed22/model-vers/model-ver/192617db-0f07-4ad9-9c0d-ffc5eee1a9a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-10:28:52:987-60108], vertex-id=[184368], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:28:52 GMT], Content-Type=[application/json]}
2021-11-15T10:28:53.533Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:28:53.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:28:53.537Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T10:28:53.542Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T10:28:53.543Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9b10384-9959-4c12-95b1-474ba79aff4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:28:53.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:28:53.544Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:28:53.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:28:53.547Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972133543,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:28:53.647Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:28:53.648Z||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.
2021-11-15T10:28:53.648Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:28:53.661Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:28:53.662Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T10:28:54.557Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:28:54.558Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:28:54.558Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:28:59.189Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:28:59.191Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T10:28:59.191Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed4f42b0-384d-4497-a732-215e73c72511","serviceName":"basic_onboard_GwRzkN","serviceVersion":"1.0","serviceUUID":"2196b54c-57ea-47e3-90d8-437ab7d9a143","serviceDescription":"service","serviceInvariantUUID":"47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031","resources":[{"resourceInstanceName":"basic_onboard_GwRzkN 0","resourceName":"basic_onboard_GwRzkN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d9583bb-3cfa-44ab-b2e6-51da7ce28796","resourceInvariantUUID":"1100a7f2-6456-476d-a770-757ec0e954b5","resourceCustomizationUUID":"b2454a62-a408-4c53-b77b-ef0e2f146a84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml","artifactChecksum":"NDUzMDE3MjNjMTU1NGVlM2E1NjQ0MjU1MTAzODk1ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c15438-049f-4e21-9928-346a94f54a15","artifactVersion":"1"},{"artifactName":"basic_onboard_gwrzkn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json","artifactChecksum":"NzY2YjQ4ZWQ1NjEzZTFjOTA5YTI1NmRkOTFmMzUxMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14dee6b3-9293-47ab-b44d-0963ff10b884","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b0c8614-c010-4233-bb95-4f98627e0677","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3effe37-03fb-438d-8d62-a2278ddde810","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da6d9e5b-ee5b-47ed-9616-6294e24eb7cf","artifactVersion":"2","generatedFromUUID":"4b0c8614-c010-4233-bb95-4f98627e0677"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGwrzkn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml","artifactChecksum":"NDE0YTY0ODYwNWI5YjE2M2I0ZDU0NjAzNzlkNmRkMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87039490-7ba5-4396-94a4-a2353f3b6bbc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGwrzkn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar","artifactChecksum":"ZDhiNDdlYjgyN2U4YWY4NjgzZjIyMGM3MWU3MWYzNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7620dd0-dd25-411e-8675-d615632562ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:28:59.194Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:28:59.194Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:28:59.195Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:28:59.196Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:28:59.296Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:28:59.296Z||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.
2021-11-15T10:28:59.297Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:28:59.307Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:28:59.308Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:00.196Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:00.197Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:00.199Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:00.199Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:29:00.299Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:00.300Z||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.
2021-11-15T10:29:00.300Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:00.313Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:00.313Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:01.200Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:01.200Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:01.202Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:01.202Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:29:01.302Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:01.303Z||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.
2021-11-15T10:29:01.303Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:01.317Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:01.317Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:02.203Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:02.204Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:02.206Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:02.207Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:29:02.307Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:02.308Z||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.
2021-11-15T10:29:02.308Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:02.322Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:02.322Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:29:03.208Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:03.209Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:03.212Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:03.212Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-15T10:29:03.312Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:03.313Z||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.
2021-11-15T10:29:03.313Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:03.324Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:03.325Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:04.213Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:04.214Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:04.216Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:04.216Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:29:04.317Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T10:29:04.328Z||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.
2021-11-15T10:29:04.328Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:04.348Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:04.348Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:05.217Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:29:05.218Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:05.220Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:05.220Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:29:05.320Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:05.321Z||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.
2021-11-15T10:29:05.321Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:05.332Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:05.332Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:06.221Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"serviceName": "basic_onboard_GwRzkN",
"serviceVersion": "1.0",
"serviceUUID": "2196b54c-57ea-47e3-90d8-437ab7d9a143",
"serviceDescription": "service",
"serviceInvariantUUID": "47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031",
"resources": [
{
"resourceInstanceName": "basic_onboard_GwRzkN 0",
"resourceCustomizationUUID": "b2454a62-a408-4c53-b77b-ef0e2f146a84",
"resourceName": "basic_onboard_GwRzkN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9d9583bb-3cfa-44ab-b2e6-51da7ce28796",
"resourceInvariantUUID": "1100a7f2-6456-476d-a770-757ec0e954b5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gwrzkn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"artifactChecksum": "NzY2YjQ4ZWQ1NjEzZTFjOTA5YTI1NmRkOTFmMzUxMjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14dee6b3-9293-47ab-b44d-0963ff10b884",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b0c8614-c010-4233-bb95-4f98627e0677",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da6d9e5b-ee5b-47ed-9616-6294e24eb7cf",
"generatedFromUUID": "4b0c8614-c010-4233-bb95-4f98627e0677"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da6d9e5b-ee5b-47ed-9616-6294e24eb7cf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGwrzkn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"artifactChecksum": "ZDhiNDdlYjgyN2U4YWY4NjgzZjIyMGM3MWU3MWYzNzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7620dd0-dd25-411e-8675-d615632562ed"
}
],
"workloadContext": "Production"
}
2021-11-15T10:29:06.222Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:29:06.222Z|e9b10384-9959-4c12-95b1-474ba79aff4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2196b54c-57ea-47e3-90d8-437ab7d9a143 ASDC
2021-11-15T10:29:06.223Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ed4f42b0-384d-4497-a732-215e73c72511
ServiceName:basic_onboard_GwRzkN
ServiceVersion:1.0
ServiceUUID:2196b54c-57ea-47e3-90d8-437ab7d9a143
ServiceInvariantUUID:47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGwrzkn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
ArtifactUUID:e7620dd0-dd25-411e-8675-d615632562ed
ArtifactChecksum:ZDhiNDdlYjgyN2U4YWY4NjgzZjIyMGM3MWU3MWYzNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GwRzkN 0
ResourceCustomizationUUID:b2454a62-a408-4c53-b77b-ef0e2f146a84
ResourceInvariantUUID:1100a7f2-6456-476d-a770-757ec0e954b5
ResourceName:basic_onboard_GwRzkN
ResourceType:VF
ResourceUUID:9d9583bb-3cfa-44ab-b2e6-51da7ce28796
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gwrzkn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
ArtifactUUID:14dee6b3-9293-47ab-b44d-0963ff10b884
ArtifactChecksum:NzY2YjQ4ZWQ1NjEzZTFjOTA5YTI1NmRkOTFmMzUxMjA=
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/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b0c8614-c010-4233-bb95-4f98627e0677
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/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
ArtifactUUID:da6d9e5b-ee5b-47ed-9616-6294e24eb7cf
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/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
ArtifactUUID:da6d9e5b-ee5b-47ed-9616-6294e24eb7cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-15T10:29:06.223Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2196b54c-57ea-47e3-90d8-437ab7d9a143 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T10:29:06.251Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:29:06.251Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e7620dd0-dd25-411e-8675-d615632562ed from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:06.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:06.408Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:06.411Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar e7620dd0-dd25-411e-8675-d615632562ed 71571
2021-11-15T10:29:06.411Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar ASDC sendASDCNotification
2021-11-15T10:29:06.412Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:06.412Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:06.412Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:06.422Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:06.422Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972146411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:29:06.515Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-11-15T10:29:06.516Z||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.
2021-11-15T10:29:06.516Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:06.536Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:06.537Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2021-11-15T10:29:07.424Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:29:07.427Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:29:07.427Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e7620dd0-dd25-411e-8675-d615632562ed, URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar to file: /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.428Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.428Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.429Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:07.795Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6708006088565238974/Definitions/service-BasicOnboardGwrzkn-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
2021-11-15T10:29:08.897Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:29:08.898Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:29:08.898Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.898Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.899Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GwRzkN 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-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:29:08.900Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:29:08.906Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:29:08.908Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.908Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.908Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.909Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:29:08.910Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.911Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-15T10:29:08.912Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:29:08.913Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.914Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.914Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:08.914Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.915Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.915Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:08.915Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.916Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:08.916Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:08.916Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.917Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is not matching search criteria
2021-11-15T10:29:08.918Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T10:29:08.921Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T10:29:08.921Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b6ce432-980a-4617-8aa8-5db62f3f8d78
2021-11-15T10:29:08.922Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.922Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.922Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.923Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.923Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.923Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:08.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:08.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GwRzkN
Description:service
Model UUID:2196b54c-57ea-47e3-90d8-437ab7d9a143
Model Version:NULL
Model InvariantUuid:47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GwRzkN
Model UUID:3513b73b-7858-49bc-8774-77a44bd77543
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1100a7f2-6456-476d-a770-757ec0e954b5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2454a62-a408-4c53-b77b-ef0e2f146a84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be083be0-d865-43b1-b7fa-a2030681f5a6
ModelName:BasicOnboardGwrzkn..base_ubuntu18..module-0
ModelUuid:eb2c7ff6-162c-48a6-a1b8-aec627a61836
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7b6ce432-980a-4617-8aa8-5db62f3f8d78
ModelInvariantUuid:2a21aff4-f462-4294-98fd-06ce63e83eb5
ModelName:basic_onboard_GwRzkN-nodes.ubuntu18Cvfc
ModelUuid:fd22cbf4-c5de-4e4e-8aa1-0d435ca2feae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6602a179-1f51-4439-b34f-56efc38771dd
ModelInvariantUuid:869aa47c-979c-4154-8fe7-d10cf52803b2
ModelName:BasicOnboardGwrzkn.compute.nodes.heat.ubuntu18
ModelUuid:2753cd97-2177-4eb6-bfa9-788a6f67f465
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=?
2021-11-15T10:29:08.932Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d9583bb-3cfa-44ab-b2e6-51da7ce28796
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=?
2021-11-15T10:29:08.935Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||basic_onboard_GwRzkN 0
2021-11-15T10:29:08.935Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d9583bb-3cfa-44ab-b2e6-51da7ce28796
2021-11-15T10:29:08.935Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14dee6b3-9293-47ab-b44d-0963ff10b884 from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:08.936Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:08.936Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:09.181Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:09.181Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json 14dee6b3-9293-47ab-b44d-0963ff10b884 798
2021-11-15T10:29:09.182Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json ASDC sendASDCNotification
2021-11-15T10:29:09.182Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:09.182Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:09.183Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:09.185Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:09.185Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972149182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:29:09.285Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:09.286Z||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.
2021-11-15T10:29:09.286Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:09.302Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:09.303Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:10.185Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGwrzkn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be083be0-d865-43b1-b7fa-a2030681f5a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eb2c7ff6-162c-48a6-a1b8-aec627a61836",
"vfModuleModelCustomizationUUID": "2f3021c4-a70f-45bd-ba1c-ee3e95002d19",
"isBase": true,
"artifacts": [
"4b0c8614-c010-4233-bb95-4f98627e0677",
"da6d9e5b-ee5b-47ed-9616-6294e24eb7cf"
],
"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": ""
}
}
]
2021-11-15T10:29:10.193Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGwrzkn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb2c7ff6-162c-48a6-a1b8-aec627a61836
VfModuleModelInvariantUUID:be083be0-d865-43b1-b7fa-a2030681f5a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b0c8614-c010-4233-bb95-4f98627e0677
,
da6d9e5b-ee5b-47ed-9616-6294e24eb7cf
}
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
}
2021-11-15T10:29:10.195Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGwrzkn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be083be0-d865-43b1-b7fa-a2030681f5a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eb2c7ff6-162c-48a6-a1b8-aec627a61836",
"vfModuleModelCustomizationUUID": "2f3021c4-a70f-45bd-ba1c-ee3e95002d19",
"isBase": true,
"artifacts": [
"4b0c8614-c010-4233-bb95-4f98627e0677",
"da6d9e5b-ee5b-47ed-9616-6294e24eb7cf"
],
"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": ""
}
}
]
2021-11-15T10:29:10.195Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGwrzkn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb2c7ff6-162c-48a6-a1b8-aec627a61836
VfModuleModelInvariantUUID:be083be0-d865-43b1-b7fa-a2030681f5a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b0c8614-c010-4233-bb95-4f98627e0677
,
da6d9e5b-ee5b-47ed-9616-6294e24eb7cf
}
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
}
2021-11-15T10:29:10.196Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b0c8614-c010-4233-bb95-4f98627e0677 from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:10.196Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:10.196Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:10.488Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:10.489Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml 4b0c8614-c010-4233-bb95-4f98627e0677 5033
2021-11-15T10:29:10.489Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T10:29:10.489Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:10.490Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:10.490Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:10.492Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:10.492Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972150489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:29:10.592Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-11-15T10:29:10.593Z||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.
2021-11-15T10:29:10.593Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:10.606Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:10.607Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:29:11.512Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da6d9e5b-ee5b-47ed-9616-6294e24eb7cf from URL: /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:11.512Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:29:11.513Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:11.682Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:29:11.682Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env da6d9e5b-ee5b-47ed-9616-6294e24eb7cf 909
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:29:11.683Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:11.685Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:11.685Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972151683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:29:11.785Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:29:11.786Z||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.
2021-11-15T10:29:11.786Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:11.797Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:11.797Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:12.686Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2196b54c-57ea-47e3-90d8-437ab7d9a143
2021-11-15T10:29:12.687Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GwRzkN 0 9d9583bb-3cfa-44ab-b2e6-51da7ce28796 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=?
2021-11-15T10:29:12.699Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52d49500, org.onap.sdc.toscaparser.api.parameters.Input@20dd1347, org.onap.sdc.toscaparser.api.parameters.Input@15e2cfd2, org.onap.sdc.toscaparser.api.parameters.Input@134f374e, org.onap.sdc.toscaparser.api.parameters.Input@6545dcb2]
2021-11-15T10:29:12.701Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.702Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.702Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-15T10:29:12.703Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b2454a62-a408-4c53-b77b-ef0e2f146a84
2021-11-15T10:29:12.703Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2454a62-a408-4c53-b77b-ef0e2f146a84 matches Tosca VF Customization UUID: b2454a62-a408-4c53-b77b-ef0e2f146a84
2021-11-15T10:29:12.703Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b2454a62-a408-4c53-b77b-ef0e2f146a84 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=?
2021-11-15T10:29:12.705Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.706Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.707Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b2454a62-a408-4c53-b77b-ef0e2f146a84: {\"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\"}
2021-11-15T10:29:12.707Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@444acd81
2021-11-15T10:29:12.707Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.708Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:29:12.708Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f3021c4-a70f-45bd-ba1c-ee3e95002d19
2021-11-15T10:29:12.708Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f3021c4-a70f-45bd-ba1c-ee3e95002d19
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=?
2021-11-15T10:29:12.710Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.711Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.711Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:12.711Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.712Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.712Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:12.712Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.713Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is not matching search criteria
2021-11-15T10:29:12.713Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T10:29:12.713Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T10:29:12.714Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b6ce432-980a-4617-8aa8-5db62f3f8d78
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=?
2021-11-15T10:29:12.716Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.716Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.716Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:29:12.717Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.717Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GwRzkN 0 is matching search criteria
2021-11-15T10:29:12.718Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GwRzkN 0] matching following query criteria: sdcType=VF, customizationUUID=b2454a62-a408-4c53-b77b-ef0e2f146a84
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=?
2021-11-15T10:29:12.720Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.720Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.720Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2196b54c-57ea-47e3-90d8-437ab7d9a143: basic_onboard_GwRzkN
2021-11-15T10:29:12.721Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.721Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.721Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.722Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.722Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.722Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.723Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.723Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.723Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:29:12.724Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GwRzkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:29:12.724Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_GwRzkN
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 (?, ?, ?, ?, ?)
2021-11-15T10:29:12.843Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GwRzkN 9d9583bb-3cfa-44ab-b2e6-51da7ce28796 1 ASDC deployResourceStructure
2021-11-15T10:29:12.844Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json ASDC sendASDCNotification
2021-11-15T10:29:12.844Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json
2021-11-15T10:29:12.844Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:12.845Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:12.847Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:12.847Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972152844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T10:29:12.947Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:12.948Z||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.
2021-11-15T10:29:12.948Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:12.959Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:12.959Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:13.850Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T10:29:13.851Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml
2021-11-15T10:29:13.851Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:13.851Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:13.854Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:13.854Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972153850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T10:29:13.954Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:13.955Z||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.
2021-11-15T10:29:13.956Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:13.966Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:13.967Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:14.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T10:29:14.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env
2021-11-15T10:29:14.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:14.856Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:14.857Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:14.857Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972154855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-15T10:29:14.958Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:14.959Z||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.
2021-11-15T10:29:14.959Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:14.979Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:14.979Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:29:15.858Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar ASDC sendASDCNotification
2021-11-15T10:29:15.859Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar
2021-11-15T10:29:15.859Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T10:29:15.859Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:29:15.861Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:29:15.861Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972155858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:29:15.961Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:29:15.963Z||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.
2021-11-15T10:29:15.963Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:29:15.974Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:15.975Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:29:16.862Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:29:16.873Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:29:16.876Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:29:16.876Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:29:16.876Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:29:46.877Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:29:46.901Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:29:46.903Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:29:46.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:29:46.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:29:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:29:47.224Z||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.
2021-11-15T10:29:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:29:47.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:29:47.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:29:47.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "policy-id",
"timestamp": 1636972127135,
"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=?
2021-11-15T10:29:47.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:29:47.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:30:16.904Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:30:16.921Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:30:16.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:30:16.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:30:16.924Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:30:46.925Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:30:46.946Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:30:46.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:30:46.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:30:46.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:30:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:30:47.224Z||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.
2021-11-15T10:30:47.224Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:30:47.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:30:47.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:30:47.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972127615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:30:47.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:16.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:31:16.968Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:31:16.970Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:31:16.970Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:31:16.971Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:31:46.971Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:31:46.993Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:31:46.997Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:31:46.997Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T10:31:46.997Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T10:31:47.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:31:47.223Z||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.
2021-11-15T10:31:47.223Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:31:47.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:31:47.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972127825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "ves-openapi-manager",
"timestamp": 1636972121377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636972128630,
"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=?
2021-11-15T10:31:47.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:31:47.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972128854,
"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=?
2021-11-15T10:31:47.782Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.782Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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=?
2021-11-15T10:31:47.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972128976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636972129858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972130988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "clamp",
"timestamp": 1636972131992,
"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=?
2021-11-15T10:31:47.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9b10384-9959-4c12-95b1-474ba79aff4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972133543,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972136918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972144675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972134557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972146411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972149182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972150489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972151683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972152844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/basic_onboard_gwrzkn0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972153850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972154855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/resourceInstances/basic_onboard_gwrzkn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972155210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972155858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGwrzkn/1.0/artifacts/service-BasicOnboardGwrzkn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:31:47.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "aai-ml",
"timestamp": 1636972156220,
"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=?
2021-11-15T10:31:47.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed4f42b0-384d-4497-a732-215e73c72511
2021-11-15T10:31:47.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed4f42b0-384d-4497-a732-215e73c72511 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 (?, ?, ?, ?, ?)
2021-11-15T10:32:16.998Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:32:17.025Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511
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=?
2021-11-15T10:32:17.028Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T10:32:17.028Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:32:17.029Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:32:17.030Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:32:17.030Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T10:32:17.030Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T10:32:17.036Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T10:32:47.037Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed4f42b0-384d-4497-a732-215e73c72511 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=?
2021-11-15T10:32:47.049Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed4f42b0-384d-4497-a732-215e73c72511 and serviceModelVersionId: 2196b54c-57ea-47e3-90d8-437ab7d9a143
2021-11-15T10:32:47.049Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031
2021-11-15T10:32:47.051Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0
2021-11-15T10:32:47.059Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T10:32:47.130Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|INFO|500||Invoke
2021-11-15T10:32:47.131Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed4f42b0-384d-4497-a732-215e73c72511], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ef51f73-f31f-494a-8153-257d5095e32a], X-ECOMP-RequestID=[ed4f42b0-384d-4497-a732-215e73c72511], X-TransactionId=[], X-ONAP-RequestID=[ed4f42b0-384d-4497-a732-215e73c72511], Content-Type=[application/merge-patch+json]}
2021-11-15T10:32:47.170Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-15T10:32:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:32:47.224Z||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.
2021-11-15T10:32:47.225Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:32:47.380Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?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/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-10:32:47:178-17098], vertex-id=[196656], Content-Length=[0], Date=[Mon, 15 Nov 2021 10:32:47 GMT], Content-Type=[application/json]}
2021-11-15T10:32:47.381Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T10:32:47.382Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47d98a43-b3ea-4b7d-80c5-a9bc9a2d2031/model-vers/model-ver/2196b54c-57ea-47e3-90d8-437ab7d9a143?depth=0|INFO|500||InvokeReturn
2021-11-15T10:32:47.383Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T10:32:47.384Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T10:32:47.390Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T10:32:47.391Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed4f42b0-384d-4497-a732-215e73c72511 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T10:32:47.392Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T10:32:47.393Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:32:47.397Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:32:47.397Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972367391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:32:47.496Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-15T10:32:47.498Z||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.
2021-11-15T10:32:47.498Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:32:47.514Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:32:47.515Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:32:48.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:32:48.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-15T10:32:48.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed4f42b0-384d-4497-a732-215e73c72511",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972367391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T10:32:48.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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=?
2021-11-15T10:32:48.413Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:32:48.414Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:32:48.414Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:32:58.855Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:32:58.856Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:32:58.856Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:32:58.856Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:08.402Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:08.403Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:08.403Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:33:08.403Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:17.952Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:17.953Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:17.955Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:33:17.956Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:27.546Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:27.547Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:27.548Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:33:27.548Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:37.137Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:37.138Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:37.139Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:33:37.139Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:46.679Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:46.680Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:46.680Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T10:33:46.681Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:47.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T10:33:47.222Z||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.
2021-11-15T10:33:47.222Z||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 AbjctDGpKuArKV09) ...
2021-11-15T10:33:53.223Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:53.224Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T10:33:53.224Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"73f2089b-30d2-4cac-a4f9-9fd6571b8d78","serviceName":"vFW 2021-11-15 10-32-02","serviceVersion":"1.0","serviceUUID":"13e0ba29-bc75-4f62-9aa8-3cf46b668502","serviceDescription":"catalog service description","serviceInvariantUUID":"1053ef3e-8933-471d-bf29-45e9d4c36d93","resources":[{"resourceInstanceName":"vFW a9d8ab5b-1d6d 0","resourceName":"vFW a9d8ab5b-1d6d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2b6a23c-fc5c-46ed-8e24-53e96968e765","resourceInvariantUUID":"7ea9ded9-0077-447a-b988-8c5d13d0b586","resourceCustomizationUUID":"a559c8ac-aa10-4fc7-98ad-be11de8bd921","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml","artifactChecksum":"MzVmNGRkZDFmMjUzMjBjOTljMmQ2ODVlZWUzNmExNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9db28491-8492-464d-b35c-a8d1d48fa715","artifactVersion":"1"},{"artifactName":"vfwa9d8ab5b1d6d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json","artifactChecksum":"M2E4MTBhYThlNTgzYjYzYjMyN2M0ZWM0YzFjNmQ1ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c6f2a51-3999-46dd-8f99-29f0f3d0bfad","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed0bf68b-aa9c-4dbd-adfd-f210560d42e7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTE3NDViMzk5MjI3YzM5NDIwMjFmYWY0NmM0M2JkM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d03a1abf-fc29-4dab-a876-cdcbdac42387","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dbbdb180-825b-42d9-9d14-4ae4c35237b6","artifactVersion":"3","generatedFromUUID":"ed0bf68b-aa9c-4dbd-adfd-f210560d42e7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211115103202-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml","artifactChecksum":"NTUyYzJlNjY0YzE4YjM5ZDU4MmI3MWY2ZGM2OTJlMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1a480ec-50c6-497b-84b8-1b9c7d6ccf46","artifactVersion":"1"},{"artifactName":"service-Vfw20211115103202-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar","artifactChecksum":"YzYyYzg0YTkyY2VhZWY1NzA4MTQ1ZWU1YjhlMTA0NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"142a1856-5894-4235-a242-9e9196d30c2a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T10:33:53.229Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:53.230Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:53.232Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:53.232Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:33:53.332Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:53.333Z||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.
2021-11-15T10:33:53.333Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:53.354Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:53.355Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:53.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:53.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T10:33:53.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:33:53.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-15T10:33:53.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T10:33:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "cds",
"timestamp": 1636972428934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:33:53.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-15T10:33:54.232Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:54.233Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:54.236Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:54.236Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T10:33:54.336Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:54.339Z||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.
2021-11-15T10:33:54.339Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:54.363Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:54.363Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:55.237Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:55.237Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:55.239Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:55.239Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T10:33:55.339Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:55.340Z||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.
2021-11-15T10:33:55.340Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:55.354Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:55.354Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:56.239Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:56.240Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:56.242Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:56.242Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:33:56.342Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:56.343Z||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.
2021-11-15T10:33:56.344Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:56.357Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:56.358Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:57.243Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:57.244Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:57.247Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:57.247Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T10:33:57.347Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T10:33:57.349Z||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.
2021-11-15T10:33:57.349Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:57.360Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:57.361Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:58.248Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:58.250Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:58.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:58.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T10:33:58.352Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:58.353Z||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.
2021-11-15T10:33:58.353Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:58.362Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:58.362Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:33:59.252Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T10:33:59.253Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:33:59.255Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:33:59.255Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972426680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T10:33:59.355Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:33:59.357Z||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.
2021-11-15T10:33:59.357Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:33:59.372Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:33:59.373Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:34:00.257Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"serviceName": "vFW 2021-11-15 10-32-02",
"serviceVersion": "1.0",
"serviceUUID": "13e0ba29-bc75-4f62-9aa8-3cf46b668502",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1053ef3e-8933-471d-bf29-45e9d4c36d93",
"resources": [
{
"resourceInstanceName": "vFW a9d8ab5b-1d6d 0",
"resourceCustomizationUUID": "a559c8ac-aa10-4fc7-98ad-be11de8bd921",
"resourceName": "vFW a9d8ab5b-1d6d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e2b6a23c-fc5c-46ed-8e24-53e96968e765",
"resourceInvariantUUID": "7ea9ded9-0077-447a-b988-8c5d13d0b586",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa9d8ab5b1d6d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
"artifactChecksum": "M2E4MTBhYThlNTgzYjYzYjMyN2M0ZWM0YzFjNmQ1ZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c6f2a51-3999-46dd-8f99-29f0f3d0bfad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ed0bf68b-aa9c-4dbd-adfd-f210560d42e7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "dbbdb180-825b-42d9-9d14-4ae4c35237b6",
"generatedFromUUID": "ed0bf68b-aa9c-4dbd-adfd-f210560d42e7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "dbbdb180-825b-42d9-9d14-4ae4c35237b6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211115103202-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
"artifactChecksum": "YzYyYzg0YTkyY2VhZWY1NzA4MTQ1ZWU1YjhlMTA0NzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "142a1856-5894-4235-a242-9e9196d30c2a"
}
],
"workloadContext": "Production"
}
2021-11-15T10:34:00.258Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T10:34:00.258Z|ed4f42b0-384d-4497-a732-215e73c72511|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13e0ba29-bc75-4f62-9aa8-3cf46b668502 ASDC
2021-11-15T10:34:00.259Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:73f2089b-30d2-4cac-a4f9-9fd6571b8d78
ServiceName:vFW 2021-11-15 10-32-02
ServiceVersion:1.0
ServiceUUID:13e0ba29-bc75-4f62-9aa8-3cf46b668502
ServiceInvariantUUID:1053ef3e-8933-471d-bf29-45e9d4c36d93
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211115103202-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
ArtifactUUID:142a1856-5894-4235-a242-9e9196d30c2a
ArtifactChecksum:YzYyYzg0YTkyY2VhZWY1NzA4MTQ1ZWU1YjhlMTA0NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a9d8ab5b-1d6d 0
ResourceCustomizationUUID:a559c8ac-aa10-4fc7-98ad-be11de8bd921
ResourceInvariantUUID:7ea9ded9-0077-447a-b988-8c5d13d0b586
ResourceName:vFW a9d8ab5b-1d6d
ResourceType:VF
ResourceUUID:e2b6a23c-fc5c-46ed-8e24-53e96968e765
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa9d8ab5b1d6d0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
ArtifactUUID:8c6f2a51-3999-46dd-8f99-29f0f3d0bfad
ArtifactChecksum:M2E4MTBhYThlNTgzYjYzYjMyN2M0ZWM0YzFjNmQ1ZDE=
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/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
ArtifactUUID:ed0bf68b-aa9c-4dbd-adfd-f210560d42e7
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/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
ArtifactUUID:dbbdb180-825b-42d9-9d14-4ae4c35237b6
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/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
ArtifactUUID:dbbdb180-825b-42d9-9d14-4ae4c35237b6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-15T10:34:00.259Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e0ba29-bc75-4f62-9aa8-3cf46b668502 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 (?, ?, ?, ?, ?)
2021-11-15T10:34:00.298Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:34:00.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:34:00.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:34:00.299Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 142a1856-5894-4235-a242-9e9196d30c2a from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:00.301Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:00.302Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:00.367Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar 142a1856-5894-4235-a242-9e9196d30c2a 98900
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar ASDC sendASDCNotification
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:00.372Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:00.374Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:00.375Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972440372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:34:00.475Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:00.476Z||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.
2021-11-15T10:34:00.476Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:00.487Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:34:00.487Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:01.375Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T10:34:01.376Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T10:34:01.376Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 142a1856-5894-4235-a242-9e9196d30c2a, URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/artifacts/service-Vfw20211115103202-csar.csar to file: /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.376Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.377Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.377Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:01.679Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7593261872784661086/Definitions/service-Vfw20211115103202-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2021-11-15T10:34:03.654Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.655Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9d8ab5b-1d6d 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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||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-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.656Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115103202-csar.csar
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.657Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.658Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.659Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:03.660Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.661Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.662Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:03.663Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.664Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.665Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b52eafe9-6ecb-4c84-b0c2-1b125c2df413
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.666Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.667Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87bffa69-5f5f-44f9-8534-00b66f2dbd03
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.668Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T10:34:03.669Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3cff3bd-c643-426a-9e39-dc430d6d543c
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.670Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:03.671Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-15 10-32-02
Description:catalog service description
Model UUID:13e0ba29-bc75-4f62-9aa8-3cf46b668502
Model Version:NULL
Model InvariantUuid:1053ef3e-8933-471d-bf29-45e9d4c36d93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a9d8ab5b-1d6d
Model UUID:d4377ea7-b7d8-4048-9766-6245911cab6e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ea9ded9-0077-447a-b988-8c5d13d0b586
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a559c8ac-aa10-4fc7-98ad-be11de8bd921
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3
ModelName:VfwA9d8ab5b1d6d..base_vfw..module-0
ModelUuid:65fdda64-8412-486f-969e-a5b8081e36f2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b52eafe9-6ecb-4c84-b0c2-1b125c2df413
ModelInvariantUuid:c57966b5-ab1e-4b62-bfa0-c79d164428a5
ModelName:vFW a9d8ab5b-1d6d-nodes.vfwCvfc
ModelUuid:6e37e458-aa61-4a6b-9cbc-659070b26301
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6359a966-c595-4d68-aa5c-80006a7bddfe
ModelInvariantUuid:f5737ef6-74a9-46d7-8aab-208eeb5ec03e
ModelName:VfwA9d8ab5b1d6d.compute.nodes.heat.vfw
ModelUuid:9ef828bd-0bc4-4953-9c3d-2f4becbf399a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:87bffa69-5f5f-44f9-8534-00b66f2dbd03
ModelInvariantUuid:1ae6bd77-f343-41d1-8d74-769111cc43d4
ModelName:vFW a9d8ab5b-1d6d-nodes.vsnCvfc
ModelUuid:ec0b3a5f-730e-43f4-9549-81bf7de6b683
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9fb87cdf-01fb-4ae3-94fb-4d94dd39b8a0
ModelInvariantUuid:32462f46-480a-467e-80a0-d4a064d16d7d
ModelName:VfwA9d8ab5b1d6d.compute.nodes.heat.vsn
ModelUuid:3556a306-b04d-4381-bb28-ad29bc51bc99
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b3cff3bd-c643-426a-9e39-dc430d6d543c
ModelInvariantUuid:3da2767c-5fc9-4a33-b23e-b4955f3753fb
ModelName:vFW a9d8ab5b-1d6d-nodes.vpgCvfc
ModelUuid:c4757625-5cbb-404a-af60-6aa64522d049
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fc1c9e99-58e0-4db4-9d99-87e1c2829e91
ModelInvariantUuid:3d5b9d09-1801-42a3-8757-4f2aecab8255
ModelName:VfwA9d8ab5b1d6d.compute.nodes.heat.vpg
ModelUuid:937f5ee4-d33e-4947-a15f-8c67516ebd84
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=?
2021-11-15T10:34:03.677Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e2b6a23c-fc5c-46ed-8e24-53e96968e765
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=?
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||vFW a9d8ab5b-1d6d 0
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2b6a23c-fc5c-46ed-8e24-53e96968e765
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c6f2a51-3999-46dd-8f99-29f0f3d0bfad from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:03.680Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:03.681Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:03.730Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json 8c6f2a51-3999-46dd-8f99-29f0f3d0bfad 785
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json ASDC sendASDCNotification
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:03.731Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:03.733Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:03.733Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972443731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/vfwa9d8ab5b1d6d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:34:03.833Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:03.834Z||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.
2021-11-15T10:34:03.834Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:03.845Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:34:03.846Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:04.734Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA9d8ab5b1d6d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "65fdda64-8412-486f-969e-a5b8081e36f2",
"vfModuleModelCustomizationUUID": "e0c42c3d-c7d5-4643-98d3-d3aae98efdd0",
"isBase": true,
"artifacts": [
"ed0bf68b-aa9c-4dbd-adfd-f210560d42e7",
"dbbdb180-825b-42d9-9d14-4ae4c35237b6"
],
"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": ""
}
}
]
2021-11-15T10:34:04.738Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9d8ab5b1d6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65fdda64-8412-486f-969e-a5b8081e36f2
VfModuleModelInvariantUUID:6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed0bf68b-aa9c-4dbd-adfd-f210560d42e7
,
dbbdb180-825b-42d9-9d14-4ae4c35237b6
}
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
}
2021-11-15T10:34:04.740Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA9d8ab5b1d6d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "65fdda64-8412-486f-969e-a5b8081e36f2",
"vfModuleModelCustomizationUUID": "e0c42c3d-c7d5-4643-98d3-d3aae98efdd0",
"isBase": true,
"artifacts": [
"ed0bf68b-aa9c-4dbd-adfd-f210560d42e7",
"dbbdb180-825b-42d9-9d14-4ae4c35237b6"
],
"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": ""
}
}
]
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9d8ab5b1d6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65fdda64-8412-486f-969e-a5b8081e36f2
VfModuleModelInvariantUUID:6cbe2c75-91ec-48ea-9fd6-4b67a7f91ed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed0bf68b-aa9c-4dbd-adfd-f210560d42e7
,
dbbdb180-825b-42d9-9d14-4ae4c35237b6
}
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
}
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ed0bf68b-aa9c-4dbd-adfd-f210560d42e7 from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:04.741Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:04.799Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:04.799Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml ed0bf68b-aa9c-4dbd-adfd-f210560d42e7 20368
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:04.800Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:04.802Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:04.802Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972444800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:34:04.902Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T10:34:04.903Z||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.
2021-11-15T10:34:04.903Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:04.915Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:34:04.915Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T10:34:05.803Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dbbdb180-825b-42d9-9d14-4ae4c35237b6 from URL: /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:05.803Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T10:34:05.804Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env dbbdb180-825b-42d9-9d14-4ae4c35237b6 2098
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T10:34:05.916Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env
2021-11-15T10:34:05.917Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T10:34:05.917Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T10:34:05.919Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T10:34:05.919Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73f2089b-30d2-4cac-a4f9-9fd6571b8d78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636972445916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115103202/1.0/resourceInstances/vfwa9d8ab5b1d6d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T10:34:06.023Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-15T10:34:06.024Z||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.
2021-11-15T10:34:06.024Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AbjctDGpKuArKV09) ...
2021-11-15T10:34:06.042Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T10:34:06.042Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-15T10:34:06.921Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13e0ba29-bc75-4f62-9aa8-3cf46b668502
2021-11-15T10:34:06.922Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9d8ab5b-1d6d 0 e2b6a23c-fc5c-46ed-8e24-53e96968e765 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=?
2021-11-15T10:34:06.942Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70354d23, org.onap.sdc.toscaparser.api.parameters.Input@555d7fc2, org.onap.sdc.toscaparser.api.parameters.Input@54a5ca03, org.onap.sdc.toscaparser.api.parameters.Input@4f44297e, org.onap.sdc.toscaparser.api.parameters.Input@15c229e0]
2021-11-15T10:34:06.944Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.944Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a559c8ac-aa10-4fc7-98ad-be11de8bd921
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a559c8ac-aa10-4fc7-98ad-be11de8bd921 matches Tosca VF Customization UUID: a559c8ac-aa10-4fc7-98ad-be11de8bd921
2021-11-15T10:34:06.945Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a559c8ac-aa10-4fc7-98ad-be11de8bd921 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=?
2021-11-15T10:34:06.947Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a559c8ac-aa10-4fc7-98ad-be11de8bd921: {\"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\"}
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3109d2
2021-11-15T10:34:06.948Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.949Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 10-32-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T10:34:06.949Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0c42c3d-c7d5-4643-98d3-d3aae98efdd0
2021-11-15T10:34:06.949Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0c42c3d-c7d5-4643-98d3-d3aae98efdd0
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=?
2021-11-15T10:34:06.951Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.952Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is not matching search criteria
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T10:34:06.953Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.954Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T10:34:06.955Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T10:34:06.956Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b52eafe9-6ecb-4c84-b0c2-1b125c2df413
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=?
2021-11-15T10:34:06.958Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T10:34:06.958Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Node template vFW a9d8ab5b-1d6d 0 is matching search criteria
2021-11-15T10:34:06.959Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a9d8ab5b-1d6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T10:34:06.959Z|73f2089b-30d2-4cac-a4f9-9fd6571b8d78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery