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-16T05:34:31.760Z||main|||||INFO|500||The following profiles are active: basic
2022-03-16T05:34:54.866Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-16T05:34:54.867Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-16T05:34:55.177Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-16T05:35:03.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-16T05:35:03.761Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-16T05:35:04.884Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-16T05:35:04.920Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-16T05:35:05.183Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-16T05:35:05.695Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-16T05:35:06.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-16T05:35:10.790Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-16T05:35:15.895Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-16T05:35:16.015Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-16T05:35:17.283Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-16T05:35:17.592Z||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-16T05:35:20.585Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-16T05:35:23.228Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-16T05:35:23.294Z||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$$7b5c92.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-16T05:35:23.296Z||main|||||WARN|500||The sdc end point is not alive
2022-03-16T05:35:30.722Z||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-16T05:35:38.313Z||main|||||WARN|500||---
2022-03-16T05:35:38.314Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-16T05:35:38.315Z||main|||||WARN|500||---
2022-03-16T05:35:39.405Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-16T05:35:51.749Z||main|||||INFO|500||Started Application in 85.308 seconds (JVM running for 88.928)
2022-03-16T05:35:51.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-16T05:35:51.797Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-16T05:35:51.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-16T05:35:51.898Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-16T05:35:52.024Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6da7f98-a53c-49f4-bfbd-69027ba51c8a url= /sdc/v1/artifactTypes
2022-03-16T05:35:52.025Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-16T05:35:52.672Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-16T05:35:52.726Z||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-16T05:35:52.788Z||scheduling-1|||||DEBUG|500||create keys
2022-03-16T05:35:52.804Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-16T05:35:52.843Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:35:52.888Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 98ae9c39-1340-47d7-9027-98056c39b9ab url= /sdc/v1/registerForDistribution
2022-03-16T05:35:53.271Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 98ae9c39-1340-47d7-9027-98056c39b9ab url= /sdc/v1/registerForDistribution
2022-03-16T05:35:53.273Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-16T05:35:53.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:35:53.297Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:35:53.313Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-16T05:35:53.321Z||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-16T05:35:53.322Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:35:53.321Z||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-16T05:35:53.324Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:36:03.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:36:03.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:36:53.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:36:53.289Z||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-16T05:36:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:36:53.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:36:53.302Z||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-16T05:36:53.302Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:37:02.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:37:02.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:37:53.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:37:53.291Z||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-16T05:37:53.291Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:37:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:37:53.295Z||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-16T05:37:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:38:02.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:38:02.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:38:53.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:38:53.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:38:53.291Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:38:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:38:53.296Z||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-16T05:38:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:39:02.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:39:02.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:39:53.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:39:53.292Z||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-16T05:39:53.294Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:39:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:39:53.297Z||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-16T05:39:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:40:02.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:40:02.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:40:53.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:40:53.289Z||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-16T05:40:53.290Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:40:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:40:53.296Z||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-16T05:40:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:41:02.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:41:02.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:41:53.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:41:53.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:41:53.296Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:41:53.297Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:41:53.297Z||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-16T05:41:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:42:02.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:42:02.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:42:53.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:42:53.292Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:42:53.293Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:42:53.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:42:53.317Z||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-16T05:42:53.317Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:43:02.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:43:02.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:43:53.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:43:53.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:43:53.290Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:43:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:43:53.296Z||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-16T05:43:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:44:02.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:44:02.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:44:40.546Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-16T05:44:53.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:44:53.289Z||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-16T05:44:53.290Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:44:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:44:53.298Z||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-16T05:44:53.299Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:45:02.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:45:02.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:45:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:45:53.289Z||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-16T05:45:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:45:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:45:53.296Z||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-16T05:45:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:46:02.859Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:46:02.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:46:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:46:53.288Z||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-16T05:46:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:46:53.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:46:53.301Z||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-16T05:46:53.302Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:47:02.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:47:02.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:47:53.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:47:53.288Z||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-16T05:47:53.289Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:47:53.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:47:53.298Z||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-16T05:47:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:48:02.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:48:02.851Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:48:53.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:48:53.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:48:53.289Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:48:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:48:53.295Z||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-16T05:48:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:49:02.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:49:02.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:49:53.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:49:53.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:49:53.290Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:49:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:49:53.295Z||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-16T05:49:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:50:02.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:50:02.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:50:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:50:53.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:50:53.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:50:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:50:53.295Z||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-16T05:50:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:51:02.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:51:02.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:51:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:51:53.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:51:53.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:51:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:51:53.295Z||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-16T05:51:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:52:02.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:52:02.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:52:53.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:52:53.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:52:53.290Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:52:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:52:53.298Z||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-16T05:52:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:53:02.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:53:02.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:53:53.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:53:53.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:53:53.290Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:53:53.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:53:53.296Z||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-16T05:53:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:54:02.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:54:02.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:54:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:54:53.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:54:53.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:54:53.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:54:53.297Z||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-16T05:54:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:55:02.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:55:02.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:55:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:55:53.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:55:53.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:55:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:55:53.298Z||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-16T05:55:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:56:02.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:56:02.856Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:56:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:56:53.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:56:53.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:56:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:56:53.296Z||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-16T05:56:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:57:02.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:57:02.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:57:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:57:53.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:57:53.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:57:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:57:53.295Z||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-16T05:57:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:58:02.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:58:02.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:58:53.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:58:53.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:58:53.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:58:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:58:53.295Z||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-16T05:58:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T05:59:02.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:59:02.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T05:59:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:59:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T05:59:53.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T05:59:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T05:59:53.295Z||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-16T05:59:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:00:02.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:00:02.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:00:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:00:53.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:00:53.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:00:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:00:53.296Z||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-16T06:00:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:01:02.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:01:02.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:01:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:01:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:01:53.289Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:01:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:01:53.295Z||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-16T06:01:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:02:02.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:02:02.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:02:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:02:53.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:02:53.289Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:02:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:02:53.295Z||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-16T06:02:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:03:02.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:03:02.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:03:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:03:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:03:53.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:03:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:03:53.295Z||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-16T06:03:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:04:02.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:04:02.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:04:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:04:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:04:53.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:04:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:04:53.296Z||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-16T06:04:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:05:02.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:05:02.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:05:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:05:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:05:53.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:05:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:05:53.295Z||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-16T06:05:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:06:02.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:06:02.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:06:53.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:06:53.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:06:53.289Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:06:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:06:53.296Z||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-16T06:06:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:07:02.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:07:02.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:07:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:07:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:07:53.288Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:07:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:07:53.295Z||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-16T06:07:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:08:02.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:08:02.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:08:53.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:08:53.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:08:53.289Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:08:53.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:08:53.295Z||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-16T06:08:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:09:02.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:09:02.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:09:53.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:09:53.290Z||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-16T06:09:53.292Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:09:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:09:53.298Z||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-16T06:09:53.298Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:10:02.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:10:02.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:10:53.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:10:53.287Z||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-16T06:10:53.288Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:10:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:10:53.296Z||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-16T06:10:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:11:02.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:11:02.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:11:53.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:11:53.287Z||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-16T06:11:53.287Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:11:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:11:53.295Z||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-16T06:11:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:12:02.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:12:02.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:12:53.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:12:53.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:12:53.288Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:12:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:12:53.295Z||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-16T06:12:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:02.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:02.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:53.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:13:53.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:13:53.289Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:53.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:13:53.295Z||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-16T06:13:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:54.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:54.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:13:54.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7376d8d0-5576-4621-998b-f74f7eeb9901","serviceName":"basic_onboard_tIvKhE","serviceVersion":"1.0","serviceUUID":"f30291d1-5ef4-4ca3-882f-e049ba196e8f","serviceDescription":"service","serviceInvariantUUID":"f59fbd94-89b2-4847-a775-6f228f1548e4","resources":[{"resourceInstanceName":"basic_onboard_tIvKhE 0","resourceName":"basic_onboard_tIvKhE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df794fe7-2f3f-42a9-880a-dd298370dfde","resourceInvariantUUID":"95565461-d947-46da-a769-f08287a5f061","resourceCustomizationUUID":"a1637c39-e2b0-443b-b14b-a4607ce2b144","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml","artifactChecksum":"YjI3YTA5MGEzNjdjNjJmNTIzNmI1MGRjMDE3YWZkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2b4f3ef-def2-4978-84df-5ae8bd1c2fa3","artifactVersion":"1"},{"artifactName":"basic_onboard_tivkhe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json","artifactChecksum":"ZTQ3NGRkMmNkYzE2MmIyNzhjN2EyOTRjMjg3MDU4NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e781a6b6-1cb9-4e1a-8ac4-25a9cc2fd377","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"291a7f83-3c80-4279-90ae-442dbcefb9c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aca1c0f8-37bd-4ebf-a158-9e325736f278","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa3c6278-fa1c-461e-9291-89f4dfcf3384","artifactVersion":"2","generatedFromUUID":"291a7f83-3c80-4279-90ae-442dbcefb9c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTivkhe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml","artifactChecksum":"MWE0NTBkYWI3NTQ0NjcwYjc1MzQ0OTZlZGQ5Mzg5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f9f13f9-5313-4175-8cbd-34778eb91aaf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTivkhe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar","artifactChecksum":"N2MwMTE2MjZjODBlMjg3ZDEzNDNkNThjMDc5ZmU4YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"998744b5-01a2-4377-a526-bfc709a5cc18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:13:54.599Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:54.618Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:54.639Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:54.640Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:13:54.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:54.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:13:54.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:13:54.759Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-16T06:13:54.768Z||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-16T06:13:54.768Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:54.780Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:54.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:13:54.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-16T06:13:55.655Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:55.656Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:55.659Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:55.659Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:13:55.760Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:13:55.762Z||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-16T06:13:55.762Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:55.778Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:55.780Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:13:56.660Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:56.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:56.671Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:56.672Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:13:56.767Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-16T06:13:56.768Z||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-16T06:13:56.769Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:56.790Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:56.792Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:13:57.672Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:57.673Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:57.676Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:57.676Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:13:57.793Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-03-16T06:13:57.795Z||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-16T06:13:57.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:57.812Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:57.813Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:13:58.678Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:58.682Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:58.685Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:58.686Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-16T06:13:58.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:13:58.787Z||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-16T06:13:58.788Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:58.803Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:58.804Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:13:59.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:13:59.694Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:13:59.725Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:13:59.726Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:13:59.815Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-03-16T06:13:59.817Z||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-16T06:13:59.818Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:13:59.835Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:13:59.836Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:00.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:00.727Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:00.730Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:00.730Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:14:00.830Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:00.832Z||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-16T06:14:00.832Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:00.847Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:00.849Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:01.738Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"serviceName": "basic_onboard_tIvKhE",
"serviceVersion": "1.0",
"serviceUUID": "f30291d1-5ef4-4ca3-882f-e049ba196e8f",
"serviceDescription": "service",
"serviceInvariantUUID": "f59fbd94-89b2-4847-a775-6f228f1548e4",
"resources": [
{
"resourceInstanceName": "basic_onboard_tIvKhE 0",
"resourceCustomizationUUID": "a1637c39-e2b0-443b-b14b-a4607ce2b144",
"resourceName": "basic_onboard_tIvKhE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "df794fe7-2f3f-42a9-880a-dd298370dfde",
"resourceInvariantUUID": "95565461-d947-46da-a769-f08287a5f061",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tivkhe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"artifactChecksum": "ZTQ3NGRkMmNkYzE2MmIyNzhjN2EyOTRjMjg3MDU4NmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e781a6b6-1cb9-4e1a-8ac4-25a9cc2fd377",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "291a7f83-3c80-4279-90ae-442dbcefb9c4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fa3c6278-fa1c-461e-9291-89f4dfcf3384",
"generatedFromUUID": "291a7f83-3c80-4279-90ae-442dbcefb9c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fa3c6278-fa1c-461e-9291-89f4dfcf3384",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTivkhe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"artifactChecksum": "N2MwMTE2MjZjODBlMjg3ZDEzNDNkNThjMDc5ZmU4YTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "998744b5-01a2-4377-a526-bfc709a5cc18"
}
],
"workloadContext": "Production"
}
2022-03-16T06:14:01.741Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:14:01.742Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f30291d1-5ef4-4ca3-882f-e049ba196e8f ASDC
2022-03-16T06:14:01.956Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7376d8d0-5576-4621-998b-f74f7eeb9901
ServiceName:basic_onboard_tIvKhE
ServiceVersion:1.0
ServiceUUID:f30291d1-5ef4-4ca3-882f-e049ba196e8f
ServiceInvariantUUID:f59fbd94-89b2-4847-a775-6f228f1548e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTivkhe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
ArtifactUUID:998744b5-01a2-4377-a526-bfc709a5cc18
ArtifactChecksum:N2MwMTE2MjZjODBlMjg3ZDEzNDNkNThjMDc5ZmU4YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tIvKhE 0
ResourceCustomizationUUID:a1637c39-e2b0-443b-b14b-a4607ce2b144
ResourceInvariantUUID:95565461-d947-46da-a769-f08287a5f061
ResourceName:basic_onboard_tIvKhE
ResourceType:VF
ResourceUUID:df794fe7-2f3f-42a9-880a-dd298370dfde
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tivkhe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json
ArtifactUUID:e781a6b6-1cb9-4e1a-8ac4-25a9cc2fd377
ArtifactChecksum:ZTQ3NGRkMmNkYzE2MmIyNzhjN2EyOTRjMjg3MDU4NmU=
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/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:291a7f83-3c80-4279-90ae-442dbcefb9c4
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/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env
ArtifactUUID:fa3c6278-fa1c-461e-9291-89f4dfcf3384
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/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env
ArtifactUUID:fa3c6278-fa1c-461e-9291-89f4dfcf3384
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T06:14:01.956Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f30291d1-5ef4-4ca3-882f-e049ba196e8f 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-16T06:14:02.659Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:14:02.663Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:14:02.666Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:14:02.667Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 998744b5-01a2-4377-a526-bfc709a5cc18 from URL: /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:02.668Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:14:02.671Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:03.467Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:14:03.490Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar 998744b5-01a2-4377-a526-bfc709a5cc18 71578
2022-03-16T06:14:03.493Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar ASDC sendASDCNotification
2022-03-16T06:14:03.494Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:03.496Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:14:03.498Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:03.504Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:03.505Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411243491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:14:03.608Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-16T06:14:03.610Z||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-16T06:14:03.610Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:03.640Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:03.641Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:04.506Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:14:04.508Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:14:04.509Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 998744b5-01a2-4377-a526-bfc709a5cc18, URL: /sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar to file: /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:04.510Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:04.783Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:04.783Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:06.091Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14484052450477170913/Definitions/service-BasicOnboardTivkhe-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-16T06:14:10.351Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:14:10.363Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:14:10.364Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.364Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tIvKhE 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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.365Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.366Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.367Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||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-BasicOnboardTivkhe-csar.csar
2022-03-16T06:14:10.367Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:14:10.381Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.385Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.392Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.393Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:14:10.397Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:14:10.402Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.406Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.406Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.407Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:14:10.407Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:14:10.408Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.408Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.414Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.415Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is not matching search criteria
2022-03-16T06:14:10.415Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-16T06:14:10.415Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-16T06:14:10.416Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-16T06:14:10.416Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T06:14:10.417Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:14:10.417Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.418Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:14:10.420Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.420Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.421Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:14:10.422Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.422Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.422Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:14:10.423Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.423Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is matching search criteria
2022-03-16T06:14:10.423Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_tIvKhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:14:10.424Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.424Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_tIvKhE 0 is not matching search criteria
2022-03-16T06:14:10.425Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-16T06:14:10.425Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-16T06:14:10.426Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09c25a48-3465-45a8-bf7f-8b113ea67c50
2022-03-16T06:14:10.426Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.427Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.427Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.427Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.428Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.428Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.429Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:14:10.429Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_tIvKhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:14:10.430Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_tIvKhE
Description:service
Model UUID:f30291d1-5ef4-4ca3-882f-e049ba196e8f
Model Version:NULL
Model InvariantUuid:f59fbd94-89b2-4847-a775-6f228f1548e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_tIvKhE
Model UUID:6fbb93e4-cc19-4173-b965-01fb377ffce6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95565461-d947-46da-a769-f08287a5f061
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a1637c39-e2b0-443b-b14b-a4607ce2b144
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:23a3560a-21a3-4beb-b082-6abe8b1b824d
ModelName:BasicOnboardTivkhe..base_ubuntu18..module-0
ModelUuid:5aa583ff-7abf-48b4-9797-0d9d6a13f0d4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:09c25a48-3465-45a8-bf7f-8b113ea67c50
ModelInvariantUuid:ce077d4f-23ec-4306-a431-2d86e925cf2f
ModelName:basic_onboard_tIvKhE-nodes.ubuntu18Cvfc
ModelUuid:fc455da8-3347-4959-8ed4-a03c50575c39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:48d76139-3903-4b67-8e84-2ba97ebddecb
ModelInvariantUuid:eec71ea6-4d00-4dbf-8a0f-57f581ada7d0
ModelName:BasicOnboardTivkhe.compute.nodes.heat.ubuntu18
ModelUuid:59fde150-fbdc-4eec-96c9-dcb46f1c6853
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-16T06:14:10.507Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@19f8fd8e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1981) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-16T06:14:10.520Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-16T06:14:10.521Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||ERROR|500||(conn=1981) WSREP has not yet prepared node for application use
2022-03-16T06:14:10.532Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1981) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-16T06:14:10.536Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1981) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-16T06:14:10.576Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-16T06:14:10.578Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:14:10.824Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7376d8d0-5576-4621-998b-f74f7eeb9901 and serviceModelVersionId: f30291d1-5ef4-4ca3-882f-e049ba196e8f
2022-03-16T06:14:10.825Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f59fbd94-89b2-4847-a775-6f228f1548e4
2022-03-16T06:14:42.985Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0
2022-03-16T06:14:43.202Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:14:44.252Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|INFO|500||Invoke
2022-03-16T06:14:44.279Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7376d8d0-5576-4621-998b-f74f7eeb9901], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a1228cb-7440-4778-9479-a9052ff41e69], X-ECOMP-RequestID=[7376d8d0-5576-4621-998b-f74f7eeb9901], X-TransactionId=[], X-ONAP-RequestID=[7376d8d0-5576-4621-998b-f74f7eeb9901], Content-Type=[application/merge-patch+json]}
2022-03-16T06:14:44.774Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-16T06:14:46.116Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?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/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220316-06:14:45:892-38402], vertex-id=[196608], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:14:45 GMT], Content-Type=[application/json]}
2022-03-16T06:14:46.123Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:14:46.126Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f59fbd94-89b2-4847-a775-6f228f1548e4/model-vers/model-ver/f30291d1-5ef4-4ca3-882f-e049ba196e8f?depth=0|INFO|500||InvokeReturn
2022-03-16T06:14:46.138Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:14:46.138Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-16T06:14:46.140Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7376d8d0-5576-4621-998b-f74f7eeb9901 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-16T06:14:46.142Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T06:14:46.143Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:46.152Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:46.155Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411286140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-16T06:14:46.252Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-16T06:14:46.253Z||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-16T06:14:46.254Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:46.294Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:46.295Z||pool-11-thread-1|||||INFO|500||cambria reply ok (43 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-16T06:14:53.286Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:14:53.288Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:14:53.288Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:53.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:14:53.295Z||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-16T06:14:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:53.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:53.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:14:53.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:14:53.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-16T06:14:53.918Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:53.920Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:14:53.920Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f33e81f-24d0-4e44-a596-9a285cc30af8","serviceName":"vFW 2022-03-16 06-09-55","serviceVersion":"1.0","serviceUUID":"1a3195f6-4b9e-4b28-be14-4a0f82669122","serviceDescription":"catalog service description","serviceInvariantUUID":"5183d411-ed56-4cad-bd98-d79ef7280850","resources":[{"resourceInstanceName":"vFW d14ae645-fac5 0","resourceName":"vFW d14ae645-fac5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4865b4d-2dc6-44cb-9fca-612d66ac9709","resourceInvariantUUID":"2258c7be-a8f0-4a77-8807-df7839c7c93d","resourceCustomizationUUID":"65cecdda-8352-4b85-94e2-604fcafd556b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml","artifactChecksum":"MjYxZDA2Y2IyZjJhODhmMjRmMGJjNGYwNmQxMTFiY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f740f189-625d-47c1-86be-773e4b2a6ad2","artifactVersion":"1"},{"artifactName":"vfwd14ae645fac50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json","artifactChecksum":"OTQxOTYxMTIwNThhMjNjYTM4N2Q0MjNlZTBjYmFkMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5711a616-7e95-4b37-99bb-619d45e1499c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df41b0d9-f430-4a6a-8c44-fe1287079dad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmFlNGQ3NWIwYTJiZmVkMjkzOGIxMDQ2MzA2NmVjYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07a6000a-a701-4939-9804-aec85d3c2aa9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e998ea9e-d581-4269-aa90-42bdebbb6c4f","artifactVersion":"2","generatedFromUUID":"df41b0d9-f430-4a6a-8c44-fe1287079dad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316060955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml","artifactChecksum":"ZDY4YWFjMDNiNDg3NDZlMDlkZDZmZGVmMzY4NDgwNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c4de81-c42f-4a4b-96a8-a219b0226bc9","artifactVersion":"1"},{"artifactName":"service-Vfw20220316060955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar","artifactChecksum":"NWNmMzM3MTJkOWM2MGE5ZDQxOTdhYmNkYzNlMDA2YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ea0d3fd-c773-4fe9-89f0-884c4108980d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:14:53.924Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:53.924Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:53.927Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:53.928Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:14:54.028Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:54.029Z||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-16T06:14:54.029Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:54.040Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:54.041Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:54.929Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:54.931Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:54.937Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:54.937Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:14:55.036Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:14:55.041Z||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-16T06:14:55.042Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:55.055Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:55.056Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:55.938Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:55.940Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:55.944Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:55.944Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:14:56.045Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:14:56.047Z||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-16T06:14:56.047Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:56.062Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:56.064Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:56.945Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:56.947Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:56.951Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:56.952Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:14:57.051Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:57.053Z||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-16T06:14:57.053Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:57.068Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:57.069Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:57.954Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:57.956Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:57.959Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:57.959Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:14:58.059Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:14:58.061Z||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-16T06:14:58.061Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:58.072Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:58.073Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:14:58.960Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:58.962Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:58.966Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:58.966Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:14:59.068Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:14:59.070Z||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-16T06:14:59.071Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:14:59.087Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:14:59.088Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-03-16T06:14:59.967Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:14:59.969Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:14:59.975Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:14:59.976Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:15:00.075Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-16T06:15:00.077Z||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-16T06:15:00.077Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:00.094Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:15:00.095Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:15:00.980Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"serviceName": "vFW 2022-03-16 06-09-55",
"serviceVersion": "1.0",
"serviceUUID": "1a3195f6-4b9e-4b28-be14-4a0f82669122",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5183d411-ed56-4cad-bd98-d79ef7280850",
"resources": [
{
"resourceInstanceName": "vFW d14ae645-fac5 0",
"resourceCustomizationUUID": "65cecdda-8352-4b85-94e2-604fcafd556b",
"resourceName": "vFW d14ae645-fac5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d4865b4d-2dc6-44cb-9fca-612d66ac9709",
"resourceInvariantUUID": "2258c7be-a8f0-4a77-8807-df7839c7c93d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd14ae645fac50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"artifactChecksum": "OTQxOTYxMTIwNThhMjNjYTM4N2Q0MjNlZTBjYmFkMTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5711a616-7e95-4b37-99bb-619d45e1499c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "df41b0d9-f430-4a6a-8c44-fe1287079dad",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e998ea9e-d581-4269-aa90-42bdebbb6c4f",
"generatedFromUUID": "df41b0d9-f430-4a6a-8c44-fe1287079dad"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e998ea9e-d581-4269-aa90-42bdebbb6c4f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220316060955-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"artifactChecksum": "NWNmMzM3MTJkOWM2MGE5ZDQxOTdhYmNkYzNlMDA2YTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7ea0d3fd-c773-4fe9-89f0-884c4108980d"
}
],
"workloadContext": "Production"
}
2022-03-16T06:15:00.981Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:15:00.982Z|7376d8d0-5576-4621-998b-f74f7eeb9901|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a3195f6-4b9e-4b28-be14-4a0f82669122 ASDC
2022-03-16T06:15:00.983Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7f33e81f-24d0-4e44-a596-9a285cc30af8
ServiceName:vFW 2022-03-16 06-09-55
ServiceVersion:1.0
ServiceUUID:1a3195f6-4b9e-4b28-be14-4a0f82669122
ServiceInvariantUUID:5183d411-ed56-4cad-bd98-d79ef7280850
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316060955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
ArtifactUUID:7ea0d3fd-c773-4fe9-89f0-884c4108980d
ArtifactChecksum:NWNmMzM3MTJkOWM2MGE5ZDQxOTdhYmNkYzNlMDA2YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d14ae645-fac5 0
ResourceCustomizationUUID:65cecdda-8352-4b85-94e2-604fcafd556b
ResourceInvariantUUID:2258c7be-a8f0-4a77-8807-df7839c7c93d
ResourceName:vFW d14ae645-fac5
ResourceType:VF
ResourceUUID:d4865b4d-2dc6-44cb-9fca-612d66ac9709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd14ae645fac50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json
ArtifactUUID:5711a616-7e95-4b37-99bb-619d45e1499c
ArtifactChecksum:OTQxOTYxMTIwNThhMjNjYTM4N2Q0MjNlZTBjYmFkMTE=
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/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml
ArtifactUUID:df41b0d9-f430-4a6a-8c44-fe1287079dad
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/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env
ArtifactUUID:e998ea9e-d581-4269-aa90-42bdebbb6c4f
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/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env
ArtifactUUID:e998ea9e-d581-4269-aa90-42bdebbb6c4f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T06:15:00.985Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a3195f6-4b9e-4b28-be14-4a0f82669122 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-16T06:15:01.037Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:15:01.039Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:15:01.039Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:15:01.040Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7ea0d3fd-c773-4fe9-89f0-884c4108980d from URL: /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:01.040Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:15:01.041Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:01.564Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:15:01.575Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar 7ea0d3fd-c773-4fe9-89f0-884c4108980d 98953
2022-03-16T06:15:01.576Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar ASDC sendASDCNotification
2022-03-16T06:15:01.577Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:01.577Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:15:01.578Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:15:01.581Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:15:01.582Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411301576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:15:01.682Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:15:01.683Z||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-16T06:15:01.685Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:01.703Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:15:01.704Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:15:02.588Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:15:02.591Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:15:02.593Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7ea0d3fd-c773-4fe9-89f0-884c4108980d, URL: /sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar to file: /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.594Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.595Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.596Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:02.915Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9806502826294782178/Definitions/service-Vfw20220316060955-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-16T06:15:07.092Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:15:07.093Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.094Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.095Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d14ae645-fac5 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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.096Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||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-Vfw20220316060955-csar.csar
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:15:07.097Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.098Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.099Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.099Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:15:07.099Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:15:07.100Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.100Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.101Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.101Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:15:07.101Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:15:07.102Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.103Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.103Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.104Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.104Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.104Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:15:07.105Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.105Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.105Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:15:07.106Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.106Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.107Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:15:07.107Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:15:07.107Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:15:07.108Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:15:07.109Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.110Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.110Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:15:07.111Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.111Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.111Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:15:07.112Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.112Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is matching search criteria
2022-03-16T06:15:07.113Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW d14ae645-fac5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:15:07.113Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.113Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.114Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.114Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:15:07.115Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.115Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:15:07.115Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:15:07.116Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.116Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.116Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:15:07.117Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.117Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:15:07.117Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.118Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f5db996-139e-4df6-84cd-c858fc7a6f60
2022-03-16T06:15:07.118Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:15:07.119Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.120Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.120Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:15:07.120Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.121Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.121Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:15:07.121Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.122Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ef26fdc6-6507-4cd3-908e-b6f721bc7676
2022-03-16T06:15:07.123Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.123Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vFW d14ae645-fac5 0 is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.124Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.125Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:15:07.125Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.125Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:15:07.126Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:15:07.126Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:15:07.126Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:15:07.127Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:15:07.127Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:15:07.127Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3daf2e8d-9ca3-4daa-a3da-14660a6abf99
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.128Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.129Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.129Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.130Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:15:07.130Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-09-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:15:07.130Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-16 06-09-55
Description:catalog service description
Model UUID:1a3195f6-4b9e-4b28-be14-4a0f82669122
Model Version:NULL
Model InvariantUuid:5183d411-ed56-4cad-bd98-d79ef7280850
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d14ae645-fac5
Model UUID:4f8528cc-9347-4f84-bd0f-9ba5d01b7cfc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2258c7be-a8f0-4a77-8807-df7839c7c93d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:65cecdda-8352-4b85-94e2-604fcafd556b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1e49fedb-f14e-407e-bd82-4f4479c13e47
ModelName:VfwD14ae645Fac5..base_vfw..module-0
ModelUuid:755cd926-51ed-415f-b0d1-feaac0ad707b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7f5db996-139e-4df6-84cd-c858fc7a6f60
ModelInvariantUuid:750eb278-0fc8-4165-961b-54caa5dbcc50
ModelName:vFW d14ae645-fac5-nodes.vfwCvfc
ModelUuid:00239e25-ac7f-4a8a-80af-46305b801c5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:db1e01fc-5bcc-4a04-ac8f-202e5d99eae2
ModelInvariantUuid:238eac78-1ec2-40f4-bf59-e409340ef3b4
ModelName:VfwD14ae645Fac5.compute.nodes.heat.vfw
ModelUuid:a01fc824-a3c7-4697-a325-38e0f7cb095e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ef26fdc6-6507-4cd3-908e-b6f721bc7676
ModelInvariantUuid:1363f5ee-f670-4191-aa56-8f91499a366f
ModelName:vFW d14ae645-fac5-nodes.vsnCvfc
ModelUuid:8b219352-e4b9-4b7c-9609-7e81b6bd4ca5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3f7d852b-4f89-4d09-a1f9-cf2353e814db
ModelInvariantUuid:6066327a-4e54-46d6-8b9c-82e5c3cbf2aa
ModelName:VfwD14ae645Fac5.compute.nodes.heat.vsn
ModelUuid:8adead0f-5709-4040-9557-8e3313eb938e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3daf2e8d-9ca3-4daa-a3da-14660a6abf99
ModelInvariantUuid:166b9742-911a-49d2-b23b-c87a37905420
ModelName:vFW d14ae645-fac5-nodes.vpgCvfc
ModelUuid:1d6dee32-1480-4e73-8fa4-f3f2557955c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:aeb487e1-a00a-4c8f-b890-96f33263218a
ModelInvariantUuid:bc02b507-3940-4dd6-b692-20ee40ce2442
ModelName:VfwD14ae645Fac5.compute.nodes.heat.vpg
ModelUuid:07805a61-6a4a-4276-ba0f-29b518761ccd
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-16T06:15:07.143Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@162e80ca marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1988) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-16T06:15:07.147Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-16T06:15:07.148Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||ERROR|500||(conn=1988) WSREP has not yet prepared node for application use
2022-03-16T06:15:07.149Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1988) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-16T06:15:07.150Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1988) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-16T06:15:07.151Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$627f1c97.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-16T06:15:07.152Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:15:07.160Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f33e81f-24d0-4e44-a596-9a285cc30af8 and serviceModelVersionId: 1a3195f6-4b9e-4b28-be14-4a0f82669122
2022-03-16T06:15:07.161Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5183d411-ed56-4cad-bd98-d79ef7280850
2022-03-16T06:15:07.162Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0
2022-03-16T06:15:07.167Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:15:07.258Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|INFO|500||Invoke
2022-03-16T06:15:07.259Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f33e81f-24d0-4e44-a596-9a285cc30af8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4b62d70-a57c-4f33-adef-d0e8cb24c759], X-ECOMP-RequestID=[7f33e81f-24d0-4e44-a596-9a285cc30af8], X-TransactionId=[], X-ONAP-RequestID=[7f33e81f-24d0-4e44-a596-9a285cc30af8], Content-Type=[application/merge-patch+json]}
2022-03-16T06:15:07.298Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-16T06:15:07.671Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?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/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220316-06:15:08:391-67242], vertex-id=[385192], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:15:08 GMT], Content-Type=[application/json]}
2022-03-16T06:15:07.671Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:15:07.672Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5183d411-ed56-4cad-bd98-d79ef7280850/model-vers/model-ver/1a3195f6-4b9e-4b28-be14-4a0f82669122?depth=0|INFO|500||InvokeReturn
2022-03-16T06:15:07.673Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:15:07.673Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-16T06:15:07.673Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f33e81f-24d0-4e44-a596-9a285cc30af8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-16T06:15:07.674Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-16T06:15:07.675Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:15:07.678Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:15:07.678Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411307673,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-16T06:15:07.779Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:15:07.780Z||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-16T06:15:07.781Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:07.794Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:15:07.796Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-16T06:15:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:15:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:15:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:53.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:15:53.295Z||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-16T06:15:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:15:53.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:15:53.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-16T06:15:53.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:15:53.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:02.854Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:16:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:16:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:16:53.289Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:16:53.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:16:53.296Z||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-16T06:16:53.297Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:16:53.332Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:16:53.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411231011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411229362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411231353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411233286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411235712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411243615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411243491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411243766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "cds",
"timestamp": 1647411244634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-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-16T06:16:53.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411245351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411246559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411247684,
"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-16T06:16:53.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411249018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411248701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411243279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/basic_onboard_tivkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411243173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411251032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411251317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "clamp",
"timestamp": 1647411252038,
"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-16T06:16:53.559Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.559Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411251591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411245640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411252618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/resourceInstances/basic_onboard_tivkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411253707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "policy-id",
"timestamp": 1647411253632,
"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-16T06:16:53.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.597Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "cds",
"timestamp": 1647411254713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-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-16T06:16:53.621Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.622Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411256401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411251353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411255712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411264049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411264205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411265211,
"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-16T06:16:53.674Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.675Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411265784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411261011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411267664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411268698,
"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-16T06:16:53.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411269703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411263178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411271547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411248003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411273018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTivkhe/1.0/artifacts/service-BasicOnboardTivkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411272557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411273398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "aai-ml",
"timestamp": 1647411274026,
"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-16T06:16:53.742Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7376d8d0-5576-4621-998b-f74f7eeb9901
2022-03-16T06:16:53.743Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7376d8d0-5576-4621-998b-f74f7eeb9901 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-16T06:16:53.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "policy-id",
"timestamp": 1647411273562,
"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-16T06:16:53.779Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.780Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411278669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411279679,
"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-16T06:16:53.828Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.829Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:16:53.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411275031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411282014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411283005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:16:53.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411284026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:16:53.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:16:53.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "clamp",
"timestamp": 1647411285031,
"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-16T06:16:53.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:16:53.861Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:16:53.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-16T06:16:53.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7376d8d0-5576-4621-998b-f74f7eeb9901",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411286140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-16T06:16:53.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:17:02.852Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:17:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:17:53.289Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:17:53.290Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:17:53.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:17:53.295Z||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-16T06:17:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:17:53.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:17:53.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:17:53.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vfwd14ae645fac50_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:17:53.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:17:53.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:17:53.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/resourceInstances/vfwd14ae645fac50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:17:53.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411293286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:17:53.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-16T06:17:53.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411301660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411301576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316060955/1.0/artifacts/service-Vfw20220316060955-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:17:53.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:17:53.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "aai-ml",
"timestamp": 1647411302665,
"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-16T06:17:53.858Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f33e81f-24d0-4e44-a596-9a285cc30af8
2022-03-16T06:17:53.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f33e81f-24d0-4e44-a596-9a285cc30af8 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-16T06:17:53.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-16T06:17:53.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f33e81f-24d0-4e44-a596-9a285cc30af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411307673,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-16T06:17:53.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:18:02.867Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:18:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:18:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:18:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:18:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:18:53.295Z||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-16T06:18:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:19:02.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:19:02.851Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:19:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:19:53.291Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:19:53.294Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:19:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:19:53.295Z||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-16T06:19:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:20:02.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:20:02.859Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:20:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:20:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:20:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:20:53.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:20:53.296Z||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-16T06:20:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:02.852Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:02.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:53.286Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:21:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-16T06:21:53.288Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:21:53.295Z||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-16T06:21:53.295Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:53.926Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:53.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:53.929Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.929Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfff6351-8a17-486c-a682-605a15a83607","serviceName":"vFW 2022-03-16 06-18-11","serviceVersion":"1.0","serviceUUID":"7271292a-b9b0-4340-8363-67ca0fc2868c","serviceDescription":"catalog service description","serviceInvariantUUID":"704327f5-8d95-42bc-aab8-ef86885eb114","resources":[{"resourceInstanceName":"vFW 9852dd34-6529 0","resourceName":"vFW 9852dd34-6529","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1a58adc-17cc-41db-84aa-2f6c47eb1384","resourceInvariantUUID":"63bdb36b-9f37-47bb-8214-a518696b25ef","resourceCustomizationUUID":"f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml","artifactChecksum":"NDEyYjM5YTUzMzkzZDIwZmQ3MDI1YTRmOWEzMzdjOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ede36a5-c9a0-49d2-ba6c-2950a6707479","artifactVersion":"1"},{"artifactName":"vfw9852dd3465290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json","artifactChecksum":"ODllNTY1ZGZiMzE4Zjk2Zjc2ZDlhNWQ4OGVlYWFkYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8a6b40e-871e-436f-bc4c-d26b1a275707","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d14b2437-7c37-4b4d-934c-02555a947e02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml","artifactChecksum":"YWY2OWUxNzk4MTg2OTZhNWUzYTcwMzYxMGZlYzI2NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a829c781-26df-425b-8447-c461b0c485f0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76a9460f-2a7e-45ad-8321-72f30789f99c","artifactVersion":"2","generatedFromUUID":"d14b2437-7c37-4b4d-934c-02555a947e02"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316061811-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml","artifactChecksum":"ZjM3NTQzMzNlOGM1NjAwNDllZGQ1NWY0NThkOWM5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6172750d-d4e5-4095-8290-e3dc005aa7c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220316061811-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar","artifactChecksum":"MmM0ZWJiMGM4ZjljMjJiN2ZhYjUwY2YzZmJlODc0ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d385cb83-898d-45a9-8933-afe509dc8d16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:21:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.938Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.938Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:53.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.944Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:53.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.944Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411691353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411693279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411694362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411695712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411704790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411704278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411704891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411697988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "cds",
"timestamp": 1647411705801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-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-16T06:21:53.981Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:21:53.981Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:21:53.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411705652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411705972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411706891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:53.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:53.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:54.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411707954,
"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-16T06:21:54.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:21:54.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:21:54.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411708959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411703174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411711144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411711891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:21:54.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411712151,
"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-16T06:21:54.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:21:54.037Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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=?
2022-03-16T06:21:54.044Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:21:54.046Z||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-16T06:21:54.046Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-16T06:21:54.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411712898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:54.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:21:54.074Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:54.075Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:54.945Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:54.947Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:54.968Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:54.969Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:21:55.055Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-03-16T06:21:55.057Z||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-16T06:21:55.057Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:55.072Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:55.073Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:55.970Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:55.972Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:55.975Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:55.975Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:21:56.075Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:21:56.077Z||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-16T06:21:56.077Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:56.090Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:56.091Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:56.976Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:56.977Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:56.980Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:56.981Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:57.081Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:21:57.083Z||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-16T06:21:57.083Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:57.095Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:57.096Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:57.981Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:57.982Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:57.986Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:57.987Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:21:58.088Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:21:58.091Z||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-16T06:21:58.091Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:58.106Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:58.107Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:58.987Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:58.989Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:21:58.992Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:21:58.992Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:21:59.092Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:21:59.095Z||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-16T06:21:59.095Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:21:59.110Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:21:59.111Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:21:59.993Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:21:59.996Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:00.001Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:00.001Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:22:00.101Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:00.102Z||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-16T06:22:00.103Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:00.117Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:00.119Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:01.003Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"serviceName": "vFW 2022-03-16 06-18-11",
"serviceVersion": "1.0",
"serviceUUID": "7271292a-b9b0-4340-8363-67ca0fc2868c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "704327f5-8d95-42bc-aab8-ef86885eb114",
"resources": [
{
"resourceInstanceName": "vFW 9852dd34-6529 0",
"resourceCustomizationUUID": "f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9",
"resourceName": "vFW 9852dd34-6529",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a1a58adc-17cc-41db-84aa-2f6c47eb1384",
"resourceInvariantUUID": "63bdb36b-9f37-47bb-8214-a518696b25ef",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9852dd3465290_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"artifactChecksum": "ODllNTY1ZGZiMzE4Zjk2Zjc2ZDlhNWQ4OGVlYWFkYmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f8a6b40e-871e-436f-bc4c-d26b1a275707",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d14b2437-7c37-4b4d-934c-02555a947e02",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76a9460f-2a7e-45ad-8321-72f30789f99c",
"generatedFromUUID": "d14b2437-7c37-4b4d-934c-02555a947e02"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76a9460f-2a7e-45ad-8321-72f30789f99c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220316061811-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"artifactChecksum": "MmM0ZWJiMGM4ZjljMjJiN2ZhYjUwY2YzZmJlODc0ZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d385cb83-898d-45a9-8933-afe509dc8d16"
}
],
"workloadContext": "Production"
}
2022-03-16T06:22:01.004Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:22:01.004Z|7f33e81f-24d0-4e44-a596-9a285cc30af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7271292a-b9b0-4340-8363-67ca0fc2868c ASDC
2022-03-16T06:22:01.006Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bfff6351-8a17-486c-a682-605a15a83607
ServiceName:vFW 2022-03-16 06-18-11
ServiceVersion:1.0
ServiceUUID:7271292a-b9b0-4340-8363-67ca0fc2868c
ServiceInvariantUUID:704327f5-8d95-42bc-aab8-ef86885eb114
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316061811-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
ArtifactUUID:d385cb83-898d-45a9-8933-afe509dc8d16
ArtifactChecksum:MmM0ZWJiMGM4ZjljMjJiN2ZhYjUwY2YzZmJlODc0ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9852dd34-6529 0
ResourceCustomizationUUID:f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
ResourceInvariantUUID:63bdb36b-9f37-47bb-8214-a518696b25ef
ResourceName:vFW 9852dd34-6529
ResourceType:VF
ResourceUUID:a1a58adc-17cc-41db-84aa-2f6c47eb1384
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9852dd3465290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
ArtifactUUID:f8a6b40e-871e-436f-bc4c-d26b1a275707
ArtifactChecksum:ODllNTY1ZGZiMzE4Zjk2Zjc2ZDlhNWQ4OGVlYWFkYmY=
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/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
ArtifactUUID:d14b2437-7c37-4b4d-934c-02555a947e02
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/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
ArtifactUUID:76a9460f-2a7e-45ad-8321-72f30789f99c
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/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
ArtifactUUID:76a9460f-2a7e-45ad-8321-72f30789f99c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T06:22:01.007Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7271292a-b9b0-4340-8363-67ca0fc2868c 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-16T06:22:01.059Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:22:01.061Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:22:01.061Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:22:01.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d385cb83-898d-45a9-8933-afe509dc8d16 from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:01.062Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:01.063Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:01.769Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:01.779Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar d385cb83-898d-45a9-8933-afe509dc8d16 98986
2022-03-16T06:22:01.780Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar ASDC sendASDCNotification
2022-03-16T06:22:01.780Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:01.780Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:01.781Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:01.786Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:01.787Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411721780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:22:01.887Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:01.889Z||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-16T06:22:01.889Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:01.903Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:01.903Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:02.788Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:22:02.789Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-16T06:22:02.790Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d385cb83-898d-45a9-8933-afe509dc8d16, URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar to file: /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:02.790Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316061811-csar.csar
2022-03-16T06:22:02.791Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:02.791Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:03.161Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6803056016993113103/Definitions/service-Vfw20220316061811-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-16T06:22:06.825Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.826Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.827Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9852dd34-6529 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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.828Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-Vfw20220316061811-csar.csar
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:22:06.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:22:06.830Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:22:06.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.832Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.833Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.834Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:22:06.835Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:06.836Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:06.837Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:22:06.838Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.839Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2f06617e-f341-4314-8942-b6ba86fdfa7c
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.840Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.841Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7f08297-33b9-4f76-92fc-d71c4159b210
2022-03-16T06:22:06.842Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:06.843Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:06.844Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.844Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.844Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:06.845Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:06.846Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:06.846Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:22:06.846Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a66bb6e6-192f-488a-8af9-9f09a2e97f54
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.847Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:06.848Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-16 06-18-11
Description:catalog service description
Model UUID:7271292a-b9b0-4340-8363-67ca0fc2868c
Model Version:NULL
Model InvariantUuid:704327f5-8d95-42bc-aab8-ef86885eb114
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9852dd34-6529
Model UUID:61ca61f6-88fc-41a8-8f2a-3db3b1aa417d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63bdb36b-9f37-47bb-8214-a518696b25ef
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57
ModelName:Vfw9852dd346529..base_vfw..module-0
ModelUuid:755ef245-55a0-4fb9-a7a3-0fb19cb547f1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2f06617e-f341-4314-8942-b6ba86fdfa7c
ModelInvariantUuid:5ea9708d-bbe4-4caf-ab73-5a445302f265
ModelName:vFW 9852dd34-6529-nodes.vfwCvfc
ModelUuid:f47dc404-d3d6-4d3d-9784-d4e339406ff4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5789583e-615c-4ae0-bc5e-ac887f2d9e8d
ModelInvariantUuid:ec7a5411-319e-4c02-89da-cd2fba2cb817
ModelName:Vfw9852dd346529.compute.nodes.heat.vfw
ModelUuid:b7fa216e-b151-479e-9cc2-ae383f7b64e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e7f08297-33b9-4f76-92fc-d71c4159b210
ModelInvariantUuid:17f6c580-2a10-46e7-b1fd-ae3dd3c34e79
ModelName:vFW 9852dd34-6529-nodes.vsnCvfc
ModelUuid:d7fefccf-bb27-430a-b75b-356cb795739f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:80d1bcd7-3a6d-4148-8512-f0e4faf78d80
ModelInvariantUuid:fb285b27-681b-40c9-80a7-80300dc09618
ModelName:Vfw9852dd346529.compute.nodes.heat.vsn
ModelUuid:9311652f-16f4-4375-b4a8-c1e598794c9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a66bb6e6-192f-488a-8af9-9f09a2e97f54
ModelInvariantUuid:af07570c-67e3-4976-8345-8e6eaf564ce7
ModelName:vFW 9852dd34-6529-nodes.vpgCvfc
ModelUuid:82336f7b-55e6-40d2-9bab-3366afc9d052
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b074cf69-d503-422f-9e69-707e207c6618
ModelInvariantUuid:9d216bf7-38b2-4449-8177-790a4ea68469
ModelName:Vfw9852dd346529.compute.nodes.heat.vpg
ModelUuid:a191e999-ac28-463e-9942-3f9e96177a58
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-16T06:22:06.862Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a1a58adc-17cc-41db-84aa-2f6c47eb1384
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-16T06:22:06.906Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||vFW 9852dd34-6529 0
2022-03-16T06:22:06.918Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1a58adc-17cc-41db-84aa-2f6c47eb1384
2022-03-16T06:22:06.919Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f8a6b40e-871e-436f-bc4c-d26b1a275707 from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:06.919Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:06.919Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:07.150Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:07.151Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json f8a6b40e-871e-436f-bc4c-d26b1a275707 785
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json ASDC sendASDCNotification
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:07.152Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:07.156Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:07.156Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411727151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:22:07.257Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-16T06:22:07.259Z||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-16T06:22:07.259Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:07.274Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:07.275Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:22:08.158Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9852dd346529..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "755ef245-55a0-4fb9-a7a3-0fb19cb547f1",
"vfModuleModelCustomizationUUID": "7daf7404-ca5a-4f52-90f4-ceeb22740e6a",
"isBase": true,
"artifacts": [
"d14b2437-7c37-4b4d-934c-02555a947e02",
"76a9460f-2a7e-45ad-8321-72f30789f99c"
],
"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-16T06:22:08.192Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9852dd346529..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755ef245-55a0-4fb9-a7a3-0fb19cb547f1
VfModuleModelInvariantUUID:6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57
VfModuleModelDescription:NULL
Artifacts UUID List:{
d14b2437-7c37-4b4d-934c-02555a947e02
,
76a9460f-2a7e-45ad-8321-72f30789f99c
}
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-16T06:22:08.196Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9852dd346529..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "755ef245-55a0-4fb9-a7a3-0fb19cb547f1",
"vfModuleModelCustomizationUUID": "7daf7404-ca5a-4f52-90f4-ceeb22740e6a",
"isBase": true,
"artifacts": [
"d14b2437-7c37-4b4d-934c-02555a947e02",
"76a9460f-2a7e-45ad-8321-72f30789f99c"
],
"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-16T06:22:08.196Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9852dd346529..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755ef245-55a0-4fb9-a7a3-0fb19cb547f1
VfModuleModelInvariantUUID:6a3a7bba-ca44-4e9d-a3e6-9b8c9750bd57
VfModuleModelDescription:NULL
Artifacts UUID List:{
d14b2437-7c37-4b4d-934c-02555a947e02
,
76a9460f-2a7e-45ad-8321-72f30789f99c
}
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-16T06:22:08.197Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d14b2437-7c37-4b4d-934c-02555a947e02 from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:08.197Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:08.197Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:08.448Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:08.449Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml d14b2437-7c37-4b4d-934c-02555a947e02 20368
2022-03-16T06:22:08.450Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:22:08.451Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:08.451Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:08.451Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:08.455Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:08.455Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411728450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:22:08.558Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:22:08.559Z||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-16T06:22:08.560Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:08.571Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:08.572Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:09.459Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76a9460f-2a7e-45ad-8321-72f30789f99c from URL: /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:09.460Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-16T06:22:09.460Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:09.741Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-16T06:22:09.741Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env 76a9460f-2a7e-45ad-8321-72f30789f99c 2098
2022-03-16T06:22:09.742Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:22:09.742Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:09.742Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:22:09.743Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:09.754Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:09.754Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411729742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:22:09.847Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-16T06:22:09.848Z||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-16T06:22:09.848Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:09.861Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:09.862Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:10.756Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7271292a-b9b0-4340-8363-67ca0fc2868c
2022-03-16T06:22:10.756Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9852dd34-6529 0 a1a58adc-17cc-41db-84aa-2f6c47eb1384 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-16T06:22:10.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f90892, org.onap.sdc.toscaparser.api.parameters.Input@236b41a0, org.onap.sdc.toscaparser.api.parameters.Input@66545daa, org.onap.sdc.toscaparser.api.parameters.Input@7e311c41, org.onap.sdc.toscaparser.api.parameters.Input@34c6368d]
2022-03-16T06:22:10.849Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.849Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9 matches Tosca VF Customization UUID: f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
2022-03-16T06:22:10.850Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9 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-16T06:22:10.864Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.865Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.867Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9: {\"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-16T06:22:10.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6169e84d
2022-03-16T06:22:10.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.868Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:22:10.869Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7daf7404-ca5a-4f52-90f4-ceeb22740e6a
2022-03-16T06:22:10.871Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7daf7404-ca5a-4f52-90f4-ceeb22740e6a
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-16T06:22:10.885Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.886Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.886Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.888Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.888Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.889Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.889Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.889Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:10.890Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:10.891Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:10.891Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:22:10.892Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.893Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:10.894Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.894Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:10.894Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.895Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2f06617e-f341-4314-8942-b6ba86fdfa7c
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-16T06:22:10.908Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.909Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.910Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.911Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.911Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:10.911Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:10.913Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:10.913Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:10.914Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.914Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.914Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:22:10.915Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.916Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:22:10.916Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.916Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7f08297-33b9-4f76-92fc-d71c4159b210
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-16T06:22:10.923Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.924Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.924Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.929Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.930Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.931Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:22:10.932Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:22:10.933Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:22:10.933Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a66bb6e6-192f-488a-8af9-9f09a2e97f54
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-16T06:22:10.947Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.952Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.952Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:22:10.953Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.953Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Node template vFW 9852dd34-6529 0 is matching search criteria
2022-03-16T06:22:10.953Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9852dd34-6529 0] matching following query criteria: sdcType=VF, customizationUUID=f650b7f1-a8ce-4efd-8fb5-ce1caaec88c9
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-16T06:22:10.957Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.957Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.958Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7271292a-b9b0-4340-8363-67ca0fc2868c: vFW 9852dd34-6529
2022-03-16T06:22:10.958Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.958Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.959Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:22:10.960Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-16 06-18-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:22:10.961Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-16 06-18-11
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-16T06:22:11.462Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9852dd34-6529 a1a58adc-17cc-41db-84aa-2f6c47eb1384 1 ASDC deployResourceStructure
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json ASDC sendASDCNotification
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:11.463Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:11.467Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:11.467Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411731462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T06:22:11.567Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:11.569Z||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-16T06:22:11.570Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:11.595Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:11.596Z||pool-32-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:12.469Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:22:12.469Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml
2022-03-16T06:22:12.470Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:12.470Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:12.473Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:12.474Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411732469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-16T06:22:12.574Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:22:12.575Z||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-16T06:22:12.575Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:12.586Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:12.587Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:13.475Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:22:13.475Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env
2022-03-16T06:22:13.475Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:13.476Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:13.479Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:13.480Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411733475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-16T06:22:13.579Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:22:13.581Z||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-16T06:22:13.581Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:13.594Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:13.595Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:22:14.481Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar ASDC sendASDCNotification
2022-03-16T06:22:14.481Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar
2022-03-16T06:22:14.482Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-16T06:22:14.482Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:22:14.486Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:22:14.487Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411734481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:22:14.587Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:22:14.589Z||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-16T06:22:14.589Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:14.606Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:14.608Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:22:15.488Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:22:15.516Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:22:15.523Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:22:15.524Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:22:15.524Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:22:45.525Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:22:45.555Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:22:45.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:22:45.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:22:45.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:22:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:22:53.296Z||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-16T06:22:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:22:53.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:22:53.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:22:53.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:22:53.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:15.561Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:23:15.592Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:23:15.600Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:23:15.601Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:23:15.601Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:23:45.601Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:23:45.632Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:23:45.646Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:23:45.647Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-16T06:23:45.647Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-16T06:23:53.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:23:53.296Z||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-16T06:23:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:23:53.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:23:53.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "policy-id",
"timestamp": 1647411713904,
"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-16T06:23:53.855Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:23:53.855Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:23:53.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:23:53.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411711011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411722161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:23:53.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411721780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "aai-ml",
"timestamp": 1647411723165,
"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-16T06:23:53.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:23:53.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:23:53.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411726105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411727151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411728120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411728450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "clamp",
"timestamp": 1647411729125,
"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-16T06:23:53.903Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfff6351-8a17-486c-a682-605a15a83607
2022-03-16T06:23:53.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfff6351-8a17-486c-a682-605a15a83607 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-16T06:23:53.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411729742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411731462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/vfw9852dd3465290_modules.json",
"status": "DEPLOY_OK"
}
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411732469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411733475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/resourceInstances/vfw9852dd3465290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-16T06:23:53.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:23:53.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-16T06:23:53.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411734481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316061811/1.0/artifacts/service-Vfw20220316061811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-16T06:23:53.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:15.648Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:24:15.667Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfff6351-8a17-486c-a682-605a15a83607
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-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-16T06:24:15.672Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-16T06:24:15.673Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-16T06:24:15.674Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-16T06:24:15.674Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-16T06:24:15.683Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-16T06:24:45.683Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfff6351-8a17-486c-a682-605a15a83607 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-16T06:24:45.692Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfff6351-8a17-486c-a682-605a15a83607 and serviceModelVersionId: 7271292a-b9b0-4340-8363-67ca0fc2868c
2022-03-16T06:24:45.692Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 704327f5-8d95-42bc-aab8-ef86885eb114
2022-03-16T06:24:45.695Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0
2022-03-16T06:24:45.709Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-16T06:24:45.829Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?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-16T06:24:45.831Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0|INFO|500||Invoke
2022-03-16T06:24:45.896Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-16T06:24:46.444Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0|INFO|500||InvokeReturn
2022-03-16T06:24:46.445Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704327f5-8d95-42bc-aab8-ef86885eb114/model-vers/model-ver/7271292a-b9b0-4340-8363-67ca0fc2868c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220316-06:24:46:995-45057], vertex-id=[221184], Content-Length=[0], Date=[Wed, 16 Mar 2022 06:24:46 GMT], Content-Type=[application/json]}
2022-03-16T06:24:46.445Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-16T06:24:46.445Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-16T06:24:46.446Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-16T06:24:46.457Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||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-16T06:24:46.457Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfff6351-8a17-486c-a682-605a15a83607 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-16T06:24:46.457Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-16T06:24:46.458Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:46.464Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:46.464Z|bfff6351-8a17-486c-a682-605a15a83607|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411886457,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:24:46.564Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:46.566Z||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-16T06:24:46.567Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:46.583Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:46.584Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 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-16T06:24:47.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:24:47.487Z||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-16T06:24:47.488Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:51.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:51.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-16T06:24:51.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"43136fab-33e0-4275-8393-86b80cfbbf51","serviceName":"vFW 2022-03-16 06-21-02","serviceVersion":"1.0","serviceUUID":"15fabc8e-3960-462b-952c-9c51226afae0","serviceDescription":"catalog service description","serviceInvariantUUID":"bff04345-24f5-4743-97bd-12f730d88856","resources":[{"resourceInstanceName":"vFW a2cbeaea-8476 0","resourceName":"vFW a2cbeaea-8476","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d930c67-51b5-47d5-bd1f-4f79fbc1ac82","resourceInvariantUUID":"651b6fe1-8b71-44e9-9fe9-b10273056c5c","resourceCustomizationUUID":"06b3afbe-87fd-4f58-a6a3-597e1d64c11b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml","artifactChecksum":"ODAzM2IwM2U3ZjY3NzhmMDI4MWRmZDY0ZDg4NTIyMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f4a76c7-b3b0-4f60-b449-730823b9fe4a","artifactVersion":"1"},{"artifactName":"vfwa2cbeaea84760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json","artifactChecksum":"ZGMwMzVkOTVjOWRiNmIxYzVhZDkyOWVmYzA0OGIwZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6f79762-6029-43af-b7d1-dd0920a66015","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"953ef56f-d351-4350-af05-f4a8d21fc2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml","artifactChecksum":"NzVkOTJmOGYxZWFlN2M2YjhhM2EzMTA5ODE3MTc0MmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3174cea-ac1b-47fe-83ef-b1d302f74241","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b7c277f1-6eb1-409c-9fae-8eb548200860","artifactVersion":"2","generatedFromUUID":"953ef56f-d351-4350-af05-f4a8d21fc2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220316062102-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml","artifactChecksum":"ZjE2NDE3NjQyYjEzNTlmNjE2YTI5OTFiNDM3NzQyMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"540f7450-c719-412e-b2db-fd5dfe872090","artifactVersion":"1"},{"artifactName":"service-Vfw20220316062102-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar","artifactChecksum":"YmQ5YzMwYjg4ZmZjMWEwOTEyMGFhNGI1OGZmYTdjNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6176d130-c2c9-4150-b5ac-90bdba3cf0f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-16T06:24:51.948Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:51.949Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:51.962Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:51.962Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:52.066Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-16T06:24:52.068Z||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-16T06:24:52.068Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:52.081Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:52.082Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:24:52.973Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:52.974Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:52.978Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:52.978Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.078Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:53.080Z||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-16T06:24:53.081Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:53.095Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:53.095Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:53.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-16T06:24:53.295Z||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-16T06:24:53.296Z||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 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:53.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:53.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bfff6351-8a17-486c-a682-605a15a83607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411886457,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-16T06:24:53.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "cds",
"timestamp": 1647411889362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411877988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411883173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411875712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "cds",
"timestamp": 1647411889362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411891353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "clamp",
"timestamp": 1647411891011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "cds",
"timestamp": 1647411889362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411891353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "clamp",
"timestamp": 1647411891011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647411892245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:24:53.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647411892257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:24:53.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "policy-id",
"timestamp": 1647411892277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:24:53.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-16T06:24:53.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "cds",
"timestamp": 1647411889362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1647411891353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "NOTIFIED"
}
2022-03-16T06:24:53.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-16T06:24:53.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "clamp",
"timestamp": 1647411891011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:53.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-16T06:24:53.983Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:53.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:53.989Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:53.989Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-16T06:24:54.090Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:54.091Z||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-16T06:24:54.092Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:54.113Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:54.115Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:54.991Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:54.992Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:55.015Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:55.015Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:55.096Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-03-16T06:24:55.098Z||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-16T06:24:55.098Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:55.113Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:55.113Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:56.016Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:56.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:56.021Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:56.021Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-16T06:24:56.121Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:56.123Z||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-16T06:24:56.123Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:56.135Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:56.137Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:57.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:57.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:57.031Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:57.031Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-16T06:24:57.131Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:24:57.133Z||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-16T06:24:57.133Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:57.144Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:57.145Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:58.032Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-16T06:24:58.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:58.044Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:58.044Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411887485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "NOTIFIED"
}
2022-03-16T06:24:58.143Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-16T06:24:58.145Z||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-16T06:24:58.145Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:58.164Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:58.165Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:24:59.046Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"serviceName": "vFW 2022-03-16 06-21-02",
"serviceVersion": "1.0",
"serviceUUID": "15fabc8e-3960-462b-952c-9c51226afae0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bff04345-24f5-4743-97bd-12f730d88856",
"resources": [
{
"resourceInstanceName": "vFW a2cbeaea-8476 0",
"resourceCustomizationUUID": "06b3afbe-87fd-4f58-a6a3-597e1d64c11b",
"resourceName": "vFW a2cbeaea-8476",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7d930c67-51b5-47d5-bd1f-4f79fbc1ac82",
"resourceInvariantUUID": "651b6fe1-8b71-44e9-9fe9-b10273056c5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa2cbeaea84760_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"artifactChecksum": "ZGMwMzVkOTVjOWRiNmIxYzVhZDkyOWVmYzA0OGIwZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a6f79762-6029-43af-b7d1-dd0920a66015",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "953ef56f-d351-4350-af05-f4a8d21fc2e0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7c277f1-6eb1-409c-9fae-8eb548200860",
"generatedFromUUID": "953ef56f-d351-4350-af05-f4a8d21fc2e0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7c277f1-6eb1-409c-9fae-8eb548200860",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220316062102-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"artifactChecksum": "YmQ5YzMwYjg4ZmZjMWEwOTEyMGFhNGI1OGZmYTdjNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6176d130-c2c9-4150-b5ac-90bdba3cf0f9"
}
],
"workloadContext": "Production"
}
2022-03-16T06:24:59.047Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-16T06:24:59.047Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15fabc8e-3960-462b-952c-9c51226afae0 ASDC
2022-03-16T06:24:59.049Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:43136fab-33e0-4275-8393-86b80cfbbf51
ServiceName:vFW 2022-03-16 06-21-02
ServiceVersion:1.0
ServiceUUID:15fabc8e-3960-462b-952c-9c51226afae0
ServiceInvariantUUID:bff04345-24f5-4743-97bd-12f730d88856
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220316062102-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
ArtifactUUID:6176d130-c2c9-4150-b5ac-90bdba3cf0f9
ArtifactChecksum:YmQ5YzMwYjg4ZmZjMWEwOTEyMGFhNGI1OGZmYTdjNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2cbeaea-8476 0
ResourceCustomizationUUID:06b3afbe-87fd-4f58-a6a3-597e1d64c11b
ResourceInvariantUUID:651b6fe1-8b71-44e9-9fe9-b10273056c5c
ResourceName:vFW a2cbeaea-8476
ResourceType:VF
ResourceUUID:7d930c67-51b5-47d5-bd1f-4f79fbc1ac82
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2cbeaea84760_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
ArtifactUUID:a6f79762-6029-43af-b7d1-dd0920a66015
ArtifactChecksum:ZGMwMzVkOTVjOWRiNmIxYzVhZDkyOWVmYzA0OGIwZjA=
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/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
ArtifactUUID:953ef56f-d351-4350-af05-f4a8d21fc2e0
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/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
ArtifactUUID:b7c277f1-6eb1-409c-9fae-8eb548200860
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/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
ArtifactUUID:b7c277f1-6eb1-409c-9fae-8eb548200860
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-16T06:24:59.049Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15fabc8e-3960-462b-952c-9c51226afae0 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-16T06:24:59.143Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:24:59.145Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-16T06:24:59.146Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-16T06:24:59.147Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6176d130-c2c9-4150-b5ac-90bdba3cf0f9 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:24:59.147Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:24:59.149Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:24:59.772Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:24:59.786Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar 6176d130-c2c9-4150-b5ac-90bdba3cf0f9 98925
2022-03-16T06:24:59.787Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar ASDC sendASDCNotification
2022-03-16T06:24:59.787Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar
2022-03-16T06:24:59.788Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:24:59.788Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:24:59.792Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:24:59.793Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411899787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:24:59.892Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:24:59.894Z||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-16T06:24:59.894Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:24:59.906Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:24:59.907Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:00.799Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-16T06:25:00.801Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-16T06:25:00.802Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6176d130-c2c9-4150-b5ac-90bdba3cf0f9, URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/artifacts/service-Vfw20220316062102-csar.csar to file: /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:00.803Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220316062102-csar.csar
2022-03-16T06:25:00.803Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:00.804Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:01.300Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11683619433970552226/Definitions/service-Vfw20220316062102-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-16T06:25:04.559Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.560Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.561Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2cbeaea-8476 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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||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-Vfw20220316062102-csar.csar
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-16T06:25:04.562Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-16T06:25:04.563Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.564Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.565Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:04.566Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:04.567Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.568Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.569Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is matching search criteria
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a2cbeaea-8476 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-16T06:25:04.570Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:04.571Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.572Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04f5ce25-11bb-4e7f-a157-9f06a82bd92e
2022-03-16T06:25:04.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.573Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.574Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:04.574Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:04.575Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.576Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-16T06:25:04.576Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-16T06:25:04.577Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.577Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-16T06:25:04.578Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.578Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e7effde-3750-4c8b-bad6-b1537d54b30c
2022-03-16T06:25:04.578Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vFW a2cbeaea-8476 0 is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.579Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-16T06:25:04.580Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-16T06:25:04.581Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-16T06:25:04.581Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-16T06:25:04.581Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5db4d307-04af-432b-851d-69dee9361ad0
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.582Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-16 06-21-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-16T06:25:04.583Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-16 06-21-02
Description:catalog service description
Model UUID:15fabc8e-3960-462b-952c-9c51226afae0
Model Version:NULL
Model InvariantUuid:bff04345-24f5-4743-97bd-12f730d88856
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a2cbeaea-8476
Model UUID:1b694417-388f-4166-b0b8-86274087ebab
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:651b6fe1-8b71-44e9-9fe9-b10273056c5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:06b3afbe-87fd-4f58-a6a3-597e1d64c11b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:039cad11-1ba0-4332-8926-5c08a5d31fc1
ModelName:VfwA2cbeaea8476..base_vfw..module-0
ModelUuid:5d810384-7c5c-4173-9a30-a366bac1b4a9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:04f5ce25-11bb-4e7f-a157-9f06a82bd92e
ModelInvariantUuid:585d3a02-85a1-4980-a15e-9d5d5bfa895a
ModelName:vFW a2cbeaea-8476-nodes.vfwCvfc
ModelUuid:c9f49e0e-e9ce-4cc5-bd43-bd796213d3d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7cea0615-be06-418d-9c74-6ae89c627d83
ModelInvariantUuid:365628b8-5647-465a-bfc5-bc7b8d59a4f4
ModelName:VfwA2cbeaea8476.compute.nodes.heat.vfw
ModelUuid:a46e9cb3-5b50-4118-b5ff-e1abcd493e96
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4e7effde-3750-4c8b-bad6-b1537d54b30c
ModelInvariantUuid:86bbecb8-c333-4eea-bb7e-df3841c057dc
ModelName:vFW a2cbeaea-8476-nodes.vsnCvfc
ModelUuid:31865d00-99c3-4475-b8f5-4e7dbcf9319b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a4a2e386-409f-45be-b23b-eca388714368
ModelInvariantUuid:8f7160f2-7ba0-4a8f-ac9a-4fe47ca3cc5b
ModelName:VfwA2cbeaea8476.compute.nodes.heat.vsn
ModelUuid:d64ac41d-24a6-4fb2-8d30-8348123aec54
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5db4d307-04af-432b-851d-69dee9361ad0
ModelInvariantUuid:f9d2132b-9c9b-4074-ad7d-ac8837f7876c
ModelName:vFW a2cbeaea-8476-nodes.vpgCvfc
ModelUuid:4182bd75-9017-4da9-a266-240fc49b2ec9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b31a272b-4160-4215-9b0b-8d221ae7b104
ModelInvariantUuid:6e322003-c6f6-41ae-83c9-bbc5e9194b81
ModelName:VfwA2cbeaea8476.compute.nodes.heat.vpg
ModelUuid:86c92491-42ed-4295-becf-34790b5cc13c
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-16T06:25:04.603Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82
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-16T06:25:04.620Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||vFW a2cbeaea-8476 0
2022-03-16T06:25:04.621Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82
2022-03-16T06:25:04.621Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6f79762-6029-43af-b7d1-dd0920a66015 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:04.621Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:25:04.622Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:04.948Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:25:04.950Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json a6f79762-6029-43af-b7d1-dd0920a66015 785
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json ASDC sendASDCNotification
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:25:04.951Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:04.956Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:04.956Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411904951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/vfwa2cbeaea84760_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:25:05.058Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-16T06:25:05.059Z||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-16T06:25:05.060Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:05.080Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:25:05.081Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:25:05.957Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2cbeaea8476..base_vfw..module-0",
"vfModuleModelInvariantUUID": "039cad11-1ba0-4332-8926-5c08a5d31fc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d810384-7c5c-4173-9a30-a366bac1b4a9",
"vfModuleModelCustomizationUUID": "68ecd77a-b37d-4bfc-900c-de6898e9b28f",
"isBase": true,
"artifacts": [
"953ef56f-d351-4350-af05-f4a8d21fc2e0",
"b7c277f1-6eb1-409c-9fae-8eb548200860"
],
"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-16T06:25:05.966Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2cbeaea8476..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d810384-7c5c-4173-9a30-a366bac1b4a9
VfModuleModelInvariantUUID:039cad11-1ba0-4332-8926-5c08a5d31fc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
953ef56f-d351-4350-af05-f4a8d21fc2e0
,
b7c277f1-6eb1-409c-9fae-8eb548200860
}
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-16T06:25:05.969Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2cbeaea8476..base_vfw..module-0",
"vfModuleModelInvariantUUID": "039cad11-1ba0-4332-8926-5c08a5d31fc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d810384-7c5c-4173-9a30-a366bac1b4a9",
"vfModuleModelCustomizationUUID": "68ecd77a-b37d-4bfc-900c-de6898e9b28f",
"isBase": true,
"artifacts": [
"953ef56f-d351-4350-af05-f4a8d21fc2e0",
"b7c277f1-6eb1-409c-9fae-8eb548200860"
],
"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-16T06:25:05.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2cbeaea8476..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d810384-7c5c-4173-9a30-a366bac1b4a9
VfModuleModelInvariantUUID:039cad11-1ba0-4332-8926-5c08a5d31fc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
953ef56f-d351-4350-af05-f4a8d21fc2e0
,
b7c277f1-6eb1-409c-9fae-8eb548200860
}
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-16T06:25:05.970Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 953ef56f-d351-4350-af05-f4a8d21fc2e0 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:05.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:25:05.971Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:06.452Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:25:06.460Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml 953ef56f-d351-4350-af05-f4a8d21fc2e0 20368
2022-03-16T06:25:06.460Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-16T06:25:06.461Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml
2022-03-16T06:25:06.461Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:25:06.461Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:06.465Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:06.466Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411906460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:25:06.565Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-16T06:25:06.567Z||pool-46-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-16T06:25:06.568Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:06.585Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:25:06.586Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-16T06:25:07.467Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7c277f1-6eb1-409c-9fae-8eb548200860 from URL: /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:07.468Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-16T06:25:07.469Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:07.647Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-16T06:25:07.648Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env b7c277f1-6eb1-409c-9fae-8eb548200860 2098
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-16T06:25:07.649Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-16T06:25:07.657Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-16T06:25:07.658Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "43136fab-33e0-4275-8393-86b80cfbbf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647411907649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220316062102/1.0/resourceInstances/vfwa2cbeaea84760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-16T06:25:07.758Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-16T06:25:07.759Z||pool-47-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-16T06:25:07.759Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4h1dRJRMthdO3LW4) ...
2022-03-16T06:25:07.790Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-16T06:25:07.791Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-16T06:25:08.659Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 15fabc8e-3960-462b-952c-9c51226afae0
2022-03-16T06:25:08.660Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2cbeaea-8476 0 7d930c67-51b5-47d5-bd1f-4f79fbc1ac82 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-16T06:25:08.688Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cbe7e59, org.onap.sdc.toscaparser.api.parameters.Input@2f6e13ab, org.onap.sdc.toscaparser.api.parameters.Input@12519012, org.onap.sdc.toscaparser.api.parameters.Input@455b282d, org.onap.sdc.toscaparser.api.parameters.Input@5a88ca69]
2022-03-16T06:25:08.690Z|43136fab-33e0-4275-8393-86b80cfbbf51|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive