By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-11T03:18:25.734Z||main|||||INFO|500||The following profiles are active: basic
2022-03-11T03:18:36.488Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-11T03:18:36.489Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-11T03:18:36.595Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-11T03:18:40.507Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-11T03:18:40.891Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-11T03:18:41.332Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-11T03:18:41.341Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-11T03:18:41.444Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-11T03:18:41.655Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-11T03:18:42.189Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-11T03:18:43.817Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-11T03:18:46.081Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-11T03:18:46.140Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-11T03:18:46.754Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-11T03:18:46.928Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-11T03:18:48.163Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-11T03:18:49.213Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-11T03:18:49.234Z||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-03-11T03:18:49.235Z||main|||||WARN|500||The sdc end point is not alive
2022-03-11T03:18:52.530Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-11T03:18:55.340Z||main|||||WARN|500||---
2022-03-11T03:18:55.341Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-11T03:18:55.349Z||main|||||WARN|500||---
2022-03-11T03:18:55.765Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-11T03:19:00.468Z||main|||||INFO|500||Started Application in 37.675 seconds (JVM running for 39.667)
2022-03-11T03:19:00.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-11T03:19:00.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-11T03:19:00.498Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-11T03:19:00.522Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-11T03:19:00.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 94d44a20-c599-46d2-a888-b9e517e995b0 url= /sdc/v1/artifactTypes
2022-03-11T03:19:00.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-11T03:19:00.848Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-11T03:19:00.871Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-11T03:19:00.893Z||scheduling-1|||||DEBUG|500||create keys
2022-03-11T03:19:00.901Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-11T03:19:00.966Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:19:00.984Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 34628819-ea77-495b-bcd9-0d662cb4db4a url= /sdc/v1/registerForDistribution
2022-03-11T03:19:01.231Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 34628819-ea77-495b-bcd9-0d662cb4db4a url= /sdc/v1/registerForDistribution
2022-03-11T03:19:01.232Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-11T03:19:01.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:19:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:19:01.250Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:19:01.251Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-11T03:19:01.251Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:19:01.251Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:19:01.252Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:19:11.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:19:11.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:20:01.239Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:20:01.240Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:20:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:20:01.243Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:20:01.243Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:20:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:20:10.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:20:10.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:21:01.239Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:21:01.240Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:21:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:21:01.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:21:01.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:21:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:21:10.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:21:10.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:22:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:22:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:22:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:22:01.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:22:01.244Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:22:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:22:10.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:22:10.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:23:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:23:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:23:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:23:01.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:23:01.243Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:23:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:23:10.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:23:10.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:24:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:24:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:24:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:24:01.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:24:01.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:24:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:24:10.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:24:10.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:25:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:25:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:25:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:25:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:25:01.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:25:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:25:10.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:25:10.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:26:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:26:01.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:26:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:26:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:26:01.245Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:26:01.245Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:26:10.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:26:10.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:27:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:27:01.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:27:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:27:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:27:01.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:27:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:27:10.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:27:10.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:28:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:28:01.242Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:28:01.242Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:28:01.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:28:01.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:28:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:28:10.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:28:10.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:28:43.897Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-11T03:29:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:29:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:29:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:29:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:29:01.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:29:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:29:10.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:29:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:30:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:30:01.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:30:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:30:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:30:01.243Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:30:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:30:10.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:30:10.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:31:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:31:01.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:31:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:31:01.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:31:01.243Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:31:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:31:10.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:31:10.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:32:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:32:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:32:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:32:01.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:32:01.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:32:01.245Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:32:10.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:32:10.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:33:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:33:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:33:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:33:01.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:33:01.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:33:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:33:10.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:33:10.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:34:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:34:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:34:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:34:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:34:01.244Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:34:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:34:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:34:10.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:35:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:35:01.241Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:35:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:35:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:35:01.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:35:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:35:10.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:35:10.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:36:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:36:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:36:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:36:01.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:36:01.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:36:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:36:10.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:36:10.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:37:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:37:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:37:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:37:01.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:37:01.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:37:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:37:10.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:37:10.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:38:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:38:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:38:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:38:01.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:38:01.243Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:38:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:38:10.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:38:10.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:39:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:39:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:39:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:39:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:39:01.243Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:39:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:39:10.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:39:10.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:40:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:40:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:40:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:40:01.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:40:01.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:40:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:40:10.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:40:10.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:41:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:41:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:41:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:41:01.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:41:01.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:41:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:41:10.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:41:10.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:42:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:42:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:42:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:42:01.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:42:01.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:42:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:42:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:42:10.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:43:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:43:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:43:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:43:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:43:01.243Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:43:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:43:10.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:43:10.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:44:01.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:44:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:44:01.244Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:44:01.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:44:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:44:01.245Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:44:10.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:44:10.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:45:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:45:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:45:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:45:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:45:01.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:45:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:45:10.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:45:10.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:46:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:46:01.241Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:46:01.241Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:46:01.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:46:01.244Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:46:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:46:10.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:46:10.793Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:47:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:47:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:47:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:47:01.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:47:01.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:47:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:47:10.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:47:10.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:48:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:48:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:48:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:48:01.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:48:01.243Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:48:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:48:10.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:48:10.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:49:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:49:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:49:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:49:01.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:49:01.243Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:49:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:49:10.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:49:10.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:50:01.240Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:50:01.240Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:50:01.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:50:01.243Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:02.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:02.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T03:50:02.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8eef1c2a-bb09-48c0-be94-93a9b9c3f001","serviceName":"basic_onboard_cqkGLh","serviceVersion":"1.0","serviceUUID":"85327dd5-4f4f-4614-95e2-5f284d95c621","serviceDescription":"service","serviceInvariantUUID":"6fec1824-7c40-4780-be56-35467dabdcfa","resources":[{"resourceInstanceName":"basic_onboard_cqkGLh 0","resourceName":"basic_onboard_cqkGLh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29aa7424-0a01-4644-9093-d56fea0dbc18","resourceInvariantUUID":"917b18cf-47a0-48a0-8e35-0a98aa548efa","resourceCustomizationUUID":"027d7942-ad63-4ced-b089-480b13b8c936","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFmOWU4M2VmYjIyM2M5YWYyYjVjNTIyOWVlZmQxMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c649d30-41c9-47e6-9b68-d2981161ef23","artifactVersion":"1"},{"artifactName":"basic_onboard_cqkglh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json","artifactChecksum":"NmJhNGJkNmVmYjQxMzUzZThlMTQ1M2RlZGNkOTk1ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42e8c621-93fb-44eb-8200-3fa4be04894a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56b70bb0-1ec4-479d-bfdf-f459594bbaeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb79216b-5b46-498e-9c93-9006678aa5a7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a52e53c4-1576-4ef3-a497-55b70f6e16fb","artifactVersion":"2","generatedFromUUID":"56b70bb0-1ec4-479d-bfdf-f459594bbaeb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqkglh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml","artifactChecksum":"NTllYjVkMjExZDE1MjAwMjhiMThhMzBkNDVkNmRjNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42fb6eaa-6ad6-44b6-8c06-fc7d55609d26","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqkglh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar","artifactChecksum":"ODAzNTIwYWRjMDBhMzM4MDY4M2Y3NzJkZDE3NzJiZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e97eb1cb-63fa-47af-9499-cd500e7dcb69","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T03:50:02.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:02.290Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:02.300Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:02.300Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:50:02.401Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-11T03:50:02.405Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:02.406Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:02.424Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:02.425Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1}
2022-03-11T03:50:02.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:02.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T03:50:02.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:50:02.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-11T03:50:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T03:50:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:50:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-11T03:50:03.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:03.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:03.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:03.310Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:50:03.410Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:03.412Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:03.412Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:03.440Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:03.441Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:04.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:04.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:04.318Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:04.318Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:50:04.418Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:04.419Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:04.420Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:04.442Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:04.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:50:05.321Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:05.322Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:05.325Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:05.325Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:50:05.425Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:05.426Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:05.426Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:05.450Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:05.451Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:50:06.326Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:06.327Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:06.329Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:06.329Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-11T03:50:06.429Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:06.430Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:06.430Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:06.441Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:06.442Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:50:07.329Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:07.330Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:07.338Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:07.338Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:50:07.438Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:50:07.439Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:07.439Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:07.452Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:07.453Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:50:08.339Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:50:08.340Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:08.342Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:08.342Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:50:08.442Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:50:08.444Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:08.444Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:08.464Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:08.465Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:09.346Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"serviceName": "basic_onboard_cqkGLh",
"serviceVersion": "1.0",
"serviceUUID": "85327dd5-4f4f-4614-95e2-5f284d95c621",
"serviceDescription": "service",
"serviceInvariantUUID": "6fec1824-7c40-4780-be56-35467dabdcfa",
"resources": [
{
"resourceInstanceName": "basic_onboard_cqkGLh 0",
"resourceCustomizationUUID": "027d7942-ad63-4ced-b089-480b13b8c936",
"resourceName": "basic_onboard_cqkGLh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29aa7424-0a01-4644-9093-d56fea0dbc18",
"resourceInvariantUUID": "917b18cf-47a0-48a0-8e35-0a98aa548efa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cqkglh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"artifactChecksum": "NmJhNGJkNmVmYjQxMzUzZThlMTQ1M2RlZGNkOTk1ZmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42e8c621-93fb-44eb-8200-3fa4be04894a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "56b70bb0-1ec4-479d-bfdf-f459594bbaeb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a52e53c4-1576-4ef3-a497-55b70f6e16fb",
"generatedFromUUID": "56b70bb0-1ec4-479d-bfdf-f459594bbaeb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a52e53c4-1576-4ef3-a497-55b70f6e16fb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCqkglh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"artifactChecksum": "ODAzNTIwYWRjMDBhMzM4MDY4M2Y3NzJkZDE3NzJiZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e97eb1cb-63fa-47af-9499-cd500e7dcb69"
}
],
"workloadContext": "Production"
}
2022-03-11T03:50:09.348Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T03:50:09.348Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85327dd5-4f4f-4614-95e2-5f284d95c621 ASDC
2022-03-11T03:50:09.481Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8eef1c2a-bb09-48c0-be94-93a9b9c3f001
ServiceName:basic_onboard_cqkGLh
ServiceVersion:1.0
ServiceUUID:85327dd5-4f4f-4614-95e2-5f284d95c621
ServiceInvariantUUID:6fec1824-7c40-4780-be56-35467dabdcfa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCqkglh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar
ArtifactUUID:e97eb1cb-63fa-47af-9499-cd500e7dcb69
ArtifactChecksum:ODAzNTIwYWRjMDBhMzM4MDY4M2Y3NzJkZDE3NzJiZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cqkGLh 0
ResourceCustomizationUUID:027d7942-ad63-4ced-b089-480b13b8c936
ResourceInvariantUUID:917b18cf-47a0-48a0-8e35-0a98aa548efa
ResourceName:basic_onboard_cqkGLh
ResourceType:VF
ResourceUUID:29aa7424-0a01-4644-9093-d56fea0dbc18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cqkglh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json
ArtifactUUID:42e8c621-93fb-44eb-8200-3fa4be04894a
ArtifactChecksum:NmJhNGJkNmVmYjQxMzUzZThlMTQ1M2RlZGNkOTk1ZmQ=
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/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:56b70bb0-1ec4-479d-bfdf-f459594bbaeb
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/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env
ArtifactUUID:a52e53c4-1576-4ef3-a497-55b70f6e16fb
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/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env
ArtifactUUID:a52e53c4-1576-4ef3-a497-55b70f6e16fb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-11T03:50:09.481Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85327dd5-4f4f-4614-95e2-5f284d95c621 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:50:09.716Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T03:50:09.717Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-11T03:50:09.718Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-11T03:50:09.719Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e97eb1cb-63fa-47af-9499-cd500e7dcb69 from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:09.719Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:50:09.720Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:10.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:50:10.533Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar e97eb1cb-63fa-47af-9499-cd500e7dcb69 71566
2022-03-11T03:50:10.535Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar ASDC sendASDCNotification
2022-03-11T03:50:10.535Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:10.536Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:50:10.537Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:10.539Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:10.539Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970610533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:50:10.639Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:10.640Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:10.641Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:10.654Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:10.654Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:11.540Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T03:50:11.541Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-11T03:50:11.542Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e97eb1cb-63fa-47af-9499-cd500e7dcb69, URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:11.542Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:11.636Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:11.637Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:12.300Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10652050387045549390/Definitions/service-BasicOnboardCqkglh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-11T03:50:14.488Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cqkGLh 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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-11T03:50:14.502Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.503Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.507Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:14.507Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-11T03:50:14.509Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T03:50:14.510Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.515Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.515Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is not matching search criteria
2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T03:50:14.517Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.517Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T03:50:14.518Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.518Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:14.518Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is not matching search criteria
2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e5de949-5b64-4930-afee-64ab5640c7b2
2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cqkGLh
Description:service
Model UUID:85327dd5-4f4f-4614-95e2-5f284d95c621
Model Version:NULL
Model InvariantUuid:6fec1824-7c40-4780-be56-35467dabdcfa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cqkGLh
Model UUID:dcb4e684-52c9-44b1-84da-3a9aed5ad795
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:917b18cf-47a0-48a0-8e35-0a98aa548efa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:027d7942-ad63-4ced-b089-480b13b8c936
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:db897187-a98b-44c1-94f5-d12e1b96c72f
ModelName:BasicOnboardCqkglh..base_ubuntu18..module-0
ModelUuid:1edd605d-331b-4cca-9b14-6281d5fe8ee7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5e5de949-5b64-4930-afee-64ab5640c7b2
ModelInvariantUuid:3e0562fd-c071-4111-a9dc-05954039bd32
ModelName:basic_onboard_cqkGLh-nodes.ubuntu18Cvfc
ModelUuid:f48a5736-30f6-4b33-a0d9-0f4f9dbed6c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:08264c31-7119-4b9d-aebb-59b8530bc658
ModelInvariantUuid:c8683a37-1000-47ae-a94e-c961870c60ca
ModelName:BasicOnboardCqkglh.compute.nodes.heat.ubuntu18
ModelUuid:5223b552-9021-4e1b-9182-fbc50d65bc37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-11T03:50:14.545Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 29aa7424-0a01-4644-9093-d56fea0dbc18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:50:14.640Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||basic_onboard_cqkGLh 0
2022-03-11T03:50:14.649Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29aa7424-0a01-4644-9093-d56fea0dbc18
2022-03-11T03:50:14.649Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 42e8c621-93fb-44eb-8200-3fa4be04894a from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json
2022-03-11T03:50:14.650Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:50:14.650Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json
2022-03-11T03:50:15.039Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:50:15.040Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json 42e8c621-93fb-44eb-8200-3fa4be04894a 798
2022-03-11T03:50:15.041Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json ASDC sendASDCNotification
2022-03-11T03:50:15.041Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json
2022-03-11T03:50:15.042Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:50:15.042Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:15.046Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:15.047Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970615041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:50:15.147Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:15.148Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:15.148Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:15.160Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:15.161Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:16.049Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCqkglh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "db897187-a98b-44c1-94f5-d12e1b96c72f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1edd605d-331b-4cca-9b14-6281d5fe8ee7",
"vfModuleModelCustomizationUUID": "a222ba14-bb32-4f2f-a03d-a280198ef136",
"isBase": true,
"artifacts": [
"56b70bb0-1ec4-479d-bfdf-f459594bbaeb",
"a52e53c4-1576-4ef3-a497-55b70f6e16fb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-11T03:50:16.065Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqkglh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1edd605d-331b-4cca-9b14-6281d5fe8ee7
VfModuleModelInvariantUUID:db897187-a98b-44c1-94f5-d12e1b96c72f
VfModuleModelDescription:NULL
Artifacts UUID List:{
56b70bb0-1ec4-479d-bfdf-f459594bbaeb
,
a52e53c4-1576-4ef3-a497-55b70f6e16fb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-11T03:50:16.068Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCqkglh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "db897187-a98b-44c1-94f5-d12e1b96c72f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1edd605d-331b-4cca-9b14-6281d5fe8ee7",
"vfModuleModelCustomizationUUID": "a222ba14-bb32-4f2f-a03d-a280198ef136",
"isBase": true,
"artifacts": [
"56b70bb0-1ec4-479d-bfdf-f459594bbaeb",
"a52e53c4-1576-4ef3-a497-55b70f6e16fb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqkglh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1edd605d-331b-4cca-9b14-6281d5fe8ee7
VfModuleModelInvariantUUID:db897187-a98b-44c1-94f5-d12e1b96c72f
VfModuleModelDescription:NULL
Artifacts UUID List:{
56b70bb0-1ec4-479d-bfdf-f459594bbaeb
,
a52e53c4-1576-4ef3-a497-55b70f6e16fb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56b70bb0-1ec4-479d-bfdf-f459594bbaeb from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml
2022-03-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml
2022-03-11T03:50:16.137Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:50:16.138Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml 56b70bb0-1ec4-479d-bfdf-f459594bbaeb 5033
2022-03-11T03:50:16.139Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-11T03:50:16.139Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml
2022-03-11T03:50:16.139Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:50:16.140Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:16.142Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:16.143Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970616139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:50:16.243Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:16.244Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:16.244Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:16.256Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:16.257Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:17.145Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a52e53c4-1576-4ef3-a497-55b70f6e16fb from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env
2022-03-11T03:50:17.146Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:50:17.146Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env
2022-03-11T03:50:17.230Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env a52e53c4-1576-4ef3-a497-55b70f6e16fb 909
2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env
2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:50:17.232Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:17.234Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:17.234Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970617231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:50:17.334Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:50:17.335Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:17.336Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:17.349Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:17.350Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:18.236Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 85327dd5-4f4f-4614-95e2-5f284d95c621
2022-03-11T03:50:18.237Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cqkGLh 0 29aa7424-0a01-4644-9093-d56fea0dbc18 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:50:18.269Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51c33cdd, org.onap.sdc.toscaparser.api.parameters.Input@7c3fb0bf, org.onap.sdc.toscaparser.api.parameters.Input@14b83098, org.onap.sdc.toscaparser.api.parameters.Input@3ecef879, org.onap.sdc.toscaparser.api.parameters.Input@76230ea9]
2022-03-11T03:50:18.275Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.276Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.277Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-11T03:50:18.277Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 027d7942-ad63-4ced-b089-480b13b8c936
2022-03-11T03:50:18.278Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 027d7942-ad63-4ced-b089-480b13b8c936 matches Tosca VF Customization UUID: 027d7942-ad63-4ced-b089-480b13b8c936
2022-03-11T03:50:18.279Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 027d7942-ad63-4ced-b089-480b13b8c936 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-11T03:50:18.285Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.285Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.286Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 027d7942-ad63-4ced-b089-480b13b8c936: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-11T03:50:18.287Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2335448
2022-03-11T03:50:18.287Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.288Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T03:50:18.289Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a222ba14-bb32-4f2f-a03d-a280198ef136
2022-03-11T03:50:18.290Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a222ba14-bb32-4f2f-a03d-a280198ef136
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-11T03:50:18.296Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.296Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:18.297Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:50:18.298Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.298Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:18.298Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:50:18.299Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.299Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is not matching search criteria
2022-03-11T03:50:18.300Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-11T03:50:18.300Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T03:50:18.301Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e5de949-5b64-4930-afee-64ab5640c7b2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T03:50:18.308Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.309Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:18.309Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:50:18.310Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.310Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria
2022-03-11T03:50:18.311Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=027d7942-ad63-4ced-b089-480b13b8c936
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:50:18.313Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.314Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.315Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 85327dd5-4f4f-4614-95e2-5f284d95c621: basic_onboard_cqkGLh
2022-03-11T03:50:18.315Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.315Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.316Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.316Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.317Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.317Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.317Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.318Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.318Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:50:18.319Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:50:18.319Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_cqkGLh
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:50:18.481Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cqkGLh 29aa7424-0a01-4644-9093-d56fea0dbc18 1 ASDC deployResourceStructure
2022-03-11T03:50:18.482Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json ASDC sendASDCNotification
2022-03-11T03:50:18.482Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json
2022-03-11T03:50:18.483Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:50:18.483Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:18.486Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:18.486Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970618482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:50:18.586Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:18.587Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:18.587Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:18.618Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:18.619Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:50:19.487Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-11T03:50:19.488Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml
2022-03-11T03:50:19.488Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:50:19.489Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:19.492Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:19.492Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970619487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T03:50:19.592Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:19.594Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:19.595Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:19.609Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:19.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:50:20.493Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-11T03:50:20.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env
2022-03-11T03:50:20.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:50:20.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:20.496Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:20.497Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970620493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-11T03:50:20.597Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:50:20.598Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:20.599Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:20.622Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:20.623Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:21.498Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar ASDC sendASDCNotification
2022-03-11T03:50:21.498Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar
2022-03-11T03:50:21.498Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:50:21.499Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:50:21.501Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:50:21.501Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970621498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:50:21.601Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:50:21.602Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:50:21.602Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:50:21.619Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:50:21.619Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:50:22.502Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:50:22.528Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:50:22.531Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:50:22.531Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T03:50:22.531Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T03:50:52.532Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:50:52.541Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:50:52.544Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:50:52.544Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T03:50:52.544Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T03:51:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:51:01.244Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:51:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:51:01.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:51:01.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T03:51:01.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:51:01.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-11T03:51:22.545Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:51:22.553Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:51:22.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:51:22.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T03:51:22.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T03:51:52.556Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:51:52.567Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:51:52.569Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:51:52.570Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T03:51:52.570Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T03:52:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:52:01.244Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:52:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:52:01.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:52:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T03:52:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:52:01.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-11T03:52:22.570Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:52:22.586Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:52:22.589Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:52:22.589Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T03:52:22.589Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T03:52:52.590Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:52:52.604Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:52:52.607Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:52:52.608Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T03:52:52.608Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T03:53:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:53:01.246Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:53:01.246Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:53:01.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:53:01.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "dcae-sch",
"timestamp": 1646970593125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970601239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970595042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970600061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970602203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970609837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970610879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970610533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970611888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "cds",
"timestamp": 1646970611410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:01.351Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
2022-03-11T03:53:01.352Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:53:01.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970611221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970604629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "policy-id",
"timestamp": 1646970612893,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:01.371Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
2022-03-11T03:53:01.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:53:01.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970612678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970612719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970613761,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:01.388Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
2022-03-11T03:53:01.388Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-11T03:53:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970615041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970614768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970616139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970617231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970610388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970611056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970618482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970619487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970620493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970621498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:53:01.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970618797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:53:01.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:53:01.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970625075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970627385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:53:01.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970627095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "clamp",
"timestamp": 1646970628102,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:01.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
2022-03-11T03:53:01.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:53:01.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970632210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970633216,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:01.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
2022-03-11T03:53:01.435Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:53:01.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970633441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:53:01.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:53:01.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:53:01.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "aai-ml",
"timestamp": 1646970634447,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:01.451Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
2022-03-11T03:53:01.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:53:22.608Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:53:22.620Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T03:53:22.624Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:53:22.624Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:53:22.626Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:53:22.634Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T03:53:52.635Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-11T03:53:52.655Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and serviceModelVersionId: 85327dd5-4f4f-4614-95e2-5f284d95c621
2022-03-11T03:53:52.655Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fec1824-7c40-4780-be56-35467dabdcfa
2022-03-11T03:54:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:54:01.244Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:54:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:01.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:01.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970724629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970731056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "dcae-sch",
"timestamp": 1646970733125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970730379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970735042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970740998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970742810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970743814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970737203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "policy-id",
"timestamp": 1646970744818,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:01.811Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f
2022-03-11T03:54:01.811Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:01.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970738797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970745050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970746778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "cds",
"timestamp": 1646970746097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:54:01.825Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f
2022-03-11T03:54:01.826Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970740061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:01.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970747963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970749468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970750604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970751609,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:54:01.842Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f
2022-03-11T03:54:01.842Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:01.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970751056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970752081,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:54:01.855Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f
2022-03-11T03:54:01.855Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970753085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:01.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970755090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:01.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970756125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:01.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "clamp",
"timestamp": 1646970757129,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:54:01.868Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f
2022-03-11T03:54:01.868Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:01.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970759275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:01.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:54:01.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:54:01.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "aai-ml",
"timestamp": 1646970760279,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:54:01.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f
2022-03-11T03:54:01.880Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:07.780Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0
2022-03-11T03:54:07.889Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T03:54:08.355Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|INFO|500||Invoke
2022-03-11T03:54:08.363Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8eef1c2a-bb09-48c0-be94-93a9b9c3f001], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18c62b59-43f7-48b2-ab5c-b0c024a62b66], X-ECOMP-RequestID=[8eef1c2a-bb09-48c0-be94-93a9b9c3f001], X-TransactionId=[], X-ONAP-RequestID=[8eef1c2a-bb09-48c0-be94-93a9b9c3f001], Content-Type=[application/merge-patch+json]}
2022-03-11T03:54:08.480Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-11T03:54:09.161Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?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/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-03:54:08:260-82268], vertex-id=[188424], Content-Length=[0], Date=[Fri, 11 Mar 2022 03:54:08 GMT], Content-Type=[application/json]}
2022-03-11T03:54:09.163Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-11T03:54:09.164Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|INFO|500||InvokeReturn
2022-03-11T03:54:09.168Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T03:54:09.168Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:54:09.175Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-11T03:54:09.176Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T03:54:09.177Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T03:54:09.178Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:09.182Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:09.182Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970849176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T03:54:09.282Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:09.283Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:09.283Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:09.296Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:09.296Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T03:54:10.194Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:54:10.195Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:54:10.195Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:14.533Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:14.534Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T03:54:14.534Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2233d2ba-f87a-4174-9d56-dc43c574cd9f","serviceName":"vFW 2022-03-11 03-49-58","serviceVersion":"1.0","serviceUUID":"ad652243-e85d-46bf-9418-ee4fddd9f228","serviceDescription":"catalog service description","serviceInvariantUUID":"ece108fb-a06f-44cc-8b5b-c136575353d8","resources":[{"resourceInstanceName":"vFW 948c41c3-1b76 0","resourceName":"vFW 948c41c3-1b76","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e577646-6e8e-4b4e-9006-a37347e90c0a","resourceInvariantUUID":"b9d6058b-dbb1-455c-a3fc-f0d620e057f7","resourceCustomizationUUID":"a567099a-ee2d-414b-8f41-f5ea76acb118","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml","artifactChecksum":"NjBmOTAwNTAyZjkzM2MxNzQyMTExNTc0MjJlMGNhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0b954fc-0d68-4457-a116-5a7ed4c6337a","artifactVersion":"1"},{"artifactName":"vfw948c41c31b760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json","artifactChecksum":"NjE3NTFiNGE3NTI2YjE3MjQyYjU2YWI0NDhmMjUwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9267d041-aa83-49d5-b9f4-a7442e3330c9","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f2f93f9-c375-4baf-95dc-6c5ab5524f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml","artifactChecksum":"ZGEyMWVhMGM3N2M2ZTY0OTcyNWY1NDI1N2M5ZDJjOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09d6a6b8-16bf-4757-825b-49631fcd2a75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"269c5b00-294a-4b6a-bc65-a22984155e67","artifactVersion":"3","generatedFromUUID":"5f2f93f9-c375-4baf-95dc-6c5ab5524f7a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311034958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml","artifactChecksum":"Nzg0YzNjZDZiNWZlMDYxOWE2M2RhMWRiOTk4ZDQ0MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f748166-ae4b-42e4-916d-3c67c57437da","artifactVersion":"1"},{"artifactName":"service-Vfw20220311034958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar","artifactChecksum":"MjRjMDA3NTllNzhjZDExM2NhMTI0ZDdjMTFiNjUxMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T03:54:14.537Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:14.538Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:14.540Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:14.540Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:14.641Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:54:14.642Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:14.643Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:14.657Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:14.657Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:15.541Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:15.542Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:15.546Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:15.547Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:54:15.647Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:15.648Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:15.648Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:15.662Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:15.662Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:16.548Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:16.549Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:16.551Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:16.551Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:54:16.652Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T03:54:16.653Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:16.653Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:16.666Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:16.667Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:54:17.551Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:17.552Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:17.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:17.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:17.655Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:17.657Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:17.657Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:17.672Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:17.673Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:54:18.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:18.556Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:18.558Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:18.558Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T03:54:18.658Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:18.659Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:18.659Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:18.676Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:18.676Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:19.559Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:19.559Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:19.562Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:19.562Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:54:19.662Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:19.663Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:19.663Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:19.676Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:19.676Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:20.562Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:54:20.563Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:20.565Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:20.565Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:54:20.665Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:20.667Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:20.667Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:20.682Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:20.683Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:21.567Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"serviceName": "vFW 2022-03-11 03-49-58",
"serviceVersion": "1.0",
"serviceUUID": "ad652243-e85d-46bf-9418-ee4fddd9f228",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ece108fb-a06f-44cc-8b5b-c136575353d8",
"resources": [
{
"resourceInstanceName": "vFW 948c41c3-1b76 0",
"resourceCustomizationUUID": "a567099a-ee2d-414b-8f41-f5ea76acb118",
"resourceName": "vFW 948c41c3-1b76",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4e577646-6e8e-4b4e-9006-a37347e90c0a",
"resourceInvariantUUID": "b9d6058b-dbb1-455c-a3fc-f0d620e057f7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw948c41c31b760_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"artifactChecksum": "NjE3NTFiNGE3NTI2YjE3MjQyYjU2YWI0NDhmMjUwNDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9267d041-aa83-49d5-b9f4-a7442e3330c9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5f2f93f9-c375-4baf-95dc-6c5ab5524f7a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "269c5b00-294a-4b6a-bc65-a22984155e67",
"generatedFromUUID": "5f2f93f9-c375-4baf-95dc-6c5ab5524f7a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "269c5b00-294a-4b6a-bc65-a22984155e67",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220311034958-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"artifactChecksum": "MjRjMDA3NTllNzhjZDExM2NhMTI0ZDdjMTFiNjUxMDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0"
}
],
"workloadContext": "Production"
}
2022-03-11T03:54:21.567Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T03:54:21.568Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad652243-e85d-46bf-9418-ee4fddd9f228 ASDC
2022-03-11T03:54:21.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2233d2ba-f87a-4174-9d56-dc43c574cd9f
ServiceName:vFW 2022-03-11 03-49-58
ServiceVersion:1.0
ServiceUUID:ad652243-e85d-46bf-9418-ee4fddd9f228
ServiceInvariantUUID:ece108fb-a06f-44cc-8b5b-c136575353d8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220311034958-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar
ArtifactUUID:fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0
ArtifactChecksum:MjRjMDA3NTllNzhjZDExM2NhMTI0ZDdjMTFiNjUxMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 948c41c3-1b76 0
ResourceCustomizationUUID:a567099a-ee2d-414b-8f41-f5ea76acb118
ResourceInvariantUUID:b9d6058b-dbb1-455c-a3fc-f0d620e057f7
ResourceName:vFW 948c41c3-1b76
ResourceType:VF
ResourceUUID:4e577646-6e8e-4b4e-9006-a37347e90c0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw948c41c31b760_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json
ArtifactUUID:9267d041-aa83-49d5-b9f4-a7442e3330c9
ArtifactChecksum:NjE3NTFiNGE3NTI2YjE3MjQyYjU2YWI0NDhmMjUwNDI=
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/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml
ArtifactUUID:5f2f93f9-c375-4baf-95dc-6c5ab5524f7a
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env
ArtifactUUID:269c5b00-294a-4b6a-bc65-a22984155e67
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env
ArtifactUUID:269c5b00-294a-4b6a-bc65-a22984155e67
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-11T03:54:21.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad652243-e85d-46bf-9418-ee4fddd9f228 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T03:54:21.604Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0 from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:21.697Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:54:21.706Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0 98898
2022-03-11T03:54:21.707Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar ASDC sendASDCNotification
2022-03-11T03:54:21.707Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:21.707Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:54:21.708Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:21.710Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:21.710Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970861707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:21.810Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:54:21.811Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:21.811Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:21.847Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:21.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:22.711Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T03:54:22.711Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-11T03:54:22.712Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0, URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar to file: /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:22.712Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311034958-csar.csar
2022-03-11T03:54:22.713Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:22.714Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:22.900Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9209321630744977887/Definitions/service-Vfw20220311034958-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-11T03:54:25.070Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 948c41c3-1b76 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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||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-Vfw20220311034958-csar.csar
2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4352bcc-5210-4186-83b1-45f9e1797de7
2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1faac24-d4e7-4581-8118-e8faae984f4e
2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17b62049-df21-4842-96aa-8676871714d8
2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-11 03-49-58
Description:catalog service description
Model UUID:ad652243-e85d-46bf-9418-ee4fddd9f228
Model Version:NULL
Model InvariantUuid:ece108fb-a06f-44cc-8b5b-c136575353d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 948c41c3-1b76
Model UUID:97a791b7-ad0a-4e29-bd16-24ee447e466b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9d6058b-dbb1-455c-a3fc-f0d620e057f7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a567099a-ee2d-414b-8f41-f5ea76acb118
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9ef96245-0db9-4442-8c26-0bffc2ceb412
ModelName:Vfw948c41c31b76..base_vfw..module-0
ModelUuid:9408e0df-ab90-479e-b775-0f70a069c92e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e4352bcc-5210-4186-83b1-45f9e1797de7
ModelInvariantUuid:332bf13b-07c6-4456-9f1f-016b806e0783
ModelName:vFW 948c41c3-1b76-nodes.vfwCvfc
ModelUuid:2f3151f7-e5ad-4d52-9827-2c42af926f60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e7990615-61ce-4b3b-b0a4-74f474757fd7
ModelInvariantUuid:6988667c-83d9-4162-9fe1-6c2fe3846f9e
ModelName:Vfw948c41c31b76.compute.nodes.heat.vfw
ModelUuid:85589556-486a-49b4-80d1-332ebf402381
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e1faac24-d4e7-4581-8118-e8faae984f4e
ModelInvariantUuid:143a22e3-124a-4e1c-9e0f-aeb9f28b9a8a
ModelName:vFW 948c41c3-1b76-nodes.vsnCvfc
ModelUuid:30e0b205-3b45-476b-80c4-7d39790c94f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7162073b-13d9-425c-b3cc-78b698ebdb55
ModelInvariantUuid:f39baae7-f683-466b-9791-08f8561ed127
ModelName:Vfw948c41c31b76.compute.nodes.heat.vsn
ModelUuid:3c27c5fd-223c-403e-8267-94b7e2ac85c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:17b62049-df21-4842-96aa-8676871714d8
ModelInvariantUuid:fe84e24a-8fa7-404c-bf44-3f3c20c26f12
ModelName:vFW 948c41c3-1b76-nodes.vpgCvfc
ModelUuid:16d4e1ae-3682-4561-b758-ca967809f359
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0f9d694a-46ce-4652-ac28-ac70f88c18e2
ModelInvariantUuid:8a2d482d-1e25-4818-87fe-ea4ba9f723b5
ModelName:Vfw948c41c31b76.compute.nodes.heat.vpg
ModelUuid:5bdeab70-3288-489b-a6bb-f9e19779e126
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-11T03:54:25.096Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e577646-6e8e-4b4e-9006-a37347e90c0a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||vFW 948c41c3-1b76 0
2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e577646-6e8e-4b4e-9006-a37347e90c0a
2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9267d041-aa83-49d5-b9f4-a7442e3330c9 from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json
2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:54:25.100Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json
2022-03-11T03:54:25.484Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:54:25.485Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json 9267d041-aa83-49d5-b9f4-a7442e3330c9 785
2022-03-11T03:54:25.485Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json ASDC sendASDCNotification
2022-03-11T03:54:25.486Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json
2022-03-11T03:54:25.486Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:54:25.486Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:25.488Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:25.489Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970865485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:25.589Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:25.590Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:25.590Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:25.609Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:25.609Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-03-11T03:54:26.489Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw948c41c31b76..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9ef96245-0db9-4442-8c26-0bffc2ceb412",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9408e0df-ab90-479e-b775-0f70a069c92e",
"vfModuleModelCustomizationUUID": "9f65f994-9be0-4932-9588-8c1225c527c0",
"isBase": true,
"artifacts": [
"5f2f93f9-c375-4baf-95dc-6c5ab5524f7a",
"269c5b00-294a-4b6a-bc65-a22984155e67"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-11T03:54:26.496Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw948c41c31b76..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9408e0df-ab90-479e-b775-0f70a069c92e
VfModuleModelInvariantUUID:9ef96245-0db9-4442-8c26-0bffc2ceb412
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f2f93f9-c375-4baf-95dc-6c5ab5524f7a
,
269c5b00-294a-4b6a-bc65-a22984155e67
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-11T03:54:26.498Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw948c41c31b76..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9ef96245-0db9-4442-8c26-0bffc2ceb412",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9408e0df-ab90-479e-b775-0f70a069c92e",
"vfModuleModelCustomizationUUID": "9f65f994-9be0-4932-9588-8c1225c527c0",
"isBase": true,
"artifacts": [
"5f2f93f9-c375-4baf-95dc-6c5ab5524f7a",
"269c5b00-294a-4b6a-bc65-a22984155e67"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw948c41c31b76..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9408e0df-ab90-479e-b775-0f70a069c92e
VfModuleModelInvariantUUID:9ef96245-0db9-4442-8c26-0bffc2ceb412
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f2f93f9-c375-4baf-95dc-6c5ab5524f7a
,
269c5b00-294a-4b6a-bc65-a22984155e67
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f2f93f9-c375-4baf-95dc-6c5ab5524f7a from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml
2022-03-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml
2022-03-11T03:54:26.913Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:54:26.914Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml 5f2f93f9-c375-4baf-95dc-6c5ab5524f7a 20368
2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml
2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:26.917Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:26.917Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970866915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:27.018Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:54:27.019Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:27.019Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:27.041Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:27.041Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:27.918Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 269c5b00-294a-4b6a-bc65-a22984155e67 from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env
2022-03-11T03:54:27.919Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-11T03:54:27.919Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env
2022-03-11T03:54:28.322Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env 269c5b00-294a-4b6a-bc65-a22984155e67 2098
2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env
2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:54:28.324Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:28.326Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:28.326Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970868323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:54:28.429Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-11T03:54:28.430Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:28.430Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:28.444Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:28.445Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:29.327Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ad652243-e85d-46bf-9418-ee4fddd9f228
2022-03-11T03:54:29.328Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 948c41c3-1b76 0 4e577646-6e8e-4b4e-9006-a37347e90c0a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:54:29.346Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@786fe656, org.onap.sdc.toscaparser.api.parameters.Input@13aa8ea3, org.onap.sdc.toscaparser.api.parameters.Input@2a5b0f8b, org.onap.sdc.toscaparser.api.parameters.Input@456c438e, org.onap.sdc.toscaparser.api.parameters.Input@42b65023]
2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a567099a-ee2d-414b-8f41-f5ea76acb118
2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a567099a-ee2d-414b-8f41-f5ea76acb118 matches Tosca VF Customization UUID: a567099a-ee2d-414b-8f41-f5ea76acb118
2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a567099a-ee2d-414b-8f41-f5ea76acb118 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-11T03:54:29.350Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.351Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.351Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a567099a-ee2d-414b-8f41-f5ea76acb118: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-11T03:54:29.351Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50ac2c6b
2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f65f994-9be0-4932-9588-8c1225c527c0
2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f65f994-9be0-4932-9588-8c1225c527c0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-11T03:54:29.356Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.356Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:29.356Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.360Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4352bcc-5210-4186-83b1-45f9e1797de7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T03:54:29.361Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.365Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1faac24-d4e7-4581-8118-e8faae984f4e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T03:54:29.366Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.366Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:29.367Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria
2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17b62049-df21-4842-96aa-8676871714d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.375Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria
2022-03-11T03:54:29.375Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=a567099a-ee2d-414b-8f41-f5ea76acb118
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ad652243-e85d-46bf-9418-ee4fddd9f228: vFW 948c41c3-1b76
2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.379Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:54:29.379Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:54:29.379Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-11 03-49-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:54:29.546Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 948c41c3-1b76 4e577646-6e8e-4b4e-9006-a37347e90c0a 1 ASDC deployResourceStructure
2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json ASDC sendASDCNotification
2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json
2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:29.559Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:29.560Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970869547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:29.650Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-11T03:54:29.651Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:29.652Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:29.665Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:29.665Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:54:30.562Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T03:54:30.563Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml
2022-03-11T03:54:30.563Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:54:30.563Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:30.566Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:30.566Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970870562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:30.665Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:54:30.667Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:30.667Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:30.682Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:30.682Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:31.567Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T03:54:31.567Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env
2022-03-11T03:54:31.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:54:31.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:31.570Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:31.570Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970871566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:31.670Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T03:54:31.671Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:31.672Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:31.688Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:31.689Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:32.572Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar ASDC sendASDCNotification
2022-03-11T03:54:32.572Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar
2022-03-11T03:54:32.572Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T03:54:32.573Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:54:32.575Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:54:32.575Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970872571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:54:32.677Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-11T03:54:32.678Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:54:32.678Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:54:32.690Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:54:32.690Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:54:33.576Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:54:33.587Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:54:33.597Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T03:55:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:55:01.244Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:55:01.244Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:01.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:01.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970849176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970850194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970861707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970865485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970866915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970868323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970869547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970870562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970871566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970872571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970880061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "clamp",
"timestamp": 1646970880379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970887203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970893939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970888797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "policy-id",
"timestamp": 1646970895042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970895233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970895621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "policy-id",
"timestamp": 1646970895042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "cds",
"timestamp": 1646970896245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:55:01.418Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3
2022-03-11T03:55:01.418Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970897176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "policy-id",
"timestamp": 1646970895042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970897051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646970891056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "policy-id",
"timestamp": 1646970895042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970898079,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:55:01.432Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3
2022-03-11T03:55:01.432Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "policy-id",
"timestamp": 1646970895042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646970899083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "DEPLOY_OK"
}
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970900636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "policy-id",
"timestamp": 1646970895042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "dcae-sch",
"timestamp": 1646970893125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:01.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-11T03:55:01.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-11T03:55:01.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646970901640,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T03:55:01.447Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3
2022-03-11T03:55:01.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T03:55:03.597Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-11T03:55:03.602Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f and serviceModelVersionId: ad652243-e85d-46bf-9418-ee4fddd9f228
2022-03-11T03:55:03.602Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ece108fb-a06f-44cc-8b5b-c136575353d8
2022-03-11T03:55:03.603Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0
2022-03-11T03:55:03.607Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T03:55:03.663Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-11T03:55:03.664Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0|INFO|500||Invoke
2022-03-11T03:55:03.691Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-11T03:55:05.586Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0|INFO|500||InvokeReturn
2022-03-11T03:55:05.587Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-03:55:03:468-71796], vertex-id=[217176], Content-Length=[0], Date=[Fri, 11 Mar 2022 03:55:03 GMT], Content-Type=[application/json]}
2022-03-11T03:55:05.587Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T03:55:05.588Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T03:55:05.588Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:55:05.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-11T03:55:05.593Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2233d2ba-f87a-4174-9d56-dc43c574cd9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T03:55:05.593Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T03:55:05.593Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:05.595Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:05.595Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970905593,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T03:55:05.695Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:05.696Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:05.697Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:05.713Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:05.713Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T03:55:06.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T03:55:06.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T03:55:06.608Z||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 VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:07.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:07.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T03:55:07.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"21462fa7-770c-425a-952a-260fed79a2e3","serviceName":"vFW 2022-03-11 03-53-02","serviceVersion":"1.0","serviceUUID":"d7f89c02-6533-40fa-87e5-76001bc4be26","serviceDescription":"catalog service description","serviceInvariantUUID":"8c1637f0-e909-410f-b574-e44f26a0ca24","resources":[{"resourceInstanceName":"vFW af2a547f-4901 0","resourceName":"vFW af2a547f-4901","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82e06e7d-d11f-4aa3-a320-fba0bcaabae1","resourceInvariantUUID":"b831b6b9-fe0b-429d-9030-a7febb95ac7d","resourceCustomizationUUID":"90f4cb8f-d998-4dba-8109-75d1b9bb3df6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml","artifactChecksum":"Y2JhZWNhYmM4OTAzODdhOGEyMTIwNGI2N2U5NmNhYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdd97566-93ee-4881-9eab-f1b0ad2fd420","artifactVersion":"1"},{"artifactName":"vfwaf2a547f49010_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json","artifactChecksum":"NjBjOTRjYTZiZDYwMWIwZjlmODI0YjhjZjhjOWE0MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8e28a7c-c216-4f16-baef-df8ba8603742","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d92db221-01ff-45c0-b376-d1cea101aec0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml","artifactChecksum":"ODlmYTY4YWUyZWEyODVmOTFiYTZiYTViYThiYmQxMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c6e9e31-63ff-4f50-94bb-72bf8bb6a9a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68c970be-e82a-4753-848a-30d62a010f5f","artifactVersion":"2","generatedFromUUID":"d92db221-01ff-45c0-b376-d1cea101aec0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311035302-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml","artifactChecksum":"MjBmYWVmOWZmZTJjMGQwY2ZjODI4ZTFiYmMxODZhYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f00f972-ba75-42a4-aa70-595bbfbedcfb","artifactVersion":"1"},{"artifactName":"service-Vfw20220311035302-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar","artifactChecksum":"ZmM2NTg5YTRhM2E4ZTliMzNlMjhiNjAwZDRiYWQyNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e466cfa8-f630-4d85-9a43-04a2f53617fb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T03:55:07.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:07.238Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:07.240Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:07.240Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:07.340Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:07.341Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:07.341Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:07.353Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:07.354Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:08.240Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:08.241Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:08.244Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:08.244Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "NOTIFIED"
}
2022-03-11T03:55:08.344Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:08.345Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:08.345Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:08.357Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:08.357Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:09.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:09.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:09.247Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:09.248Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-11T03:55:09.348Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:09.350Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:09.350Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:09.364Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:09.364Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:10.248Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:10.249Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:10.251Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:10.251Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:10.351Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:10.352Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:10.352Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:10.365Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:10.366Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:11.252Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:11.253Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:11.255Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:11.255Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-11T03:55:11.355Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:11.356Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:11.356Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:11.366Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:11.369Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:12.255Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:12.256Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:12.258Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:12.258Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-11T03:55:12.358Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:12.360Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:12.360Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:12.371Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:12.371Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:13.259Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T03:55:13.260Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:13.261Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:13.262Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970906607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "NOTIFIED"
}
2022-03-11T03:55:13.362Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:13.363Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:13.363Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:13.381Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:13.382Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:14.263Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"serviceName": "vFW 2022-03-11 03-53-02",
"serviceVersion": "1.0",
"serviceUUID": "d7f89c02-6533-40fa-87e5-76001bc4be26",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8c1637f0-e909-410f-b574-e44f26a0ca24",
"resources": [
{
"resourceInstanceName": "vFW af2a547f-4901 0",
"resourceCustomizationUUID": "90f4cb8f-d998-4dba-8109-75d1b9bb3df6",
"resourceName": "vFW af2a547f-4901",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "82e06e7d-d11f-4aa3-a320-fba0bcaabae1",
"resourceInvariantUUID": "b831b6b9-fe0b-429d-9030-a7febb95ac7d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwaf2a547f49010_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"artifactChecksum": "NjBjOTRjYTZiZDYwMWIwZjlmODI0YjhjZjhjOWE0MTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8e28a7c-c216-4f16-baef-df8ba8603742",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d92db221-01ff-45c0-b376-d1cea101aec0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68c970be-e82a-4753-848a-30d62a010f5f",
"generatedFromUUID": "d92db221-01ff-45c0-b376-d1cea101aec0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68c970be-e82a-4753-848a-30d62a010f5f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220311035302-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"artifactChecksum": "ZmM2NTg5YTRhM2E4ZTliMzNlMjhiNjAwZDRiYWQyNDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e466cfa8-f630-4d85-9a43-04a2f53617fb"
}
],
"workloadContext": "Production"
}
2022-03-11T03:55:14.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T03:55:14.264Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7f89c02-6533-40fa-87e5-76001bc4be26 ASDC
2022-03-11T03:55:14.264Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:21462fa7-770c-425a-952a-260fed79a2e3
ServiceName:vFW 2022-03-11 03-53-02
ServiceVersion:1.0
ServiceUUID:d7f89c02-6533-40fa-87e5-76001bc4be26
ServiceInvariantUUID:8c1637f0-e909-410f-b574-e44f26a0ca24
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220311035302-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar
ArtifactUUID:e466cfa8-f630-4d85-9a43-04a2f53617fb
ArtifactChecksum:ZmM2NTg5YTRhM2E4ZTliMzNlMjhiNjAwZDRiYWQyNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW af2a547f-4901 0
ResourceCustomizationUUID:90f4cb8f-d998-4dba-8109-75d1b9bb3df6
ResourceInvariantUUID:b831b6b9-fe0b-429d-9030-a7febb95ac7d
ResourceName:vFW af2a547f-4901
ResourceType:VF
ResourceUUID:82e06e7d-d11f-4aa3-a320-fba0bcaabae1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaf2a547f49010_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json
ArtifactUUID:e8e28a7c-c216-4f16-baef-df8ba8603742
ArtifactChecksum:NjBjOTRjYTZiZDYwMWIwZjlmODI0YjhjZjhjOWE0MTE=
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/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml
ArtifactUUID:d92db221-01ff-45c0-b376-d1cea101aec0
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/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env
ArtifactUUID:68c970be-e82a-4753-848a-30d62a010f5f
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/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env
ArtifactUUID:68c970be-e82a-4753-848a-30d62a010f5f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-11T03:55:14.265Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7f89c02-6533-40fa-87e5-76001bc4be26 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T03:55:14.301Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e466cfa8-f630-4d85-9a43-04a2f53617fb from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:14.459Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T03:55:14.463Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar e466cfa8-f630-4d85-9a43-04a2f53617fb 98920
2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar ASDC sendASDCNotification
2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:14.467Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:14.467Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970914463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:14.567Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:14.568Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:14.568Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:14.581Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:14.581Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:55:15.469Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T03:55:15.470Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T03:55:15.471Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e466cfa8-f630-4d85-9a43-04a2f53617fb, URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar to file: /app/ASDC/1/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:15.471Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311035302-csar.csar
2022-03-11T03:55:15.472Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:15.472Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:15.685Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8241371025300357685/Definitions/service-Vfw20220311035302-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW af2a547f-4901 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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria
2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria
2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9156d38a-fe30-4998-893d-26a1ffc280a7
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria
2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0fd391f-5619-431a-a4e9-b21a128ae2c1
2022-03-11T03:55:17.628Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.628Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria
2022-03-11T03:55:17.628Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:55:17.629Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:55:17.629Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T03:55:17.629Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.630Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.630Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.630Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T03:55:17.631Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:55:17.631Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:55:17.631Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:17.632Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:17.632Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T03:55:17.632Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e376e3-3d99-4fe7-bf15-32929370fa19
2022-03-11T03:55:17.633Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.633Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.633Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.634Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.634Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.634Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.635Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:17.635Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:17.635Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-11 03-53-02
Description:catalog service description
Model UUID:d7f89c02-6533-40fa-87e5-76001bc4be26
Model Version:NULL
Model InvariantUuid:8c1637f0-e909-410f-b574-e44f26a0ca24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW af2a547f-4901
Model UUID:4e28ef5b-0b8d-4efc-81ba-e2fc3b25c179
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b831b6b9-fe0b-429d-9030-a7febb95ac7d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:90f4cb8f-d998-4dba-8109-75d1b9bb3df6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:606e1b42-8598-4ff1-84dd-2a5ebba396f2
ModelName:VfwAf2a547f4901..base_vfw..module-0
ModelUuid:70de890a-4706-43df-af38-b9498393d0c0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9156d38a-fe30-4998-893d-26a1ffc280a7
ModelInvariantUuid:15799244-8b57-4699-818e-0d9d621db523
ModelName:vFW af2a547f-4901-nodes.vfwCvfc
ModelUuid:0e133b3f-bad3-4cdf-9bcb-cecb721d76a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8a66d05f-8f2e-4ac9-a3dd-9f58b903f63a
ModelInvariantUuid:6ce11e12-f145-4109-9f54-422da67286a8
ModelName:VfwAf2a547f4901.compute.nodes.heat.vfw
ModelUuid:ae11a481-b8f6-4034-b7db-513528746697
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f0fd391f-5619-431a-a4e9-b21a128ae2c1
ModelInvariantUuid:1988c0bd-16bb-4d18-88f7-40104c73a10a
ModelName:vFW af2a547f-4901-nodes.vsnCvfc
ModelUuid:36ad046b-087b-4156-83cb-f4e62c29f72c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1d691c1a-cf5c-45dd-ad44-123441ce5e9e
ModelInvariantUuid:52ad0c5a-6fc3-4822-a228-58e61cf4d587
ModelName:VfwAf2a547f4901.compute.nodes.heat.vsn
ModelUuid:adebb743-ad7b-4917-8430-5ff4a700005c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:59e376e3-3d99-4fe7-bf15-32929370fa19
ModelInvariantUuid:355706a2-0b3d-4d0f-9a9d-502bd766b8f9
ModelName:vFW af2a547f-4901-nodes.vpgCvfc
ModelUuid:ca7832e7-0377-4269-a946-0505e4574839
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:505abb17-82d8-49f2-bbcd-3840fe9ecb2e
ModelInvariantUuid:d4c29e26-92cc-4ac5-8966-602726fb125c
ModelName:VfwAf2a547f4901.compute.nodes.heat.vpg
ModelUuid:7a26aabd-7819-4ea3-a1c7-fff1555daa3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-11T03:55:17.643Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 82e06e7d-d11f-4aa3-a320-fba0bcaabae1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:55:17.647Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||vFW af2a547f-4901 0
2022-03-11T03:55:17.648Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82e06e7d-d11f-4aa3-a320-fba0bcaabae1
2022-03-11T03:55:17.648Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e8e28a7c-c216-4f16-baef-df8ba8603742 from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json
2022-03-11T03:55:17.648Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T03:55:17.649Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json
2022-03-11T03:55:17.744Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json e8e28a7c-c216-4f16-baef-df8ba8603742 785
2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json ASDC sendASDCNotification
2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json
2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:55:17.746Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:17.748Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:17.749Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970917745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:17.849Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:17.850Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:17.850Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:17.865Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:17.865Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T03:55:18.750Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAf2a547f4901..base_vfw..module-0",
"vfModuleModelInvariantUUID": "606e1b42-8598-4ff1-84dd-2a5ebba396f2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70de890a-4706-43df-af38-b9498393d0c0",
"vfModuleModelCustomizationUUID": "0b04d5fb-e10d-44a4-b8e9-920bf765fb89",
"isBase": true,
"artifacts": [
"d92db221-01ff-45c0-b376-d1cea101aec0",
"68c970be-e82a-4753-848a-30d62a010f5f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-11T03:55:18.754Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAf2a547f4901..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70de890a-4706-43df-af38-b9498393d0c0
VfModuleModelInvariantUUID:606e1b42-8598-4ff1-84dd-2a5ebba396f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
d92db221-01ff-45c0-b376-d1cea101aec0
,
68c970be-e82a-4753-848a-30d62a010f5f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAf2a547f4901..base_vfw..module-0",
"vfModuleModelInvariantUUID": "606e1b42-8598-4ff1-84dd-2a5ebba396f2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70de890a-4706-43df-af38-b9498393d0c0",
"vfModuleModelCustomizationUUID": "0b04d5fb-e10d-44a4-b8e9-920bf765fb89",
"isBase": true,
"artifacts": [
"d92db221-01ff-45c0-b376-d1cea101aec0",
"68c970be-e82a-4753-848a-30d62a010f5f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAf2a547f4901..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70de890a-4706-43df-af38-b9498393d0c0
VfModuleModelInvariantUUID:606e1b42-8598-4ff1-84dd-2a5ebba396f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
d92db221-01ff-45c0-b376-d1cea101aec0
,
68c970be-e82a-4753-848a-30d62a010f5f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d92db221-01ff-45c0-b376-d1cea101aec0 from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml
2022-03-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T03:55:18.757Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml
2022-03-11T03:55:18.818Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T03:55:18.819Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml d92db221-01ff-45c0-b376-d1cea101aec0 20368
2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml
2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:18.822Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:18.822Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970918820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:18.923Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:18.924Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:18.924Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:18.936Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:18.936Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:19.823Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 68c970be-e82a-4753-848a-30d62a010f5f from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env
2022-03-11T03:55:19.824Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T03:55:19.824Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env
2022-03-11T03:55:19.879Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T03:55:19.879Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env 68c970be-e82a-4753-848a-30d62a010f5f 2098
2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env
2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T03:55:19.882Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T03:55:19.882Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "21462fa7-770c-425a-952a-260fed79a2e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646970919880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-11T03:55:19.982Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T03:55:19.983Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T03:55:19.984Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ...
2022-03-11T03:55:19.996Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-11T03:55:19.996Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T03:55:20.883Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d7f89c02-6533-40fa-87e5-76001bc4be26
2022-03-11T03:55:20.883Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW af2a547f-4901 0 82e06e7d-d11f-4aa3-a320-fba0bcaabae1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T03:55:20.899Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17274019, org.onap.sdc.toscaparser.api.parameters.Input@56435fd5, org.onap.sdc.toscaparser.api.parameters.Input@690e61b2, org.onap.sdc.toscaparser.api.parameters.Input@238e95d5, org.onap.sdc.toscaparser.api.parameters.Input@e842e35]
2022-03-11T03:55:20.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:20.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-11T03:55:20.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 90f4cb8f-d998-4dba-8109-75d1b9bb3df6
2022-03-11T03:55:20.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90f4cb8f-d998-4dba-8109-75d1b9bb3df6 matches Tosca VF Customization UUID: 90f4cb8f-d998-4dba-8109-75d1b9bb3df6
2022-03-11T03:55:20.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 90f4cb8f-d998-4dba-8109-75d1b9bb3df6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-11T03:55:20.903Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 90f4cb8f-d998-4dba-8109-75d1b9bb3df6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f9b893f
2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.905Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T03:55:20.905Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b04d5fb-e10d-44a4-b8e9-920bf765fb89
2022-03-11T03:55:20.905Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b04d5fb-e10d-44a4-b8e9-920bf765fb89
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-11T03:55:20.907Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.907Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:20.907Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria
2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T03:55:20.911Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9156d38a-fe30-4998-893d-26a1ffc280a7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-11T03:55:20.912Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-11T03:55:20.913Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria
2022-03-11T03:55:20.913Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T03:55:20.913Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery