By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-01-14T10:25:30.635Z||main|||||INFO|500||The following profiles are active: basic
2022-01-14T10:25:43.879Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-14T10:25:43.880Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-14T10:25:43.998Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-14T10:25:48.884Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-14T10:25:49.342Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-14T10:25:49.965Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-14T10:25:49.975Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-14T10:25:50.344Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-14T10:25:50.813Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-14T10:25:51.935Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-14T10:25:58.098Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-14T10:26:00.336Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-14T10:26:00.394Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-14T10:26:00.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-14T10:26:01.079Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-01-14T10:26:02.257Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-14T10:26:03.319Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-14T10:26:03.335Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-01-14T10:26:03.336Z||main|||||WARN|500||The sdc end point is not alive
2022-01-14T10:26:06.467Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-01-14T10:26:09.284Z||main|||||WARN|500||---
2022-01-14T10:26:09.285Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-14T10:26:09.285Z||main|||||WARN|500||---
2022-01-14T10:26:09.687Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-14T10:26:14.249Z||main|||||INFO|500||Started Application in 47.704 seconds (JVM running for 54.746)
2022-01-14T10:26:14.266Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T10:26:14.268Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T10:26:14.283Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T10:26:14.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T10:26:14.373Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85c52be1-f974-46b5-9416-39df2e5c6e33 url= /sdc/v1/artifactTypes
2022-01-14T10:26:14.374Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T10:26:14.610Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-14T10:26:14.645Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-01-14T10:26:14.709Z||scheduling-1|||||DEBUG|500||create keys
2022-01-14T10:26:14.716Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-14T10:26:15.109Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:26:15.126Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7add3093-7d89-4b22-b947-00fc8a030475 url= /sdc/v1/registerForDistribution
2022-01-14T10:26:15.687Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7add3093-7d89-4b22-b947-00fc8a030475 url= /sdc/v1/registerForDistribution
2022-01-14T10:26:15.687Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-14T10:26:15.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:26:15.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:26:15.707Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-14T10:26:15.712Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:26:15.713Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:26:15.713Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:26:15.713Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:26:26.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:26:26.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:27:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:27:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:27:15.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:27:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:27:15.705Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:27:15.705Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:27:25.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:27:25.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:28:15.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:28:15.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:28:15.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:28:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:28:15.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:28:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:28:25.256Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:28:25.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:29:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:29:15.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:29:15.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:29:15.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:29:15.703Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:29:15.703Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:29:25.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:29:25.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:30:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:30:15.695Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:30:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:30:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:30:15.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:30:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:30:25.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:30:25.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:31:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:31:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:31:15.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:31:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:31:15.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:31:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:31:25.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:31:25.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:32:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:32:15.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:32:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:32:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:32:15.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:32:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:32:25.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:32:25.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:33:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:33:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:33:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:33:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:33:15.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:33:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:33:25.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:33:25.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:34:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:34:15.695Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:34:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:34:15.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:34:15.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:34:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:34:25.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:34:25.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:35:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:35:15.696Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:35:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:35:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:35:15.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:35:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:35:19.629Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-14T10:35:25.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:35:25.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:36:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:36:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:36:15.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:36:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:36:15.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:36:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:36:25.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:36:25.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:37:15.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:37:15.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:37:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:37:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:37:15.699Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:37:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:37:25.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:37:25.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:38:15.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:38:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:38:15.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:38:15.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:38:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:38:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:38:25.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:38:25.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:39:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:39:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:39:15.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:39:15.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:39:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:39:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:39:25.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:39:25.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:40:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:40:15.695Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:40:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:40:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:40:15.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:40:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:40:25.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:40:25.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:41:15.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:41:15.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:41:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:41:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:41:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:41:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:41:25.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:41:25.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:42:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:42:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:42:15.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:42:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:42:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:42:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:42:25.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:42:25.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:43:15.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:43:15.695Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:43:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:43:15.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:43:15.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:43:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:43:25.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:43:25.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:44:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:44:15.696Z||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.
2022-01-14T10:44:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:44:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:44:15.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:44:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:44:25.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:44:25.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:45:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:45:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:45:15.700Z||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.
2022-01-14T10:45:15.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:45:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:45:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:45:25.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:45:25.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:46:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:46:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:46:15.699Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:46:15.699Z||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.
2022-01-14T10:46:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:46:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:46:25.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:46:25.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:47:15.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:47:15.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:47:15.705Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:47:15.705Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:47:15.706Z||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.
2022-01-14T10:47:15.706Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:47:25.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:47:25.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:48:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:48:15.695Z||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.
2022-01-14T10:48:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:48:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:48:15.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:48:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:48:25.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:48:25.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:49:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:49:15.696Z||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.
2022-01-14T10:49:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:49:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:49:15.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:49:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:49:25.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:49:25.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:50:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:50:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:50:15.699Z||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.
2022-01-14T10:50:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:50:15.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:50:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:50:25.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:50:25.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:51:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:51:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:51:15.699Z||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.
2022-01-14T10:51:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:51:15.699Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:51:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:51:25.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:51:25.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:52:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:52:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:52:15.700Z||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.
2022-01-14T10:52:15.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:52:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:52:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:52:25.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:52:25.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:53:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:53:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:53:15.698Z||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.
2022-01-14T10:53:15.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:53:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:53:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:53:25.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:53:25.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:54:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:54:15.695Z||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.
2022-01-14T10:54:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:54:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:54:15.697Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:54:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:54:25.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:54:25.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:55:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:55:15.696Z||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.
2022-01-14T10:55:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:55:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:55:15.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:55:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:55:25.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:55:25.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:56:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:56:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:56:15.697Z||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.
2022-01-14T10:56:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:56:15.697Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:56:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:56:25.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:56:25.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:57:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:57:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:57:15.698Z||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.
2022-01-14T10:57:15.699Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:57:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:57:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:57:25.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:57:25.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:58:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:58:15.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:58:15.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:58:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:58:15.700Z||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.
2022-01-14T10:58:15.701Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:58:25.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:58:25.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:59:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:59:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T10:59:15.700Z||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.
2022-01-14T10:59:15.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T10:59:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:59:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T10:59:25.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T10:59:25.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:00:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:00:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:00:15.700Z||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.
2022-01-14T11:00:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:00:15.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:00:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:00:25.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:00:25.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:01:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:01:15.695Z||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.
2022-01-14T11:01:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:01:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:01:15.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:01:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:01:25.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:01:25.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:02:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:02:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:02:15.698Z||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.
2022-01-14T11:02:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:02:15.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:02:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:02:25.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:02:25.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:03:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:03:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:03:15.698Z||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.
2022-01-14T11:03:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:03:15.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:03:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:03:25.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:03:25.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:04:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:04:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:04:15.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:04:15.698Z||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.
2022-01-14T11:04:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:04:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:04:25.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:04:25.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:05:15.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:05:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:05:15.698Z||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.
2022-01-14T11:05:15.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:05:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:05:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:05:25.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:05:25.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:06:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:06:15.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:06:15.699Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:06:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:06:15.699Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:06:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:06:25.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:06:25.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:07:15.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:07:15.695Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:07:15.695Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:07:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:07:15.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:07:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:07:25.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:07:25.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:08:15.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:08:15.696Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:08:15.696Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:08:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:08:15.699Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:08:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:08:25.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:08:25.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:09:15.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:09:15.696Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:09:15.697Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:09:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:09:15.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:09:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:09:25.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:09:25.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:10:15.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:10:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:10:15.697Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:10:15.697Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:10:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:10:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:10:25.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:10:25.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:11:15.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:11:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:11:15.699Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:11:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:11:15.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:11:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:11:25.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:11:25.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:12:15.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:12:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:12:15.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:12:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:12:15.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:12:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:12:25.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:12:25.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:13:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:13:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:13:15.699Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:13:15.699Z||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.
2022-01-14T11:13:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:13:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:13:25.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:13:25.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:14:15.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:14:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:14:15.698Z||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.
2022-01-14T11:14:15.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:14:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:14:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:14:25.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:14:25.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:15:15.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:15:15.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:15:15.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:15:15.699Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:15:15.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:15:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:15:25.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:15:25.246Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:16:15.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:16:15.695Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:16:15.695Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:16:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:16:15.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:16:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:16:25.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:16:25.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:17:15.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:17:15.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:17:15.696Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:17:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:17:15.697Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:17:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:17:25.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:17:25.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:18:15.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:18:15.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:18:15.704Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:18:15.704Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:18:15.704Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:18:15.704Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:18:25.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:18:25.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:19:15.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:19:15.695Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:19:15.696Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:19:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:19:15.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:19:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:19:25.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:19:25.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:15.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:20:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:20:15.699Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:20:15.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:20:15.699Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:17.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:17.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-14T11:20:17.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10a6c88f-fd64-414b-b2de-cf0f9d6522fa","serviceName":"vFW 2022-01-14 11-18-13","serviceVersion":"1.0","serviceUUID":"7e377e92-26b5-4c26-8a07-39217a720ae2","serviceDescription":"catalog service description","serviceInvariantUUID":"2be3bf6d-1e0d-4f69-af20-d1ff6fff3427","resources":[{"resourceInstanceName":"vFW 6d375dc8-ddb5 0","resourceName":"vFW 6d375dc8-ddb5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6","resourceInvariantUUID":"7900070b-3592-4316-9356-fb308588244a","resourceCustomizationUUID":"b7dc382f-d453-4f6e-9ccb-021df48ef7a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml","artifactChecksum":"NGU3ZTZjYWZiYTNkY2JmNmE5MzliNzIwYzkyOTYxOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33edcb1a-9fcf-40a6-a655-2ef682cfad0b","artifactVersion":"1"},{"artifactName":"vfw6d375dc8ddb50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json","artifactChecksum":"ZGI0OTkzZWRjYjI5ZjMzYmU2M2Q1YmZmZWEwZGNiMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbdca57b-4494-441b-95c9-4e756ee19639","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9da20a6-0df4-45c5-ab03-a267a21fa0a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml","artifactChecksum":"OWJmMDBjOGZkYmViMjRlM2VmNTI2ZGZkODE3ZGU5NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3ef2c9b-a056-444d-86e9-eff37906c5fd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8fd46eee-6295-4d24-8942-4f68f1552369","artifactVersion":"2","generatedFromUUID":"c9da20a6-0df4-45c5-ab03-a267a21fa0a3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114111813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml","artifactChecksum":"YTc4ZmI5NTY1N2FiMTkxNWRlOTQwYTk0YWMxOGE3NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fae3e425-7685-4617-9aa8-ca1e05d09726","artifactVersion":"1"},{"artifactName":"service-Vfw20220114111813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar","artifactChecksum":"NjBhYWVlMTc4ZjZmMmRjODIxM2ZmMTgwOTZkYmYwMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10f912b0-2126-4b54-a7b0-e3180c0f723b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:20:17.647Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:17.654Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:17.665Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:17.665Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:20:17.765Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-01-14T11:20:17.770Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:17.770Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:17.783Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:17.784Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2022-01-14T11:20:17.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:17.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:20:17.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:20:17.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:20:18.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:18.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:18.674Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:18.674Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:20:18.774Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:18.775Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:18.775Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:18.787Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:18.788Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:20:19.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:19.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:19.677Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:19.678Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:20:19.778Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:19.779Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:19.779Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:19.790Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:19.790Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:20.678Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:20.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:20.681Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:20.681Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:20:20.781Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:20.782Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:20.782Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:20.791Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:20.792Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:21.682Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:21.683Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:21.685Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:21.685Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T11:20:21.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:20:21.786Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:21.786Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:21.797Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:21.797Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:22.686Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:22.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:22.689Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:22.689Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:20:22.789Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:22.790Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:22.790Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:22.803Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:22.804Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:23.689Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:20:23.690Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:23.692Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:23.692Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:20:23.792Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:23.793Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:23.793Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:23.809Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:23.809Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:24.695Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"serviceName": "vFW 2022-01-14 11-18-13",
"serviceVersion": "1.0",
"serviceUUID": "7e377e92-26b5-4c26-8a07-39217a720ae2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2be3bf6d-1e0d-4f69-af20-d1ff6fff3427",
"resources": [
{
"resourceInstanceName": "vFW 6d375dc8-ddb5 0",
"resourceCustomizationUUID": "b7dc382f-d453-4f6e-9ccb-021df48ef7a3",
"resourceName": "vFW 6d375dc8-ddb5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6",
"resourceInvariantUUID": "7900070b-3592-4316-9356-fb308588244a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6d375dc8ddb50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"artifactChecksum": "ZGI0OTkzZWRjYjI5ZjMzYmU2M2Q1YmZmZWEwZGNiMTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fbdca57b-4494-441b-95c9-4e756ee19639",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c9da20a6-0df4-45c5-ab03-a267a21fa0a3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8fd46eee-6295-4d24-8942-4f68f1552369",
"generatedFromUUID": "c9da20a6-0df4-45c5-ab03-a267a21fa0a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8fd46eee-6295-4d24-8942-4f68f1552369",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220114111813-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"artifactChecksum": "NjBhYWVlMTc4ZjZmMmRjODIxM2ZmMTgwOTZkYmYwMWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10f912b0-2126-4b54-a7b0-e3180c0f723b"
}
],
"workloadContext": "Production"
}
2022-01-14T11:20:24.697Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:20:24.697Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e377e92-26b5-4c26-8a07-39217a720ae2 ASDC
2022-01-14T11:20:24.810Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10a6c88f-fd64-414b-b2de-cf0f9d6522fa
ServiceName:vFW 2022-01-14 11-18-13
ServiceVersion:1.0
ServiceUUID:7e377e92-26b5-4c26-8a07-39217a720ae2
ServiceInvariantUUID:2be3bf6d-1e0d-4f69-af20-d1ff6fff3427
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220114111813-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
ArtifactUUID:10f912b0-2126-4b54-a7b0-e3180c0f723b
ArtifactChecksum:NjBhYWVlMTc4ZjZmMmRjODIxM2ZmMTgwOTZkYmYwMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d375dc8-ddb5 0
ResourceCustomizationUUID:b7dc382f-d453-4f6e-9ccb-021df48ef7a3
ResourceInvariantUUID:7900070b-3592-4316-9356-fb308588244a
ResourceName:vFW 6d375dc8-ddb5
ResourceType:VF
ResourceUUID:7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d375dc8ddb50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
ArtifactUUID:fbdca57b-4494-441b-95c9-4e756ee19639
ArtifactChecksum:ZGI0OTkzZWRjYjI5ZjMzYmU2M2Q1YmZmZWEwZGNiMTU=
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/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
ArtifactUUID:c9da20a6-0df4-45c5-ab03-a267a21fa0a3
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/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
ArtifactUUID:8fd46eee-6295-4d24-8942-4f68f1552369
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/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
ArtifactUUID:8fd46eee-6295-4d24-8942-4f68f1552369
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-14T11:20:24.811Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e377e92-26b5-4c26-8a07-39217a720ae2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:20:25.040Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:20:25.041Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-14T11:20:25.042Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-14T11:20:25.042Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10f912b0-2126-4b54-a7b0-e3180c0f723b from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:25.042Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:25.043Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:25.460Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:25.477Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar 10f912b0-2126-4b54-a7b0-e3180c0f723b 98981
2022-01-14T11:20:25.478Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar ASDC sendASDCNotification
2022-01-14T11:20:25.478Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:25.479Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:25.480Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:25.481Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:25.482Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159225477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:20:25.582Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:25.583Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:25.583Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:25.592Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:25.592Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:26.482Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:20:26.483Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-14T11:20:26.483Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 10f912b0-2126-4b54-a7b0-e3180c0f723b, URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar to file: /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:26.484Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114111813-csar.csar
2022-01-14T11:20:26.559Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:26.559Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:27.467Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP24431716002198865/Definitions/service-Vfw20220114111813-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
2022-01-14T11:20:30.538Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:20:30.543Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-01-14T11:20:30.543Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.544Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.545Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.546Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.546Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d375dc8-ddb5 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-Vfw20220114111813-csar.csar
2022-01-14T11:20:30.546Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-01-14T11:20:30.552Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.553Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.557Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.558Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-01-14T11:20:30.559Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:20:30.561Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.561Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:20:30.562Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.563Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.566Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:30.567Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.568Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.569Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:20:30.570Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.570Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:20:30.571Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.571Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.571Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:30.572Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.573Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:30.574Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:30.575Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aa951b1-771f-4101-8aba-89a8682589c3
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.576Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:30.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e107005d-e1fb-4cb1-929b-6b17d4979cc7
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:30.580Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:30.581Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=903b7973-cce8-42ee-962d-2eb7f1c2a0e9
2022-01-14T11:20:30.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:30.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-14 11-18-13
Description:catalog service description
Model UUID:7e377e92-26b5-4c26-8a07-39217a720ae2
Model Version:NULL
Model InvariantUuid:2be3bf6d-1e0d-4f69-af20-d1ff6fff3427
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6d375dc8-ddb5
Model UUID:61a1a71f-0e4b-47cf-8f3c-19d1f5d331fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7900070b-3592-4316-9356-fb308588244a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b7dc382f-d453-4f6e-9ccb-021df48ef7a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c
ModelName:Vfw6d375dc8Ddb5..base_vfw..module-0
ModelUuid:298349c2-91f5-4d31-b1a8-ec4f0d12bcfb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5aa951b1-771f-4101-8aba-89a8682589c3
ModelInvariantUuid:98aa234d-24e0-413d-9908-ffb1e92b376b
ModelName:vFW 6d375dc8-ddb5-nodes.vfwCvfc
ModelUuid:657a490c-b2a8-43ce-b595-cc3196d1b9d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:00236336-936a-46c0-865b-b7d5468598cd
ModelInvariantUuid:4b616fd7-a9b3-4e08-893c-3dc7a16d669e
ModelName:Vfw6d375dc8Ddb5.compute.nodes.heat.vfw
ModelUuid:94a98340-cdf6-4980-b365-59441eb8224a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e107005d-e1fb-4cb1-929b-6b17d4979cc7
ModelInvariantUuid:9c88c74c-4b06-4fe9-ab7b-e6738e34a755
ModelName:vFW 6d375dc8-ddb5-nodes.vsnCvfc
ModelUuid:5cf99baf-22be-4ccb-813f-9d19e1b8d8e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:63ae9a3f-2259-42b0-87fd-e346734b8789
ModelInvariantUuid:fffd0bb3-51d4-45a2-9ea1-a251bf41292a
ModelName:Vfw6d375dc8Ddb5.compute.nodes.heat.vsn
ModelUuid:675c4368-8461-4021-9fd3-e6076934f081
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:903b7973-cce8-42ee-962d-2eb7f1c2a0e9
ModelInvariantUuid:e28ed5ec-1723-4369-b0c1-2cd2e74f5925
ModelName:vFW 6d375dc8-ddb5-nodes.vpgCvfc
ModelUuid:8b8100da-3967-4372-a007-17b63956a00c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f698159a-e88f-4d02-9e29-6dc9db87668c
ModelInvariantUuid:c75768bb-5410-4405-89c5-86b6b6766ff7
ModelName:Vfw6d375dc8Ddb5.compute.nodes.heat.vpg
ModelUuid:722ec0ff-2490-4175-af71-bdcd2ad357ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-14T11:20:30.611Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:20:30.704Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||vFW 6d375dc8-ddb5 0
2022-01-14T11:20:30.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6
2022-01-14T11:20:30.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fbdca57b-4494-441b-95c9-4e756ee19639 from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:30.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:30.711Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:30.890Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:30.890Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json fbdca57b-4494-441b-95c9-4e756ee19639 785
2022-01-14T11:20:30.890Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json ASDC sendASDCNotification
2022-01-14T11:20:30.891Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:30.891Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:30.891Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:30.894Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:30.894Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159230890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:20:30.994Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:30.995Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:30.995Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:31.006Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:31.006Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:20:31.896Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d375dc8Ddb5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "298349c2-91f5-4d31-b1a8-ec4f0d12bcfb",
"vfModuleModelCustomizationUUID": "89a9b141-f833-4b2a-a952-56681e8a583c",
"isBase": true,
"artifacts": [
"c9da20a6-0df4-45c5-ab03-a267a21fa0a3",
"8fd46eee-6295-4d24-8942-4f68f1552369"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T11:20:31.910Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d375dc8Ddb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298349c2-91f5-4d31-b1a8-ec4f0d12bcfb
VfModuleModelInvariantUUID:d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9da20a6-0df4-45c5-ab03-a267a21fa0a3
,
8fd46eee-6295-4d24-8942-4f68f1552369
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T11:20:31.912Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d375dc8Ddb5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "298349c2-91f5-4d31-b1a8-ec4f0d12bcfb",
"vfModuleModelCustomizationUUID": "89a9b141-f833-4b2a-a952-56681e8a583c",
"isBase": true,
"artifacts": [
"c9da20a6-0df4-45c5-ab03-a267a21fa0a3",
"8fd46eee-6295-4d24-8942-4f68f1552369"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T11:20:31.913Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d375dc8Ddb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298349c2-91f5-4d31-b1a8-ec4f0d12bcfb
VfModuleModelInvariantUUID:d7cd5506-233c-4bf3-91b6-e4c2b9c25e7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9da20a6-0df4-45c5-ab03-a267a21fa0a3
,
8fd46eee-6295-4d24-8942-4f68f1552369
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T11:20:31.913Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c9da20a6-0df4-45c5-ab03-a267a21fa0a3 from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:31.913Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:31.914Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:31.978Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml c9da20a6-0df4-45c5-ab03-a267a21fa0a3 20368
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:31.979Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:31.980Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:31.981Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:31.982Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159231979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:20:32.082Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:32.083Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:32.083Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:32.095Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:32.097Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:32.983Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8fd46eee-6295-4d24-8942-4f68f1552369 from URL: /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:32.983Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-14T11:20:32.984Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:33.161Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env 8fd46eee-6295-4d24-8942-4f68f1552369 2098
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:20:33.162Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:33.165Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:33.165Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159233162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:20:33.265Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:33.267Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:33.267Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:33.619Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:33.621Z||pool-13-thread-1|||||INFO|500||cambria reply ok (355 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:20:34.167Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7e377e92-26b5-4c26-8a07-39217a720ae2
2022-01-14T11:20:34.167Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d375dc8-ddb5 0 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:20:34.226Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@743319cb, org.onap.sdc.toscaparser.api.parameters.Input@7b092d3e, org.onap.sdc.toscaparser.api.parameters.Input@22c7170e, org.onap.sdc.toscaparser.api.parameters.Input@64b5328a, org.onap.sdc.toscaparser.api.parameters.Input@8a49296]
2022-01-14T11:20:34.232Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.232Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.232Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-01-14T11:20:34.233Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b7dc382f-d453-4f6e-9ccb-021df48ef7a3
2022-01-14T11:20:34.233Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7dc382f-d453-4f6e-9ccb-021df48ef7a3 matches Tosca VF Customization UUID: b7dc382f-d453-4f6e-9ccb-021df48ef7a3
2022-01-14T11:20:34.233Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b7dc382f-d453-4f6e-9ccb-021df48ef7a3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-14T11:20:34.240Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.240Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.241Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b7dc382f-d453-4f6e-9ccb-021df48ef7a3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-14T11:20:34.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41992df
2022-01-14T11:20:34.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.242Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:20:34.243Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89a9b141-f833-4b2a-a952-56681e8a583c
2022-01-14T11:20:34.244Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89a9b141-f833-4b2a-a952-56681e8a583c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-14T11:20:34.249Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.249Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.250Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.250Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.250Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:34.251Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:34.252Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:34.253Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.254Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aa951b1-771f-4101-8aba-89a8682589c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T11:20:34.260Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.260Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.260Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:34.261Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.262Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:20:34.263Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.263Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e107005d-e1fb-4cb1-929b-6b17d4979cc7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T11:20:34.264Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.265Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.265Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is not matching search criteria
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:20:34.268Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:20:34.269Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:20:34.270Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=903b7973-cce8-42ee-962d-2eb7f1c2a0e9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.272Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Node template vFW 6d375dc8-ddb5 0 is matching search criteria
2022-01-14T11:20:34.273Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6d375dc8-ddb5 0] matching following query criteria: sdcType=VF, customizationUUID=b7dc382f-d453-4f6e-9ccb-021df48ef7a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:20:34.274Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.274Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.275Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7e377e92-26b5-4c26-8a07-39217a720ae2: vFW 6d375dc8-ddb5
2022-01-14T11:20:34.275Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.276Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:20:34.277Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-14 11-18-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:20:34.278Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-01-14 11-18-13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:20:34.577Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d375dc8-ddb5 7e16a4a6-9a1a-46a9-ada6-6ade36c8d8c6 1 ASDC deployResourceStructure
2022-01-14T11:20:34.578Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json ASDC sendASDCNotification
2022-01-14T11:20:34.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json
2022-01-14T11:20:34.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:34.579Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:34.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:34.582Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159234578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T11:20:34.682Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:34.684Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:34.684Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:34.694Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:34.694Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:35.583Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:20:35.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml
2022-01-14T11:20:35.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:35.584Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:35.587Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:35.587Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159235583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T11:20:35.687Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:35.689Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:35.689Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:35.698Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:35.699Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:36.589Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:20:36.589Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env
2022-01-14T11:20:36.590Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:36.590Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:36.593Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:36.594Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159236588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-14T11:20:36.694Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:20:36.695Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:36.695Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:36.707Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:36.708Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:37.595Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar ASDC sendASDCNotification
2022-01-14T11:20:37.596Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar
2022-01-14T11:20:37.596Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:20:37.596Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:20:37.598Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:20:37.599Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159237595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:20:37.699Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:20:37.700Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:20:37.700Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:20:37.742Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:20:37.742Z||pool-17-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:20:38.600Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:20:38.632Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:20:38.634Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:20:38.635Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:20:38.635Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:21:08.635Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:21:08.651Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:21:08.653Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:21:08.654Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:21:08.654Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:21:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:21:15.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:21:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:21:15.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:21:15.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:21:15.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:21:15.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:21:38.654Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:21:38.667Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:21:38.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:21:38.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:21:38.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:22:08.671Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:22:08.689Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:22:08.691Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:22:08.692Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:22:08.692Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:22:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:22:15.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:22:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:22:15.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:22:15.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:22:15.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:22:15.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:22:38.692Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:22:38.705Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:22:38.708Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:22:38.708Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:22:38.708Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:23:08.710Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:23:08.728Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:23:08.731Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:23:08.731Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:23:08.731Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:23:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:23:15.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:23:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:23:16.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:23:16.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159215695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159211156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159211305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159213495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159225191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159225386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159225477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "cds",
"timestamp": 1642159226210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.282Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:23:16.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159221017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159228814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159222199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159222429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159229912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159230037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159230890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159230968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159231048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159231979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159232025,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.310Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:23:16.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "policy-id",
"timestamp": 1642159232054,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.325Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.325Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159233029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159233162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159234578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/vfw6d375dc8ddb50_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159235583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159236588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/resourceInstances/vfw6d375dc8ddb50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159230704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159237595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159238174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159238637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159239251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "clamp",
"timestamp": 1642159240259,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.348Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.348Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159241996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "aai-ml",
"timestamp": 1642159243002,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.361Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:23:16.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159244646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114111813/1.0/artifacts/service-Vfw20220114111813-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:23:16.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:23:16.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:23:16.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159245654,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:16.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
2022-01-14T11:23:16.377Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:23:38.732Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:23:38.744Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:23:38.747Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:23:38.748Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:23:38.749Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:23:38.756Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:24:08.757Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-14T11:24:08.769Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and serviceModelVersionId: 7e377e92-26b5-4c26-8a07-39217a720ae2
2022-01-14T11:24:08.770Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2be3bf6d-1e0d-4f69-af20-d1ff6fff3427
2022-01-14T11:24:15.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:15.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:24:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:23.247Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0
2022-01-14T11:24:23.355Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:24:23.861Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|INFO|500||Invoke
2022-01-14T11:24:23.868Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10a6c88f-fd64-414b-b2de-cf0f9d6522fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6be5cf57-1278-456c-a2a1-602770962be0], X-ECOMP-RequestID=[10a6c88f-fd64-414b-b2de-cf0f9d6522fa], X-TransactionId=[], X-ONAP-RequestID=[10a6c88f-fd64-414b-b2de-cf0f9d6522fa], Content-Type=[application/merge-patch+json]}
2022-01-14T11:24:23.987Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-14T11:24:24.861Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?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/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-11:24:23:989-77038], vertex-id=[340208], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:24:23 GMT], Content-Type=[application/json]}
2022-01-14T11:24:24.863Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:24:24.864Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be3bf6d-1e0d-4f69-af20-d1ff6fff3427/model-vers/model-ver/7e377e92-26b5-4c26-8a07-39217a720ae2?depth=0|INFO|500||InvokeReturn
2022-01-14T11:24:24.868Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:24:24.869Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:24:24.876Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:24:24.877Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10a6c88f-fd64-414b-b2de-cf0f9d6522fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:24:24.878Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:24:24.879Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:24:24.882Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:24:24.882Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159464878,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:24:24.982Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:24:24.984Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:24:24.984Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:24.996Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:24:24.997Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:24:25.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:24:25.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-14T11:24:25.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10a6c88f-fd64-414b-b2de-cf0f9d6522fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159464878,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:24:25.613Z||pool-2-thread-3|||||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=?
2022-01-14T11:24:25.903Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:25.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:24:25.904Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:38.146Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:24:38.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:38.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:24:38.148Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:47.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:24:47.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:47.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:24:47.688Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:24:57.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:24:57.228Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:24:57.228Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:24:57.229Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:25:06.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:25:15.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:25:15.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:25:15.696Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:25:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:25:15.697Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:25:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:25:25.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:25:25.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:15.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:26:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:26:15.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:26:15.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:26:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:16.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:16.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:26:16.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:16.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:26:16.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfc4acf9-d7d5-4f7b-a121-d96fced2be25","serviceName":"basic_onboard_WXStRF","serviceVersion":"1.0","serviceUUID":"823929c4-0e8a-43ec-a853-faf1533c9d6a","serviceDescription":"service","serviceInvariantUUID":"2fd52a9b-ca54-42b9-a86b-2f421b7ad933","resources":[{"resourceInstanceName":"basic_onboard_WXStRF 0","resourceName":"basic_onboard_WXStRF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e3a23a8-da44-4051-8526-6286ea001661","resourceInvariantUUID":"f9db1652-5eea-4791-a419-1d2b6584f616","resourceCustomizationUUID":"db61eae7-800a-4271-8139-67fc00fd101c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml","artifactChecksum":"NjQwMTVlZWFhYzAxZTQ4NmQyNjc4MDNjZTU3OGIyOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"148f15a1-fdc0-443c-a6d0-f10c75081917","artifactVersion":"1"},{"artifactName":"basic_onboard_wxstrf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json","artifactChecksum":"MzNkOTE5NjY0MjVmZWNiMmNiYjQzZDIxNTgyMDZlODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e92a97fd-f023-44ea-8cff-ca0dd36f44e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14f8d234-4a32-4af2-9b24-acd7230f381b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eab9719-48c8-471e-b994-fc8bfd1a7f63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a927632d-8c09-4c36-9f48-3c5ae78391e0","artifactVersion":"2","generatedFromUUID":"14f8d234-4a32-4af2-9b24-acd7230f381b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWxstrf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml","artifactChecksum":"Mjg0YjVhZDg4NThhZmM2YWFlYzRiZDU4Y2NmNDIzYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3a8b4f4-590b-462c-8fcf-07bdd0602014","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWxstrf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar","artifactChecksum":"NzVmMTYxYTA0NTZhMTE0NDhkZmRiNWY3YzI5ZTM5OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc9cf735-f41a-44a8-8914-7ebd98241f7b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:26:16.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:16.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:16.333Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:16.333Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:16.433Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:16.434Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:16.435Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:16.445Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:16.445Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:17.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:17.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:17.336Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:17.336Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:26:17.436Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:17.437Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:17.437Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:17.448Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:17.448Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:18.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:18.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:18.340Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:18.340Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:26:18.440Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:18.440Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:18.441Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:18.451Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:18.451Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:19.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:19.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:19.343Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:19.344Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:19.445Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:26:19.447Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:19.447Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:19.456Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:19.456Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:20.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:20.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:20.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:20.347Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-14T11:26:20.447Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:20.448Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:20.448Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:20.456Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:20.456Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:21.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:21.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:21.350Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:21.351Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:26:21.450Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:21.451Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:21.452Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:21.463Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:21.463Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:22.351Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:26:22.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:22.354Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:22.355Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:26:22.454Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:22.455Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:22.455Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:22.464Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:22.465Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:23.357Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"serviceName": "basic_onboard_WXStRF",
"serviceVersion": "1.0",
"serviceUUID": "823929c4-0e8a-43ec-a853-faf1533c9d6a",
"serviceDescription": "service",
"serviceInvariantUUID": "2fd52a9b-ca54-42b9-a86b-2f421b7ad933",
"resources": [
{
"resourceInstanceName": "basic_onboard_WXStRF 0",
"resourceCustomizationUUID": "db61eae7-800a-4271-8139-67fc00fd101c",
"resourceName": "basic_onboard_WXStRF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5e3a23a8-da44-4051-8526-6286ea001661",
"resourceInvariantUUID": "f9db1652-5eea-4791-a419-1d2b6584f616",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wxstrf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"artifactChecksum": "MzNkOTE5NjY0MjVmZWNiMmNiYjQzZDIxNTgyMDZlODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e92a97fd-f023-44ea-8cff-ca0dd36f44e2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "14f8d234-4a32-4af2-9b24-acd7230f381b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a927632d-8c09-4c36-9f48-3c5ae78391e0",
"generatedFromUUID": "14f8d234-4a32-4af2-9b24-acd7230f381b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a927632d-8c09-4c36-9f48-3c5ae78391e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWxstrf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"artifactChecksum": "NzVmMTYxYTA0NTZhMTE0NDhkZmRiNWY3YzI5ZTM5OWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc9cf735-f41a-44a8-8914-7ebd98241f7b"
}
],
"workloadContext": "Production"
}
2022-01-14T11:26:23.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:26:23.357Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 823929c4-0e8a-43ec-a853-faf1533c9d6a ASDC
2022-01-14T11:26:23.358Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dfc4acf9-d7d5-4f7b-a121-d96fced2be25
ServiceName:basic_onboard_WXStRF
ServiceVersion:1.0
ServiceUUID:823929c4-0e8a-43ec-a853-faf1533c9d6a
ServiceInvariantUUID:2fd52a9b-ca54-42b9-a86b-2f421b7ad933
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWxstrf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
ArtifactUUID:dc9cf735-f41a-44a8-8914-7ebd98241f7b
ArtifactChecksum:NzVmMTYxYTA0NTZhMTE0NDhkZmRiNWY3YzI5ZTM5OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WXStRF 0
ResourceCustomizationUUID:db61eae7-800a-4271-8139-67fc00fd101c
ResourceInvariantUUID:f9db1652-5eea-4791-a419-1d2b6584f616
ResourceName:basic_onboard_WXStRF
ResourceType:VF
ResourceUUID:5e3a23a8-da44-4051-8526-6286ea001661
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wxstrf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
ArtifactUUID:e92a97fd-f023-44ea-8cff-ca0dd36f44e2
ArtifactChecksum:MzNkOTE5NjY0MjVmZWNiMmNiYjQzZDIxNTgyMDZlODM=
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/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:14f8d234-4a32-4af2-9b24-acd7230f381b
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/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
ArtifactUUID:a927632d-8c09-4c36-9f48-3c5ae78391e0
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/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
ArtifactUUID:a927632d-8c09-4c36-9f48-3c5ae78391e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-14T11:26:23.358Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 823929c4-0e8a-43ec-a853-faf1533c9d6a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:26:23.395Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc9cf735-f41a-44a8-8914-7ebd98241f7b from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:23.396Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:23.397Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:23.566Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:23.570Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar dc9cf735-f41a-44a8-8914-7ebd98241f7b 71566
2022-01-14T11:26:23.570Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar ASDC sendASDCNotification
2022-01-14T11:26:23.571Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:23.571Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:23.571Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:23.573Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:23.574Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159583570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:26:23.674Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:23.675Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:23.675Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:23.688Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:23.688Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:24.574Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:26:24.575Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:26:24.576Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc9cf735-f41a-44a8-8914-7ebd98241f7b, URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar to file: /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.576Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.577Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.577Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:24.965Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP249815884763175103/Definitions/service-BasicOnboardWxstrf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-01-14T11:26:26.143Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.144Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WXStRF 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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||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-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:26:26.145Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:26:26.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.147Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T11:26:26.148Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.149Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:26.150Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is not matching search criteria
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6b6dbf5-447b-43a3-b62f-00dc2352c5e4
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.151Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:26.152Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:26.153Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WXStRF
Description:service
Model UUID:823929c4-0e8a-43ec-a853-faf1533c9d6a
Model Version:NULL
Model InvariantUuid:2fd52a9b-ca54-42b9-a86b-2f421b7ad933
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WXStRF
Model UUID:402c8c0b-f299-4f68-98ae-9b1c80f844ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9db1652-5eea-4791-a419-1d2b6584f616
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:db61eae7-800a-4271-8139-67fc00fd101c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7d437b12-74ee-44be-9328-57fc071ea2df
ModelName:BasicOnboardWxstrf..base_ubuntu18..module-0
ModelUuid:a1aac5fb-e544-4f8a-87ff-b052a0c12f20
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c6b6dbf5-447b-43a3-b62f-00dc2352c5e4
ModelInvariantUuid:067f6b91-88df-42e5-9a92-18c7420e812a
ModelName:basic_onboard_WXStRF-nodes.ubuntu18Cvfc
ModelUuid:76029b78-f5bb-47b6-a0ef-c9965f29bfb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:adb39983-1090-4879-9bb7-74ce1487c7a8
ModelInvariantUuid:d76ba359-8953-4538-8ecd-eb496029b7de
ModelName:BasicOnboardWxstrf.compute.nodes.heat.ubuntu18
ModelUuid:f1a5576a-a8d0-4feb-92cb-9d93f7f814f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-14T11:26:26.161Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e3a23a8-da44-4051-8526-6286ea001661
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||basic_onboard_WXStRF 0
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e3a23a8-da44-4051-8526-6286ea001661
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e92a97fd-f023-44ea-8cff-ca0dd36f44e2 from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:26.165Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:26.546Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json e92a97fd-f023-44ea-8cff-ca0dd36f44e2 798
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json ASDC sendASDCNotification
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:26.547Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:26.549Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:26.549Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159586547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:26:26.650Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:26.650Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:26.651Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:26.674Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:26.675Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:27.555Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWxstrf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7d437b12-74ee-44be-9328-57fc071ea2df",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a1aac5fb-e544-4f8a-87ff-b052a0c12f20",
"vfModuleModelCustomizationUUID": "43fcd4c1-d59f-4612-bf7e-2c2a69c700ea",
"isBase": true,
"artifacts": [
"14f8d234-4a32-4af2-9b24-acd7230f381b",
"a927632d-8c09-4c36-9f48-3c5ae78391e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T11:26:27.559Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxstrf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1aac5fb-e544-4f8a-87ff-b052a0c12f20
VfModuleModelInvariantUUID:7d437b12-74ee-44be-9328-57fc071ea2df
VfModuleModelDescription:NULL
Artifacts UUID List:{
14f8d234-4a32-4af2-9b24-acd7230f381b
,
a927632d-8c09-4c36-9f48-3c5ae78391e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWxstrf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7d437b12-74ee-44be-9328-57fc071ea2df",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a1aac5fb-e544-4f8a-87ff-b052a0c12f20",
"vfModuleModelCustomizationUUID": "43fcd4c1-d59f-4612-bf7e-2c2a69c700ea",
"isBase": true,
"artifacts": [
"14f8d234-4a32-4af2-9b24-acd7230f381b",
"a927632d-8c09-4c36-9f48-3c5ae78391e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxstrf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1aac5fb-e544-4f8a-87ff-b052a0c12f20
VfModuleModelInvariantUUID:7d437b12-74ee-44be-9328-57fc071ea2df
VfModuleModelDescription:NULL
Artifacts UUID List:{
14f8d234-4a32-4af2-9b24-acd7230f381b
,
a927632d-8c09-4c36-9f48-3c5ae78391e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14f8d234-4a32-4af2-9b24-acd7230f381b from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:27.561Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:27.562Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:27.709Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:27.709Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml 14f8d234-4a32-4af2-9b24-acd7230f381b 5033
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:27.710Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:27.712Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:27.712Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159587709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:26:27.813Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:26:27.814Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:27.814Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:27.824Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:27.825Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:28.713Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a927632d-8c09-4c36-9f48-3c5ae78391e0 from URL: /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:28.714Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:26:28.714Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env a927632d-8c09-4c36-9f48-3c5ae78391e0 909
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-14T11:26:28.900Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:28.901Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:26:28.901Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:28.903Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:28.903Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159588900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:26:29.003Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:29.004Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:29.004Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:29.022Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:29.022Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:29.903Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 823929c4-0e8a-43ec-a853-faf1533c9d6a
2022-01-14T11:26:29.905Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WXStRF 0 5e3a23a8-da44-4051-8526-6286ea001661 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:26:29.923Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b228ad5, org.onap.sdc.toscaparser.api.parameters.Input@60e91cd8, org.onap.sdc.toscaparser.api.parameters.Input@c61f360, org.onap.sdc.toscaparser.api.parameters.Input@27e67f7b, org.onap.sdc.toscaparser.api.parameters.Input@182d3d70]
2022-01-14T11:26:29.924Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= db61eae7-800a-4271-8139-67fc00fd101c
2022-01-14T11:26:29.925Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db61eae7-800a-4271-8139-67fc00fd101c matches Tosca VF Customization UUID: db61eae7-800a-4271-8139-67fc00fd101c
2022-01-14T11:26:29.926Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: db61eae7-800a-4271-8139-67fc00fd101c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-14T11:26:29.928Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.928Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id db61eae7-800a-4271-8139-67fc00fd101c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@277a4e51
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.929Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:26:29.930Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43fcd4c1-d59f-4612-bf7e-2c2a69c700ea
2022-01-14T11:26:29.930Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43fcd4c1-d59f-4612-bf7e-2c2a69c700ea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-14T11:26:29.932Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.932Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.933Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:29.933Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.933Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.934Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:29.934Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is not matching search criteria
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T11:26:29.935Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c6b6dbf5-447b-43a3-b62f-00dc2352c5e4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:26:29.938Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.939Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WXStRF 0 is matching search criteria
2022-01-14T11:26:29.939Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WXStRF 0] matching following query criteria: sdcType=VF, customizationUUID=db61eae7-800a-4271-8139-67fc00fd101c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:26:29.941Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.941Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.942Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 823929c4-0e8a-43ec-a853-faf1533c9d6a: basic_onboard_WXStRF
2022-01-14T11:26:29.942Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.942Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.943Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:26:29.945Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WXStRF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:26:29.945Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_WXStRF
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:26:30.065Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WXStRF 5e3a23a8-da44-4051-8526-6286ea001661 1 ASDC deployResourceStructure
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json ASDC sendASDCNotification
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:30.066Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:30.068Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:30.068Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159590066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T11:26:30.169Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T11:26:30.170Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:30.170Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:30.178Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:30.179Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:31.069Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-14T11:26:31.071Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml
2022-01-14T11:26:31.071Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:31.071Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:31.073Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:31.074Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159591069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T11:26:31.174Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:31.174Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:31.174Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:31.184Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:31.185Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:32.075Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:32.077Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:32.077Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159592074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-14T11:26:32.177Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:26:32.178Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:32.178Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:32.187Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:32.188Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:33.078Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar ASDC sendASDCNotification
2022-01-14T11:26:33.078Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar
2022-01-14T11:26:33.079Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T11:26:33.079Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:26:33.081Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:26:33.081Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159593078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:26:33.181Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T11:26:33.183Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:26:33.183Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:26:33.194Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:26:33.194Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:26:34.082Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:26:34.091Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:26:34.094Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:26:34.094Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:26:34.095Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:27:04.096Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:27:04.121Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:27:04.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:27:04.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:27:04.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:27:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:27:15.699Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:27:15.700Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:27:15.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:27:15.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:27:15.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:27:15.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:27:34.124Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:27:34.133Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:27:34.135Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:27:34.135Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:27:34.135Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:28:04.136Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:28:04.146Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:28:04.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:28:04.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:28:04.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:28:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:28:15.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:28:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:28:15.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:28:15.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:28:15.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:28:15.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:28:34.155Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:28:34.168Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:28:34.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:28:34.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:28:34.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:29:04.170Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:29:04.192Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:29:04.194Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:29:04.195Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T11:29:04.195Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T11:29:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:29:15.699Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:29:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:29:16.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:29:16.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159571155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159571305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159562199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "ves-openapi-manager",
"timestamp": 1642159562429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159579222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159579223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159573494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159580228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "policy-id",
"timestamp": 1642159581231,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.245Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.245Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:29:16.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159581311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "cds",
"timestamp": 1642159582317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.267Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:29:16.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159575694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159583570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159586547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159581017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159587709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159588793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159588900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159588894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159589454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "aai-ml",
"timestamp": 1642159589797,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.283Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159590066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159590076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159590475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159591069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159591200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "clamp",
"timestamp": 1642159591478,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.296Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159592074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159592227,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.311Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.312Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T11:29:16.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159593078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642159593229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/basic_onboard_wxstrf0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/resourceInstances/basic_onboard_wxstrf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159590705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159598496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159601181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxstrf/1.0/artifacts/service-BasicOnboardWxstrf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T11:29:16.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:29:16.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:29:16.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642159602185,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:16.325Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfc4acf9-d7d5-4f7b-a121-d96fced2be25
2022-01-14T11:29:16.325Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:29:34.195Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:29:34.206Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T11:29:34.211Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T11:29:34.212Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T11:29:34.216Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T11:30:04.218Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-14T11:30:04.231Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and serviceModelVersionId: 823929c4-0e8a-43ec-a853-faf1533c9d6a
2022-01-14T11:30:04.232Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fd52a9b-ca54-42b9-a86b-2f421b7ad933
2022-01-14T11:30:04.234Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0
2022-01-14T11:30:04.248Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T11:30:04.319Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|INFO|500||Invoke
2022-01-14T11:30:04.319Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfc4acf9-d7d5-4f7b-a121-d96fced2be25], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e18505da-f32a-49d7-8fa2-e23e8aa24060], X-ECOMP-RequestID=[dfc4acf9-d7d5-4f7b-a121-d96fced2be25], X-TransactionId=[], X-ONAP-RequestID=[dfc4acf9-d7d5-4f7b-a121-d96fced2be25], Content-Type=[application/merge-patch+json]}
2022-01-14T11:30:04.359Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-14T11:30:04.591Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?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/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220114-11:30:04:362-60718], vertex-id=[213088], Content-Length=[0], Date=[Fri, 14 Jan 2022 11:30:04 GMT], Content-Type=[application/json]}
2022-01-14T11:30:04.592Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-14T11:30:04.593Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fd52a9b-ca54-42b9-a86b-2f421b7ad933/model-vers/model-ver/823929c4-0e8a-43ec-a853-faf1533c9d6a?depth=0|INFO|500||InvokeReturn
2022-01-14T11:30:04.593Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T11:30:04.593Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:30:04.599Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T11:30:04.600Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfc4acf9-d7d5-4f7b-a121-d96fced2be25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T11:30:04.600Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T11:30:04.601Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:30:04.603Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:30:04.604Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159804600,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:30:04.704Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:30:04.705Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:30:04.706Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:04.722Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:30:04.723Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T11:30:05.618Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:05.618Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:30:05.618Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:15.699Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:30:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:16.319Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:30:16.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T11:30:16.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfc4acf9-d7d5-4f7b-a121-d96fced2be25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642159804600,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T11:30:16.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T11:30:16.763Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:30:16.764Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:16.764Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:30:16.764Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:26.297Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:30:26.298Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:26.299Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:30:26.299Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:35.842Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:30:35.843Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:30:35.843Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:30:35.844Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:30:45.381Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:31:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:31:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:31:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:31:15.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:31:15.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:31:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:31:25.239Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:31:25.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:32:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:32:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:32:15.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:32:15.702Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:32:15.702Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:32:15.704Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:32:25.250Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:32:25.254Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:33:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:33:15.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:33:15.698Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:33:15.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:33:15.699Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:33:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:33:25.250Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:33:25.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:34:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:34:15.697Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:34:15.697Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:34:15.698Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:34:15.700Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:34:15.700Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:34:25.244Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:34:25.246Z|10a6c88f-fd64-414b-b2de-cf0f9d6522fa|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:35:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:35:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:35:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:35:15.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:35:15.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:35:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:35:25.236Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:35:25.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:36:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:36:15.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:36:15.699Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:36:15.699Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:36:15.699Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:36:15.699Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:36:25.244Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:36:25.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:37:15.694Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:37:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:37:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:37:15.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:37:15.697Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:37:15.697Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:37:25.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:37:25.247Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:15.695Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:38:15.696Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:38:15.697Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:15.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T11:38:15.697Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T11:38:15.698Z||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 ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:19.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:19.944Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T11:38:19.945Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"668f5288-b573-4538-8449-00f7a5c6c2ed","serviceName":"vFW 2022-01-14 11-36-52","serviceVersion":"1.0","serviceUUID":"abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7","serviceDescription":"catalog service description","serviceInvariantUUID":"92dcf14c-c28c-4f82-912f-a4c4be081945","resources":[{"resourceInstanceName":"vFW 606244f1-0b20 0","resourceName":"vFW 606244f1-0b20","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecc3e30b-18d3-4e58-8052-3fd7d97153b6","resourceInvariantUUID":"64828487-7e74-4005-bbcf-7e1b2484527a","resourceCustomizationUUID":"b2c2e7ac-f71c-46f6-b713-613c876473c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml","artifactChecksum":"NTZhYWYzOTZkM2Q3MjA3MDJjZGViZGRlYTg5ODBhOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc7b21d3-ae15-4d66-b327-7765b0990c3a","artifactVersion":"1"},{"artifactName":"vfw606244f10b200_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json","artifactChecksum":"ZDE2YzYyNzgxYmY3N2M1NTFhZjM2YzM5MzQ4ZWM3NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b68691c3-1eca-4eac-9489-662cc25b4aad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9db9d1e2-fd0f-4d08-abcc-8d31983a2077","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml","artifactChecksum":"OWYxNGQ3ZTcyYWUzODNkYjE2OTRjOTczYmE5YjlkNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9906f201-34ea-428d-8d72-1a3733151876","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6de949a3-fbe7-42a4-b51c-4eefae9e72c2","artifactVersion":"2","generatedFromUUID":"9db9d1e2-fd0f-4d08-abcc-8d31983a2077"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114113652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml","artifactChecksum":"MTBlMzBlNTBkY2MyOWUxMWYwNzkyNzAzZTRhZjlhYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc5cc03a-65c6-465a-86af-4c06eba176be","artifactVersion":"1"},{"artifactName":"service-Vfw20220114113652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar","artifactChecksum":"MTMxZmU4ODI2YjYwOTYxNWQwOWNkNjFmYmEzOWYzMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05df1edf-5589-4cd5-8335-73f4030c454d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T11:38:19.951Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:19.952Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:19.956Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:19.956Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:38:20.056Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:20.057Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:20.057Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:20.071Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:20.071Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2022-01-14T11:38:20.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:20.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:38:20.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:38:20.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T11:38:20.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T11:38:20.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "aai-ml",
"timestamp": 1642160291155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:38:20.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T11:38:20.956Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:20.957Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:20.959Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:20.959Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
"status": "NOTIFIED"
}
2022-01-14T11:38:21.060Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:21.061Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:21.061Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:21.070Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:21.070Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:38:21.960Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:21.961Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:21.962Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:21.962Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T11:38:22.062Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:22.063Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:22.064Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:22.089Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:22.089Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:22.963Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:22.964Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:22.965Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:22.965Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:38:23.066Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:23.067Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:23.067Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:23.077Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:23.078Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:23.966Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:23.968Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:23.969Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:23.969Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T11:38:24.072Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-01-14T11:38:24.073Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:24.073Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:24.085Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:24.085Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:24.970Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:24.971Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:24.973Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:24.973Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T11:38:25.073Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:25.074Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:25.074Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:25.082Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:25.083Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:25.973Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T11:38:25.974Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:25.976Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:25.976Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160295695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T11:38:26.076Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:26.077Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:26.077Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:26.087Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:26.087Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:26.979Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"serviceName": "vFW 2022-01-14 11-36-52",
"serviceVersion": "1.0",
"serviceUUID": "abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "92dcf14c-c28c-4f82-912f-a4c4be081945",
"resources": [
{
"resourceInstanceName": "vFW 606244f1-0b20 0",
"resourceCustomizationUUID": "b2c2e7ac-f71c-46f6-b713-613c876473c0",
"resourceName": "vFW 606244f1-0b20",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ecc3e30b-18d3-4e58-8052-3fd7d97153b6",
"resourceInvariantUUID": "64828487-7e74-4005-bbcf-7e1b2484527a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw606244f10b200_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
"artifactChecksum": "ZDE2YzYyNzgxYmY3N2M1NTFhZjM2YzM5MzQ4ZWM3NmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b68691c3-1eca-4eac-9489-662cc25b4aad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9db9d1e2-fd0f-4d08-abcc-8d31983a2077",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6de949a3-fbe7-42a4-b51c-4eefae9e72c2",
"generatedFromUUID": "9db9d1e2-fd0f-4d08-abcc-8d31983a2077"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6de949a3-fbe7-42a4-b51c-4eefae9e72c2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220114113652-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
"artifactChecksum": "MTMxZmU4ODI2YjYwOTYxNWQwOWNkNjFmYmEzOWYzMmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05df1edf-5589-4cd5-8335-73f4030c454d"
}
],
"workloadContext": "Production"
}
2022-01-14T11:38:26.980Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T11:38:26.980Z|dfc4acf9-d7d5-4f7b-a121-d96fced2be25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7 ASDC
2022-01-14T11:38:26.980Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:668f5288-b573-4538-8449-00f7a5c6c2ed
ServiceName:vFW 2022-01-14 11-36-52
ServiceVersion:1.0
ServiceUUID:abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
ServiceInvariantUUID:92dcf14c-c28c-4f82-912f-a4c4be081945
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220114113652-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
ArtifactUUID:05df1edf-5589-4cd5-8335-73f4030c454d
ArtifactChecksum:MTMxZmU4ODI2YjYwOTYxNWQwOWNkNjFmYmEzOWYzMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 606244f1-0b20 0
ResourceCustomizationUUID:b2c2e7ac-f71c-46f6-b713-613c876473c0
ResourceInvariantUUID:64828487-7e74-4005-bbcf-7e1b2484527a
ResourceName:vFW 606244f1-0b20
ResourceType:VF
ResourceUUID:ecc3e30b-18d3-4e58-8052-3fd7d97153b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw606244f10b200_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
ArtifactUUID:b68691c3-1eca-4eac-9489-662cc25b4aad
ArtifactChecksum:ZDE2YzYyNzgxYmY3N2M1NTFhZjM2YzM5MzQ4ZWM3NmQ=
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/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
ArtifactUUID:9db9d1e2-fd0f-4d08-abcc-8d31983a2077
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/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
ArtifactUUID:6de949a3-fbe7-42a4-b51c-4eefae9e72c2
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/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
ArtifactUUID:6de949a3-fbe7-42a4-b51c-4eefae9e72c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-14T11:38:26.981Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T11:38:27.019Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:38:27.020Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 05df1edf-5589-4cd5-8335-73f4030c454d from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:27.021Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:27.306Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar 05df1edf-5589-4cd5-8335-73f4030c454d 98915
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar ASDC sendASDCNotification
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:27.312Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:27.313Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:27.315Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:27.315Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160307312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:38:27.415Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:27.416Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:27.416Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:27.424Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:27.425Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:28.315Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T11:38:28.316Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T11:38:28.317Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 05df1edf-5589-4cd5-8335-73f4030c454d, URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/artifacts/service-Vfw20220114113652-csar.csar to file: /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.317Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.318Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.318Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:28.757Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3279445321834336781/Definitions/service-Vfw20220114113652-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-01-14T11:38:30.683Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.684Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.685Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 606244f1-0b20 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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||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-Vfw20220114113652-csar.csar
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.686Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.687Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.688Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.689Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:30.690Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:38:30.691Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.692Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.693Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.694Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=32ffd774-d06f-44e1-9aac-80a07e4db95c
2022-01-14T11:38:30.695Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.696Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:30.697Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=454db354-0c75-43b4-9ba5-baf908fdcb81
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T11:38:30.698Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:30.699Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fc64b7-fb1b-42d8-97a4-8c173efcf3b7
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.700Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:30.701Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-14 11-36-52
Description:catalog service description
Model UUID:abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
Model Version:NULL
Model InvariantUuid:92dcf14c-c28c-4f82-912f-a4c4be081945
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 606244f1-0b20
Model UUID:e2702014-30c6-47be-b041-db0fe0900582
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64828487-7e74-4005-bbcf-7e1b2484527a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2c2e7ac-f71c-46f6-b713-613c876473c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e6da7571-0e88-45c8-b095-aba1b7d56fc8
ModelName:Vfw606244f10b20..base_vfw..module-0
ModelUuid:e7c83124-a34d-4dcb-891a-e5b23d942a7d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:32ffd774-d06f-44e1-9aac-80a07e4db95c
ModelInvariantUuid:9983f8cb-9ef0-4e0b-8558-0b75d4d43949
ModelName:vFW 606244f1-0b20-nodes.vfwCvfc
ModelUuid:7dde157e-28a0-41ef-8288-1b8bbb677d78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f6d90814-8650-4463-b865-63a33a5def57
ModelInvariantUuid:271e3d3e-0269-4ee2-b1a2-800b50dcbef2
ModelName:Vfw606244f10b20.compute.nodes.heat.vfw
ModelUuid:7a41bf6f-d040-4e4f-a067-bb85f6e187a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:454db354-0c75-43b4-9ba5-baf908fdcb81
ModelInvariantUuid:cf03ec40-90d9-4ab9-b41d-61dc7b261e97
ModelName:vFW 606244f1-0b20-nodes.vsnCvfc
ModelUuid:fa613b03-40a5-459e-b791-5b179491d422
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:536e16b4-b53e-4cb0-b08a-ccbf14f087db
ModelInvariantUuid:16cd90f7-28f4-42a8-bf70-ebe5723f31fb
ModelName:Vfw606244f10b20.compute.nodes.heat.vsn
ModelUuid:f2b1bfe4-c24e-4d4f-a00a-5a89c8fc0599
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:58fc64b7-fb1b-42d8-97a4-8c173efcf3b7
ModelInvariantUuid:22f19ed4-214b-40f1-b1f9-f07b6f3ae01d
ModelName:vFW 606244f1-0b20-nodes.vpgCvfc
ModelUuid:a16417b9-1323-4b56-b37a-5e8932e1857f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:122a2c1d-d858-4c8b-b092-276691ce69cb
ModelInvariantUuid:a8f8cb6a-22ac-4a12-b4ac-8600975c2aac
ModelName:Vfw606244f10b20.compute.nodes.heat.vpg
ModelUuid:6dd0728d-a99a-41db-a935-217856a2a553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-14T11:38:30.709Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ecc3e30b-18d3-4e58-8052-3fd7d97153b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||vFW 606244f1-0b20 0
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecc3e30b-18d3-4e58-8052-3fd7d97153b6
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b68691c3-1eca-4eac-9489-662cc25b4aad from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:30.713Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:30.882Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json b68691c3-1eca-4eac-9489-662cc25b4aad 785
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json ASDC sendASDCNotification
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json
2022-01-14T11:38:30.883Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:30.884Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:30.886Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:30.886Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160310883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/vfw606244f10b200_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:38:30.986Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:30.987Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:30.987Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:30.994Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:30.995Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-14T11:38:31.886Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw606244f10b20..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6da7571-0e88-45c8-b095-aba1b7d56fc8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e7c83124-a34d-4dcb-891a-e5b23d942a7d",
"vfModuleModelCustomizationUUID": "db9a168b-ebec-44a6-9e00-d8e4a25a313a",
"isBase": true,
"artifacts": [
"9db9d1e2-fd0f-4d08-abcc-8d31983a2077",
"6de949a3-fbe7-42a4-b51c-4eefae9e72c2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T11:38:31.890Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw606244f10b20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7c83124-a34d-4dcb-891a-e5b23d942a7d
VfModuleModelInvariantUUID:e6da7571-0e88-45c8-b095-aba1b7d56fc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9db9d1e2-fd0f-4d08-abcc-8d31983a2077
,
6de949a3-fbe7-42a4-b51c-4eefae9e72c2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw606244f10b20..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6da7571-0e88-45c8-b095-aba1b7d56fc8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e7c83124-a34d-4dcb-891a-e5b23d942a7d",
"vfModuleModelCustomizationUUID": "db9a168b-ebec-44a6-9e00-d8e4a25a313a",
"isBase": true,
"artifacts": [
"9db9d1e2-fd0f-4d08-abcc-8d31983a2077",
"6de949a3-fbe7-42a4-b51c-4eefae9e72c2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw606244f10b20..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7c83124-a34d-4dcb-891a-e5b23d942a7d
VfModuleModelInvariantUUID:e6da7571-0e88-45c8-b095-aba1b7d56fc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9db9d1e2-fd0f-4d08-abcc-8d31983a2077
,
6de949a3-fbe7-42a4-b51c-4eefae9e72c2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9db9d1e2-fd0f-4d08-abcc-8d31983a2077 from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:31.892Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:31.893Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:32.060Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:32.061Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml 9db9d1e2-fd0f-4d08-abcc-8d31983a2077 20368
2022-01-14T11:38:32.061Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T11:38:32.061Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml
2022-01-14T11:38:32.062Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:32.062Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:32.064Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:32.064Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160312061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:38:32.164Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:32.165Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:32.165Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:32.176Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:32.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:33.064Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6de949a3-fbe7-42a4-b51c-4eefae9e72c2 from URL: /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:33.065Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T11:38:33.065Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:33.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T11:38:33.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env 6de949a3-fbe7-42a4-b51c-4eefae9e72c2 2098
2022-01-14T11:38:33.247Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T11:38:33.248Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env
2022-01-14T11:38:33.248Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T11:38:33.248Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T11:38:33.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T11:38:33.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "668f5288-b573-4538-8449-00f7a5c6c2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642160313247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114113652/1.0/resourceInstances/vfw606244f10b200/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T11:38:33.350Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T11:38:33.351Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T11:38:33.351Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ikElXlMo5JJxBfGs) ...
2022-01-14T11:38:33.375Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T11:38:33.376Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-01-14T11:38:34.250Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: abf3d6fd-6ab9-4e45-9eec-170f6ab21ea7
2022-01-14T11:38:34.251Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 606244f1-0b20 0 ecc3e30b-18d3-4e58-8052-3fd7d97153b6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T11:38:34.269Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d37ff22, org.onap.sdc.toscaparser.api.parameters.Input@73b28fce, org.onap.sdc.toscaparser.api.parameters.Input@10c6957d, org.onap.sdc.toscaparser.api.parameters.Input@2605f0c9, org.onap.sdc.toscaparser.api.parameters.Input@2449d5c4]
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-01-14T11:38:34.270Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b2c2e7ac-f71c-46f6-b713-613c876473c0
2022-01-14T11:38:34.271Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2c2e7ac-f71c-46f6-b713-613c876473c0 matches Tosca VF Customization UUID: b2c2e7ac-f71c-46f6-b713-613c876473c0
2022-01-14T11:38:34.271Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b2c2e7ac-f71c-46f6-b713-613c876473c0 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-14T11:38:34.273Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.273Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b2c2e7ac-f71c-46f6-b713-613c876473c0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ea1dd84
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.274Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-14 11-36-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T11:38:34.275Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db9a168b-ebec-44a6-9e00-d8e4a25a313a
2022-01-14T11:38:34.275Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db9a168b-ebec-44a6-9e00-d8e4a25a313a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.277Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is not matching search criteria
2022-01-14T11:38:34.278Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.279Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T11:38:34.280Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=32ffd774-d06f-44e1-9aac-80a07e4db95c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Node template vFW 606244f1-0b20 0 is matching search criteria
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 606244f1-0b20 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T11:38:34.287Z|668f5288-b573-4538-8449-00f7a5c6c2ed|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery