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-04-16T05:35:24.823Z||main|||||INFO|500||The following profiles are active: basic
2022-04-16T05:35:42.151Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-16T05:35:42.152Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-16T05:35:42.317Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-16T05:35:48.280Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-16T05:35:48.994Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-16T05:35:49.741Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-16T05:35:49.814Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-16T05:35:50.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-16T05:35:50.459Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-16T05:35:51.574Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-16T05:35:55.292Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-16T05:35:58.783Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-16T05:35:58.894Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-16T05:35:59.652Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-16T05:35:59.950Z||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-04-16T05:36:01.588Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-16T05:36:03.239Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-16T05:36:03.272Z||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$$47a94641.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-04-16T05:36:03.273Z||main|||||WARN|500||The sdc end point is not alive
2022-04-16T05:36:07.800Z||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-04-16T05:36:12.243Z||main|||||WARN|500||---
2022-04-16T05:36:12.244Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-16T05:36:12.244Z||main|||||WARN|500||---
2022-04-16T05:36:12.823Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-16T05:36:20.631Z||main|||||INFO|500||Started Application in 60.991 seconds (JVM running for 64.712)
2022-04-16T05:36:20.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-16T05:36:20.647Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-16T05:36:20.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-16T05:36:20.698Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-16T05:36:20.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61b52142-4b8d-4722-a8b9-665e8a63c5b4 url= /sdc/v1/artifactTypes
2022-04-16T05:36:20.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-16T05:36:21.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-16T05:36:21.114Z||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-04-16T05:36:21.143Z||scheduling-1|||||DEBUG|500||create keys
2022-04-16T05:36:21.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-16T05:36:21.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:36:21.352Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a788844e-c238-49f7-a038-7496a459dd45 url= /sdc/v1/registerForDistribution
2022-04-16T05:36:21.830Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a788844e-c238-49f7-a038-7496a459dd45 url= /sdc/v1/registerForDistribution
2022-04-16T05:36:21.831Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-16T05:36:21.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:36:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:36:21.874Z||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-04-16T05:36:21.875Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:36:21.875Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-16T05:36:21.876Z||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-04-16T05:36:21.876Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:36:32.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:36:32.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:37:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:37:21.846Z||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-04-16T05:37:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:37:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:37:21.847Z||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-04-16T05:37:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:37:31.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:37:31.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:38:21.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:38:21.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T05:38:21.843Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T05:38:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:38:21.848Z||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-04-16T05:38:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:38:31.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:38:31.526Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:39:21.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:39:21.843Z||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-04-16T05:39:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:39:21.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:39:21.847Z||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-04-16T05:39:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:39:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:39:31.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:40:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:40:21.842Z||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-04-16T05:40:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:40:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:40:21.848Z||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-04-16T05:40:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:40:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:40:31.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:41:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:41:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:41:21.846Z||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-04-16T05:41:21.847Z||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-04-16T05:41:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:41:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:41:31.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:41:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:42:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:42:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:42:21.848Z||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-04-16T05:42:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:42:21.848Z||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-04-16T05:42:21.849Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:42:31.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:42:31.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:43:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:43:21.843Z||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-04-16T05:43:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:43:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:43:21.848Z||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-04-16T05:43:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:43:31.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:43:31.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:44:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:44:21.844Z||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-04-16T05:44:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:44:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:44:21.847Z||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-04-16T05:44:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:44:31.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:44:31.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:45:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:45:21.843Z||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-04-16T05:45:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:45:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:45:21.847Z||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-04-16T05:45:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:45:31.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:45:31.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:46:13.277Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-16T05:46:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:46:21.843Z||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-04-16T05:46:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:46:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:46:21.847Z||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-04-16T05:46:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:46:31.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:46:31.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:47:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:47:21.843Z||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-04-16T05:47:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:47:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:47:21.847Z||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-04-16T05:47:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:47:31.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:47:31.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:48:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:48:21.844Z||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-04-16T05:48:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:48:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:48:21.846Z||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-04-16T05:48:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:48:31.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:48:31.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:49:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:49:21.844Z||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-04-16T05:49:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:49:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:49:21.847Z||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-04-16T05:49:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:49:31.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:49:31.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:50:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:50:21.843Z||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-04-16T05:50:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:50:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:50:21.848Z||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-04-16T05:50:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:50:31.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:50:31.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:51:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:51:21.843Z||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-04-16T05:51:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:51:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:51:21.847Z||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-04-16T05:51:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:51:31.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:51:31.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:52:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:52:21.843Z||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-04-16T05:52:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:52:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:52:21.846Z||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-04-16T05:52:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:52:31.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:52:31.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:53:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:53:21.843Z||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-04-16T05:53:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:53:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:53:21.847Z||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-04-16T05:53:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:53:31.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:53:31.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:54:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:54:21.842Z||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-04-16T05:54:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:54:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:54:21.847Z||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-04-16T05:54:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:54:31.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:54:31.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:55:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:55:21.842Z||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-04-16T05:55:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:55:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:55:21.846Z||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-04-16T05:55:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:55:31.403Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:55:31.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:56:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:56:21.842Z||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-04-16T05:56:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:56:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:56:21.847Z||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-04-16T05:56:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:56:31.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:56:31.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:57:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:57:21.844Z||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-04-16T05:57:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:57:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:57:21.847Z||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-04-16T05:57:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:57:31.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:57:31.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:58:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:58:21.842Z||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-04-16T05:58:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:58:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:58:21.847Z||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-04-16T05:58:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:58:31.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:58:31.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:59:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:59:21.842Z||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-04-16T05:59:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:59:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:59:21.847Z||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-04-16T05:59:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:59:31.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T05:59:31.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:00:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:00:21.843Z||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-04-16T06:00:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:00:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:00:21.847Z||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-04-16T06:00:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:00:31.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:00:31.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:01:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:01:21.843Z||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-04-16T06:01:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:01:21.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:01:21.846Z||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-04-16T06:01:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:01:31.416Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:01:31.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:02:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:02:21.843Z||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-04-16T06:02:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:02:21.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:02:21.846Z||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-04-16T06:02:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:02:31.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:02:31.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:03:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:03:21.842Z||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-04-16T06:03:21.842Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:03:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:03:21.846Z||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-04-16T06:03:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:03:31.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:03:31.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:04:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:04:21.843Z||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-04-16T06:04:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:04:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:04:21.846Z||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-04-16T06:04:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:04:31.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:04:31.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:05:21.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:05:21.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:05:21.847Z||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-04-16T06:05:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:05:21.845Z||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-04-16T06:05:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:05:31.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:05:31.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:06:21.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:06:21.844Z||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-04-16T06:06:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:06:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:06:21.847Z||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-04-16T06:06:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:06:31.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:06:31.411Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:07:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:07:21.842Z||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-04-16T06:07:21.842Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:07:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:07:21.848Z||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-04-16T06:07:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:07:31.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:07:31.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:08:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:08:21.842Z||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-04-16T06:08:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:08:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:08:21.846Z||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-04-16T06:08:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:08:31.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:08:31.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:09:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:09:21.842Z||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-04-16T06:09:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:09:21.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:09:21.847Z||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-04-16T06:09:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:09:31.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:09:31.415Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:10:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:10:21.842Z||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-04-16T06:10:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:10:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:10:21.847Z||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-04-16T06:10:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:10:31.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:10:31.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:11:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:11:21.842Z||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-04-16T06:11:21.842Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:11:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:11:21.847Z||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-04-16T06:11:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:11:31.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:11:31.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:12:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:12:21.842Z||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-04-16T06:12:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:12:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:12:21.847Z||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-04-16T06:12:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:12:31.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:12:31.414Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:13:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:13:21.843Z||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-04-16T06:13:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:13:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:13:21.847Z||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-04-16T06:13:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:13:31.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:13:31.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:14:21.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:14:21.846Z||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-04-16T06:14:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:14:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:14:21.847Z||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-04-16T06:14:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:14:31.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:14:31.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:15:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:15:21.843Z||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-04-16T06:15:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:15:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:15:21.848Z||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-04-16T06:15:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:15:27.008Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:15:31.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:15:31.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:16:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:16:21.842Z||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-04-16T06:16:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:16:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:16:21.847Z||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-04-16T06:16:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:16:31.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:16:31.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:17:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:17:21.842Z||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-04-16T06:17:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:17:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:17:21.846Z||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-04-16T06:17:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:17:31.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:17:31.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:18:21.842Z||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-04-16T06:18:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:18:21.847Z||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-04-16T06:18:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:22.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:22.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089891433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089890773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089888582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089892824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089900340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:18:22.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:18:22.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089899678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:18:22.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "cds",
"timestamp": 1650089900699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-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-04-16T06:18:22.387Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:18:22.424Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:18:22.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:22.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d48295a-d74e-46c5-a06f-1374b1b78b3c","serviceName":"vFW 2022-04-16 06-15-42","serviceVersion":"1.0","serviceUUID":"3190ef27-b847-4f3f-a125-be2cece41b7f","serviceDescription":"catalog service description","serviceInvariantUUID":"30bbff4d-adad-4589-b6a8-4c759ca90388","resources":[{"resourceInstanceName":"vFW 5a315229-8bbc 0","resourceName":"vFW 5a315229-8bbc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c966349-d7c4-451b-95ad-49974f68e1e6","resourceInvariantUUID":"dd61a20c-3105-4347-ad45-706a06da5f46","resourceCustomizationUUID":"57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml","artifactChecksum":"YWI3MjEzZGUyNzZiYmM5NmE2MDkzYmIzOGY3ZjM1Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eea35f46-5f77-43dc-9dd5-a07d7beb8764","artifactVersion":"1"},{"artifactName":"vfw5a3152298bbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json","artifactChecksum":"NTMzNmVkMDM0YWMyNmUxMDdkMWQzYjY0MzcwMmQ0MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d3000a-1754-450f-b1f2-b28373929ad6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92b9990b-57b8-4f4e-9552-d91a380afe37","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml","artifactChecksum":"YTEzM2I5YmY0ZDJlYjFmYmUxM2FlMTEwNGZkY2FiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"212aa06f-f1b4-423a-b7d1-dd1ff30f2383","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7324491d-faf1-40df-ae82-26c2331ee834","artifactVersion":"2","generatedFromUUID":"92b9990b-57b8-4f4e-9552-d91a380afe37"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220416061542-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml","artifactChecksum":"MDAzOGQzNmRjYmI1ZDRiZGU0OWZjOThlOWEzOGRmMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2c0ca92-2f46-4f46-a885-19466364e1d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220416061542-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar","artifactChecksum":"ODE4OGI3MTNhNjdkYjM2NDJmOTJhOGFhNDdkNWFlOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab523dfd-4710-4fcb-88ed-f16127a5656d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:18:22.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:22.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:22.543Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:22.544Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.644Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-16T06:18:22.650Z||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-04-16T06:18:22.650Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:22.674Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:22.676Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:23.553Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:23.554Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:23.557Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:23.557Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:18:23.657Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:23.659Z||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-04-16T06:18:23.659Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:23.707Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:23.708Z||pool-4-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:24.558Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:24.560Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:24.563Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:24.563Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:18:24.664Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:18:24.665Z||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-04-16T06:18:24.666Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:24.689Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:24.690Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:25.564Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:25.567Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:25.571Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:25.571Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:25.671Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:25.673Z||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-04-16T06:18:25.673Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:25.716Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:25.717Z||pool-6-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:26.572Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:26.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:26.577Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:26.577Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-16T06:18:26.677Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-16T06:18:26.678Z||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-04-16T06:18:26.679Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:26.699Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:26.700Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:27.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:27.587Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:27.589Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:27.590Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:18:27.690Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:27.691Z||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-04-16T06:18:27.691Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:27.730Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:27.731Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:28.591Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:28.591Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:28.595Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:28.595Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:18:28.695Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:28.697Z||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-04-16T06:18:28.697Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:28.752Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:28.753Z||pool-9-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:29.598Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"serviceName": "vFW 2022-04-16 06-15-42",
"serviceVersion": "1.0",
"serviceUUID": "3190ef27-b847-4f3f-a125-be2cece41b7f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "30bbff4d-adad-4589-b6a8-4c759ca90388",
"resources": [
{
"resourceInstanceName": "vFW 5a315229-8bbc 0",
"resourceCustomizationUUID": "57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba",
"resourceName": "vFW 5a315229-8bbc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3c966349-d7c4-451b-95ad-49974f68e1e6",
"resourceInvariantUUID": "dd61a20c-3105-4347-ad45-706a06da5f46",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5a3152298bbc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"artifactChecksum": "NTMzNmVkMDM0YWMyNmUxMDdkMWQzYjY0MzcwMmQ0MjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1d3000a-1754-450f-b1f2-b28373929ad6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "92b9990b-57b8-4f4e-9552-d91a380afe37",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7324491d-faf1-40df-ae82-26c2331ee834",
"generatedFromUUID": "92b9990b-57b8-4f4e-9552-d91a380afe37"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7324491d-faf1-40df-ae82-26c2331ee834",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220416061542-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"artifactChecksum": "ODE4OGI3MTNhNjdkYjM2NDJmOTJhOGFhNDdkNWFlOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab523dfd-4710-4fcb-88ed-f16127a5656d"
}
],
"workloadContext": "Production"
}
2022-04-16T06:18:29.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:18:29.600Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3190ef27-b847-4f3f-a125-be2cece41b7f ASDC
2022-04-16T06:18:29.773Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9d48295a-d74e-46c5-a06f-1374b1b78b3c
ServiceName:vFW 2022-04-16 06-15-42
ServiceVersion:1.0
ServiceUUID:3190ef27-b847-4f3f-a125-be2cece41b7f
ServiceInvariantUUID:30bbff4d-adad-4589-b6a8-4c759ca90388
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220416061542-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
ArtifactUUID:ab523dfd-4710-4fcb-88ed-f16127a5656d
ArtifactChecksum:ODE4OGI3MTNhNjdkYjM2NDJmOTJhOGFhNDdkNWFlOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5a315229-8bbc 0
ResourceCustomizationUUID:57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
ResourceInvariantUUID:dd61a20c-3105-4347-ad45-706a06da5f46
ResourceName:vFW 5a315229-8bbc
ResourceType:VF
ResourceUUID:3c966349-d7c4-451b-95ad-49974f68e1e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5a3152298bbc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
ArtifactUUID:b1d3000a-1754-450f-b1f2-b28373929ad6
ArtifactChecksum:NTMzNmVkMDM0YWMyNmUxMDdkMWQzYjY0MzcwMmQ0MjA=
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/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
ArtifactUUID:92b9990b-57b8-4f4e-9552-d91a380afe37
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/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
ArtifactUUID:7324491d-faf1-40df-ae82-26c2331ee834
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/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
ArtifactUUID:7324491d-faf1-40df-ae82-26c2331ee834
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-16T06:18:29.773Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3190ef27-b847-4f3f-a125-be2cece41b7f 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-04-16T06:18:29.854Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:18:29.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:18:29.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:18:29.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ab523dfd-4710-4fcb-88ed-f16127a5656d from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:29.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:29.861Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:30.170Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:30.199Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar ab523dfd-4710-4fcb-88ed-f16127a5656d 98933
2022-04-16T06:18:30.201Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar ASDC sendASDCNotification
2022-04-16T06:18:30.201Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:30.202Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:30.204Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:30.206Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:30.207Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089910199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:18:30.307Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:30.308Z||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-04-16T06:18:30.308Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:30.333Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:30.334Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:31.207Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:18:31.209Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:18:31.209Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ab523dfd-4710-4fcb-88ed-f16127a5656d, URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar to file: /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:31.210Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220416061542-csar.csar
2022-04-16T06:18:31.314Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:31.315Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:32.279Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11024819903860697878/Definitions/service-Vfw20220416061542-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-04-16T06:18:36.799Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5a315229-8bbc 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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:18:36.815Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.816Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.822Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.822Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:18:36.824Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:18:36.826Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.826Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:18:36.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:18:36.828Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.828Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.832Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.837Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:18:36.837Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.837Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:18:36.839Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.840Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.840Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.842Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.842Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:36.842Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.843Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.843Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.843Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7c885448-8075-4cbf-9a4d-5d2bd07c9d59
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40dc3f6e-0652-48d9-9bc5-148b4b01ef5d
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54ec8984-4634-400c-a4dc-73640ded85ff
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:36.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-16 06-15-42
Description:catalog service description
Model UUID:3190ef27-b847-4f3f-a125-be2cece41b7f
Model Version:NULL
Model InvariantUuid:30bbff4d-adad-4589-b6a8-4c759ca90388
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5a315229-8bbc
Model UUID:d64dbb09-dcd5-4388-bc57-da0191f9853e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd61a20c-3105-4347-ad45-706a06da5f46
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4ebd2542-7067-4ea1-a923-653e10e33cf3
ModelName:Vfw5a3152298bbc..base_vfw..module-0
ModelUuid:d80368a5-804c-410c-b8d7-3e557b73d2f0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7c885448-8075-4cbf-9a4d-5d2bd07c9d59
ModelInvariantUuid:56821b29-6935-4f86-ae34-fe4bbf5d92fa
ModelName:vFW 5a315229-8bbc-nodes.vfwCvfc
ModelUuid:7350143f-5de5-4959-910b-ced88e798103
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8094fc3f-86eb-4c3a-8f35-ba5a34b1b19b
ModelInvariantUuid:b24f38fb-7b3a-47df-aebd-94321e5dd593
ModelName:Vfw5a3152298bbc.compute.nodes.heat.vfw
ModelUuid:760e4eae-efd3-4fa6-aedf-c01717ea551c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:40dc3f6e-0652-48d9-9bc5-148b4b01ef5d
ModelInvariantUuid:3617b680-fcb4-4b46-96cb-f9a07e9c2d32
ModelName:vFW 5a315229-8bbc-nodes.vsnCvfc
ModelUuid:88be729c-ce55-42ca-bf12-be85d190e9fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:60a769ee-23b0-4cc3-a405-9c3c6c076fe3
ModelInvariantUuid:f09c81b5-93e9-4600-9a6c-0fd8a33fa7c9
ModelName:Vfw5a3152298bbc.compute.nodes.heat.vsn
ModelUuid:73d9e90a-efc5-48db-b58d-cc3752bd58f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:54ec8984-4634-400c-a4dc-73640ded85ff
ModelInvariantUuid:7157eda3-7117-417f-9b16-320315122b08
ModelName:vFW 5a315229-8bbc-nodes.vpgCvfc
ModelUuid:43d5a0f0-0079-49c6-b601-09b854e46b14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9f3b133f-2f8c-4486-b6dd-e53da7b5fea9
ModelInvariantUuid:8c50925e-6cd2-4870-a394-27a6a72e7465
ModelName:Vfw5a3152298bbc.compute.nodes.heat.vpg
ModelUuid:0d07f931-4beb-41b6-a98a-1d4a066b1de1
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-04-16T06:18:36.872Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c966349-d7c4-451b-95ad-49974f68e1e6
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-04-16T06:18:36.992Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||vFW 5a315229-8bbc 0
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c966349-d7c4-451b-95ad-49974f68e1e6
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1d3000a-1754-450f-b1f2-b28373929ad6 from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:37.162Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:37.163Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json b1d3000a-1754-450f-b1f2-b28373929ad6 785
2022-04-16T06:18:37.164Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json ASDC sendASDCNotification
2022-04-16T06:18:37.164Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:37.164Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:37.165Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:37.169Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:37.169Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089917164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:18:37.269Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:18:37.271Z||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-04-16T06:18:37.271Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:37.291Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:37.292Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:38.172Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5a3152298bbc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4ebd2542-7067-4ea1-a923-653e10e33cf3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d80368a5-804c-410c-b8d7-3e557b73d2f0",
"vfModuleModelCustomizationUUID": "0d82b638-972a-4a7f-bed8-876846856c34",
"isBase": true,
"artifacts": [
"92b9990b-57b8-4f4e-9552-d91a380afe37",
"7324491d-faf1-40df-ae82-26c2331ee834"
],
"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-04-16T06:18:38.191Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5a3152298bbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d80368a5-804c-410c-b8d7-3e557b73d2f0
VfModuleModelInvariantUUID:4ebd2542-7067-4ea1-a923-653e10e33cf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
92b9990b-57b8-4f4e-9552-d91a380afe37
,
7324491d-faf1-40df-ae82-26c2331ee834
}
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-04-16T06:18:38.197Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5a3152298bbc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4ebd2542-7067-4ea1-a923-653e10e33cf3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d80368a5-804c-410c-b8d7-3e557b73d2f0",
"vfModuleModelCustomizationUUID": "0d82b638-972a-4a7f-bed8-876846856c34",
"isBase": true,
"artifacts": [
"92b9990b-57b8-4f4e-9552-d91a380afe37",
"7324491d-faf1-40df-ae82-26c2331ee834"
],
"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-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5a3152298bbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d80368a5-804c-410c-b8d7-3e557b73d2f0
VfModuleModelInvariantUUID:4ebd2542-7067-4ea1-a923-653e10e33cf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
92b9990b-57b8-4f4e-9552-d91a380afe37
,
7324491d-faf1-40df-ae82-26c2331ee834
}
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-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92b9990b-57b8-4f4e-9552-d91a380afe37 from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:38.481Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml 92b9990b-57b8-4f4e-9552-d91a380afe37 20368
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:38.484Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:38.486Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:38.486Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089918483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:18:38.587Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:38.589Z||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-04-16T06:18:38.589Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:38.624Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:38.625Z||pool-12-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:39.489Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7324491d-faf1-40df-ae82-26c2331ee834 from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:39.490Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:39.490Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:39.746Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:39.747Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env 7324491d-faf1-40df-ae82-26c2331ee834 2098
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:39.753Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:39.753Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089919747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:18:39.852Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-16T06:18:39.854Z||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-04-16T06:18:39.854Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:39.885Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:39.886Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:40.754Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3190ef27-b847-4f3f-a125-be2cece41b7f
2022-04-16T06:18:40.755Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5a315229-8bbc 0 3c966349-d7c4-451b-95ad-49974f68e1e6 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-04-16T06:18:40.809Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33744a50, org.onap.sdc.toscaparser.api.parameters.Input@65138c3d, org.onap.sdc.toscaparser.api.parameters.Input@df54854, org.onap.sdc.toscaparser.api.parameters.Input@24641366, org.onap.sdc.toscaparser.api.parameters.Input@3553eb70]
2022-04-16T06:18:40.814Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.815Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.815Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-16T06:18:40.816Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
2022-04-16T06:18:40.816Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba matches Tosca VF Customization UUID: 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
2022-04-16T06:18:40.817Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba 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-04-16T06:18:40.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.828Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.831Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba: {\"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-04-16T06:18:40.831Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1aa39882
2022-04-16T06:18:40.832Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.832Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:18:40.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d82b638-972a-4a7f-bed8-876846856c34
2022-04-16T06:18:40.840Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d82b638-972a-4a7f-bed8-876846856c34
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-04-16T06:18:40.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.854Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.855Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.855Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:40.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:40.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.859Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:40.859Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.859Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:40.860Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.860Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7c885448-8075-4cbf-9a4d-5d2bd07c9d59
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-04-16T06:18:40.875Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.876Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.876Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.877Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.877Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:40.878Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:40.878Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:40.879Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.879Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.880Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.880Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:40.880Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:40.881Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:18:40.881Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:40.882Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.882Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:40.882Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.883Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40dc3f6e-0652-48d9-9bc5-148b4b01ef5d
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-04-16T06:18:40.886Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.886Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.887Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.890Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.891Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:40.891Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:40.891Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:40.892Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.892Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.892Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.893Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:40.893Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:40.894Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:40.894Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:40.894Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.895Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.895Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:18:40.895Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54ec8984-4634-400c-a4dc-73640ded85ff
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-04-16T06:18:40.899Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.899Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.899Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.900Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.901Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.901Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
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-04-16T06:18:40.905Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.906Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.907Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3190ef27-b847-4f3f-a125-be2cece41b7f: vFW 5a315229-8bbc
2022-04-16T06:18:40.907Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.907Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.908Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.908Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.909Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.909Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.910Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.911Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.911Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:18:40.911Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.912Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-16 06-15-42
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-04-16T06:18:41.276Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5a315229-8bbc 3c966349-d7c4-451b-95ad-49974f68e1e6 1 ASDC deployResourceStructure
2022-04-16T06:18:41.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json ASDC sendASDCNotification
2022-04-16T06:18:41.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:41.278Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:41.278Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:41.281Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:41.281Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089921277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:18:41.382Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:41.383Z||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-04-16T06:18:41.384Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:41.418Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:41.419Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:42.283Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:18:42.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:42.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:42.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:42.287Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:42.288Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089922283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-16T06:18:42.388Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:42.389Z||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-04-16T06:18:42.389Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:42.407Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:42.408Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:43.289Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:18:43.289Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:43.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:43.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:43.293Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:43.293Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089923289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-16T06:18:43.393Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:43.395Z||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-04-16T06:18:43.396Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:43.455Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:43.456Z||pool-16-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:44.294Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar ASDC sendASDCNotification
2022-04-16T06:18:44.295Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:44.295Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:44.295Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:44.298Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:44.299Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089924294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:18:44.399Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:18:44.400Z||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-04-16T06:18:44.400Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:44.439Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:18:44.440Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:45.301Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:18:45.327Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:18:45.332Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:18:45.333Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:18:45.333Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:19:15.334Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:19:15.355Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:19:15.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:19:15.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:19:15.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:19:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:19:21.847Z||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-04-16T06:19:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:19:21.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:19:21.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:19:21.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089901444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:19:21.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:19:45.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:19:45.375Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:19:45.379Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:19:45.380Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:19:45.380Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:20:15.381Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:20:15.397Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:20:15.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:20:15.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:20:15.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:20:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:20:21.847Z||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-04-16T06:20:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:20:21.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:20:21.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:20:21.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:20:21.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:20:45.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:20:45.417Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:20:45.421Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:20:45.421Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:20:45.422Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:21:15.423Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:21:15.446Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:21:15.450Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:21:15.451Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:21:15.451Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:21:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:21:21.847Z||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-04-16T06:21:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:21:21.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:21:22.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089900895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089902552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089897066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089903619,
"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-04-16T06:21:22.416Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.416Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089904624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089904701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089905715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "policy-id",
"timestamp": 1650089906720,
"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-04-16T06:21:22.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.445Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089910199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089906433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089914500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089914230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "ves-openapi-manager",
"timestamp": 1650089908582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "cds",
"timestamp": 1650089915239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-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-04-16T06:21:22.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.507Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089917164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089910773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089918483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089918734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089919747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089920034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089921277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089921823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089922283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089921559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089922657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089922847,
"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-04-16T06:21:22.546Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.547Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089923289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "aai-ml",
"timestamp": 1650089922567,
"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-04-16T06:21:22.577Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.577Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089923664,
"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-04-16T06:21:22.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089917067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650089923851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089924294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089924426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089925135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089926142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089926434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "policy-id",
"timestamp": 1650089927146,
"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-04-16T06:21:22.641Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.641Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "clamp",
"timestamp": 1650089927439,
"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-04-16T06:21:22.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089906519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089923572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089932064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089931555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089906902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089935184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650089936191,
"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-04-16T06:21:22.697Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.698Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089941459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "aai-ml",
"timestamp": 1650089942464,
"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-04-16T06:21:22.717Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089947419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089949430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "clamp",
"timestamp": 1650089950434,
"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-04-16T06:21:22.737Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.737Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:45.452Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:21:45.468Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
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-04-16T06:21:45.473Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:21:45.473Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:21:45.474Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:21:45.474Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:21:45.474Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:21:45.476Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:21:45.476Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-04-16T06:21:45.484Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:22:15.485Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:22:15.511Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c and serviceModelVersionId: 3190ef27-b847-4f3f-a125-be2cece41b7f
2022-04-16T06:22:15.512Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30bbff4d-adad-4589-b6a8-4c759ca90388
2022-04-16T06:22:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:22:21.848Z||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-04-16T06:22:21.849Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:22.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:22.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "ves-openapi-manager",
"timestamp": 1650090108582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090101433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090102824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090116680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090116755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090110774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "cds",
"timestamp": 1650090117765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-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-04-16T06:22:22.545Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.546Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090118627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090119845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090121044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090122071,
"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-04-16T06:22:22.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.614Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650090123074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090116519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090117066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090116902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090124313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090124865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090125879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:22.632Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "policy-id",
"timestamp": 1650090126884,
"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-04-16T06:22:22.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.646Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090128661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:22.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650090129667,
"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-04-16T06:22:22.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090130476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090131499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090131745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "clamp",
"timestamp": 1650090132503,
"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-04-16T06:22:22.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.703Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "aai-ml",
"timestamp": 1650090132750,
"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-04-16T06:22:22.720Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.721Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:36.020Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0
2022-04-16T06:22:36.200Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:22:37.032Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|INFO|500||Invoke
2022-04-16T06:22:37.045Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d48295a-d74e-46c5-a06f-1374b1b78b3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0917e08f-7bc8-4f3b-9f4d-90a58c1cdb81], X-ECOMP-RequestID=[9d48295a-d74e-46c5-a06f-1374b1b78b3c], X-TransactionId=[], X-ONAP-RequestID=[9d48295a-d74e-46c5-a06f-1374b1b78b3c], Content-Type=[application/merge-patch+json]}
2022-04-16T06:22:37.272Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-16T06:22:38.179Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?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/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220416-06:22:36:692-74871], vertex-id=[155832], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:22:36 GMT], Content-Type=[application/json]}
2022-04-16T06:22:38.182Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:22:38.183Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|INFO|500||InvokeReturn
2022-04-16T06:22:38.188Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:22:38.189Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-04-16T06:22:38.203Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|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-04-16T06:22:38.206Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d48295a-d74e-46c5-a06f-1374b1b78b3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:22:38.208Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:22:38.209Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:38.212Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:38.213Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090158207,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:22:38.313Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:38.314Z||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-04-16T06:22:38.314Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:38.333Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:38.333Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-04-16T06:22:39.242Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:22:39.243Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"66b13391-0ecb-4004-a03f-0cc1f4d11580","serviceName":"basic_onboard_pfHBNC","serviceVersion":"1.0","serviceUUID":"0be0b377-5eaf-4f30-bd47-8bd04018fd96","serviceDescription":"service","serviceInvariantUUID":"e5132bfa-2adb-4109-b458-b577981280c7","resources":[{"resourceInstanceName":"basic_onboard_pfHBNC 0","resourceName":"basic_onboard_pfHBNC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9dd6cbd-d8fd-44a2-9800-8de8cb648da6","resourceInvariantUUID":"a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a","resourceCustomizationUUID":"c4c89304-bd95-4380-b746-548fee56347d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml","artifactChecksum":"ZmI3OTBhZTc2M2IxNDIxMDg3Mzg4MjU5ZTA3NTU0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5777f55-e1bb-4082-92bc-c762e5575402","artifactVersion":"1"},{"artifactName":"basic_onboard_pfhbnc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json","artifactChecksum":"NGE2ZjI3ZTMwYWRjNTgzOGJkMDc1N2I5NDY2NGY5NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac877036-6c1f-4226-bd7a-3f485ac50a38","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8511ba69-0cc6-408d-9d5d-ee86bab4836c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"720ef9fd-8287-4944-9c65-fcff116c65f3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"28145dc1-3575-4e99-9c67-e6ca4d6957ea","artifactVersion":"2","generatedFromUUID":"8511ba69-0cc6-408d-9d5d-ee86bab4836c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPfhbnc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml","artifactChecksum":"N2RlYzBhNTE0ZjRjZGU1NzhlMTQ5OWI2ZDM0NjhkNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93174ec8-6d94-4f86-9022-dd959ffec949","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPfhbnc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar","artifactChecksum":"NGM2ZmRhYTdiZWJmYTdjYzhmMTk3ODg4ZjBiYjRmNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b4a9f4-80e9-47a5-911c-0e666577abcb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:22:39.244Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:39.244Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:39.246Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:39.247Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:39.347Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:39.348Z||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-04-16T06:22:39.349Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:39.386Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:39.387Z||pool-19-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:40.247Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:40.249Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:40.252Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:40.252Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:22:40.352Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:40.353Z||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-04-16T06:22:40.354Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:40.373Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:40.374Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:41.263Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:41.264Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:41.267Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:41.267Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:22:41.368Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:41.369Z||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-04-16T06:22:41.369Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:41.410Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:41.411Z||pool-21-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:42.268Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:42.269Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:42.272Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:42.272Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:42.374Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-16T06:22:42.375Z||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-04-16T06:22:42.376Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:42.391Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:42.392Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:43.273Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:43.273Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:43.276Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:43.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-16T06:22:43.376Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:43.378Z||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-04-16T06:22:43.378Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:43.411Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:43.412Z||pool-23-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:44.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:44.278Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:44.281Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:44.282Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:22:44.382Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:44.383Z||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-04-16T06:22:44.384Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:44.433Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:44.434Z||pool-24-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:45.282Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:45.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:45.287Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:45.287Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:22:45.387Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:45.388Z||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-04-16T06:22:45.389Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:45.404Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:45.404Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:46.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"serviceName": "basic_onboard_pfHBNC",
"serviceVersion": "1.0",
"serviceUUID": "0be0b377-5eaf-4f30-bd47-8bd04018fd96",
"serviceDescription": "service",
"serviceInvariantUUID": "e5132bfa-2adb-4109-b458-b577981280c7",
"resources": [
{
"resourceInstanceName": "basic_onboard_pfHBNC 0",
"resourceCustomizationUUID": "c4c89304-bd95-4380-b746-548fee56347d",
"resourceName": "basic_onboard_pfHBNC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c9dd6cbd-d8fd-44a2-9800-8de8cb648da6",
"resourceInvariantUUID": "a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pfhbnc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"artifactChecksum": "NGE2ZjI3ZTMwYWRjNTgzOGJkMDc1N2I5NDY2NGY5NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac877036-6c1f-4226-bd7a-3f485ac50a38",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8511ba69-0cc6-408d-9d5d-ee86bab4836c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28145dc1-3575-4e99-9c67-e6ca4d6957ea",
"generatedFromUUID": "8511ba69-0cc6-408d-9d5d-ee86bab4836c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28145dc1-3575-4e99-9c67-e6ca4d6957ea",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPfhbnc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"artifactChecksum": "NGM2ZmRhYTdiZWJmYTdjYzhmMTk3ODg4ZjBiYjRmNTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60b4a9f4-80e9-47a5-911c-0e666577abcb"
}
],
"workloadContext": "Production"
}
2022-04-16T06:22:46.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:22:46.291Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0be0b377-5eaf-4f30-bd47-8bd04018fd96 ASDC
2022-04-16T06:22:46.291Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:66b13391-0ecb-4004-a03f-0cc1f4d11580
ServiceName:basic_onboard_pfHBNC
ServiceVersion:1.0
ServiceUUID:0be0b377-5eaf-4f30-bd47-8bd04018fd96
ServiceInvariantUUID:e5132bfa-2adb-4109-b458-b577981280c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPfhbnc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
ArtifactUUID:60b4a9f4-80e9-47a5-911c-0e666577abcb
ArtifactChecksum:NGM2ZmRhYTdiZWJmYTdjYzhmMTk3ODg4ZjBiYjRmNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pfHBNC 0
ResourceCustomizationUUID:c4c89304-bd95-4380-b746-548fee56347d
ResourceInvariantUUID:a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a
ResourceName:basic_onboard_pfHBNC
ResourceType:VF
ResourceUUID:c9dd6cbd-d8fd-44a2-9800-8de8cb648da6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pfhbnc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
ArtifactUUID:ac877036-6c1f-4226-bd7a-3f485ac50a38
ArtifactChecksum:NGE2ZjI3ZTMwYWRjNTgzOGJkMDc1N2I5NDY2NGY5NGE=
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/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8511ba69-0cc6-408d-9d5d-ee86bab4836c
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/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
ArtifactUUID:28145dc1-3575-4e99-9c67-e6ca4d6957ea
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/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
ArtifactUUID:28145dc1-3575-4e99-9c67-e6ca4d6957ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-16T06:22:46.291Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0be0b377-5eaf-4f30-bd47-8bd04018fd96 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-04-16T06:22:46.341Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60b4a9f4-80e9-47a5-911c-0e666577abcb from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:46.343Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:47.061Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:47.065Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar 60b4a9f4-80e9-47a5-911c-0e666577abcb 71566
2022-04-16T06:22:47.065Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar ASDC sendASDCNotification
2022-04-16T06:22:47.065Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:47.066Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:47.067Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:47.069Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:47.070Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090167065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:47.170Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:47.171Z||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-04-16T06:22:47.172Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:47.187Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:47.189Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:48.071Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:22:48.073Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:22:48.074Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 60b4a9f4-80e9-47a5-911c-0e666577abcb, URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.075Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.076Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.076Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.288Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2823426035681430750/Definitions/service-BasicOnboardPfhbnc-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-04-16T06:22:50.186Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pfHBNC 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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.190Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.190Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.190Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is not matching search criteria
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:50.196Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.196Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.196Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is not matching search criteria
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d37a072-90d7-4653-9e69-bc86bc4fa081
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:50.200Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.200Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pfHBNC
Description:service
Model UUID:0be0b377-5eaf-4f30-bd47-8bd04018fd96
Model Version:NULL
Model InvariantUuid:e5132bfa-2adb-4109-b458-b577981280c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pfHBNC
Model UUID:3a9466ae-30d0-485d-b212-870f3195ec2b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c4c89304-bd95-4380-b746-548fee56347d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9956ce8b-87b6-4c1b-9279-45f9d3a46890
ModelName:BasicOnboardPfhbnc..base_ubuntu18..module-0
ModelUuid:8f7a964e-8f67-4cb3-8835-bec44b083ff9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5d37a072-90d7-4653-9e69-bc86bc4fa081
ModelInvariantUuid:b15b3baa-91b3-41d0-ab62-85d6d634ef0b
ModelName:basic_onboard_pfHBNC-nodes.ubuntu18Cvfc
ModelUuid:d267da44-8883-4f1c-a159-b52c7c1f1888
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:210c1df4-46f4-492b-82e0-f6ba16e6359a
ModelInvariantUuid:6b703472-60d5-4bb2-b0ba-a88fc3fe59ed
ModelName:BasicOnboardPfhbnc.compute.nodes.heat.ubuntu18
ModelUuid:7312a8b2-827f-49b7-ac3a-e1a1d049a27b
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-04-16T06:22:50.210Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c9dd6cbd-d8fd-44a2-9800-8de8cb648da6
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-04-16T06:22:50.219Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||basic_onboard_pfHBNC 0
2022-04-16T06:22:50.219Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9dd6cbd-d8fd-44a2-9800-8de8cb648da6
2022-04-16T06:22:50.220Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac877036-6c1f-4226-bd7a-3f485ac50a38 from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:50.220Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:50.220Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:50.274Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json ac877036-6c1f-4226-bd7a-3f485ac50a38 798
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json ASDC sendASDCNotification
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:50.284Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:50.285Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090170275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:50.378Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-16T06:22:50.379Z||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-04-16T06:22:50.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:50.398Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:50.399Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:51.286Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPfhbnc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9956ce8b-87b6-4c1b-9279-45f9d3a46890",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8f7a964e-8f67-4cb3-8835-bec44b083ff9",
"vfModuleModelCustomizationUUID": "6f079c8e-f1d3-4c0a-9715-0626847f831c",
"isBase": true,
"artifacts": [
"8511ba69-0cc6-408d-9d5d-ee86bab4836c",
"28145dc1-3575-4e99-9c67-e6ca4d6957ea"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-16T06:22:51.292Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfhbnc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f7a964e-8f67-4cb3-8835-bec44b083ff9
VfModuleModelInvariantUUID:9956ce8b-87b6-4c1b-9279-45f9d3a46890
VfModuleModelDescription:NULL
Artifacts UUID List:{
8511ba69-0cc6-408d-9d5d-ee86bab4836c
,
28145dc1-3575-4e99-9c67-e6ca4d6957ea
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-16T06:22:51.294Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPfhbnc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9956ce8b-87b6-4c1b-9279-45f9d3a46890",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8f7a964e-8f67-4cb3-8835-bec44b083ff9",
"vfModuleModelCustomizationUUID": "6f079c8e-f1d3-4c0a-9715-0626847f831c",
"isBase": true,
"artifacts": [
"8511ba69-0cc6-408d-9d5d-ee86bab4836c",
"28145dc1-3575-4e99-9c67-e6ca4d6957ea"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-16T06:22:51.294Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfhbnc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f7a964e-8f67-4cb3-8835-bec44b083ff9
VfModuleModelInvariantUUID:9956ce8b-87b6-4c1b-9279-45f9d3a46890
VfModuleModelDescription:NULL
Artifacts UUID List:{
8511ba69-0cc6-408d-9d5d-ee86bab4836c
,
28145dc1-3575-4e99-9c67-e6ca4d6957ea
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-16T06:22:51.294Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8511ba69-0cc6-408d-9d5d-ee86bab4836c from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:51.295Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:51.295Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:51.484Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml 8511ba69-0cc6-408d-9d5d-ee86bab4836c 5033
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:51.487Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:51.489Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:51.489Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090171486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:51.589Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:51.591Z||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-04-16T06:22:51.591Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:51.607Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:51.608Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:22:52.490Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 28145dc1-3575-4e99-9c67-e6ca4d6957ea from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:52.491Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:52.491Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:52.769Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:52.769Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env 28145dc1-3575-4e99-9c67-e6ca4d6957ea 909
2022-04-16T06:22:52.770Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-16T06:22:52.770Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:52.770Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:52.771Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:52.773Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:52.773Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090172770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:22:52.873Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:52.875Z||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-04-16T06:22:52.875Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:52.908Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:52.909Z||pool-29-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:53.774Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0be0b377-5eaf-4f30-bd47-8bd04018fd96
2022-04-16T06:22:53.775Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pfHBNC 0 c9dd6cbd-d8fd-44a2-9800-8de8cb648da6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:22:53.815Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fcc9da6, org.onap.sdc.toscaparser.api.parameters.Input@4931807e, org.onap.sdc.toscaparser.api.parameters.Input@3f1cffcd, org.onap.sdc.toscaparser.api.parameters.Input@69d389c, org.onap.sdc.toscaparser.api.parameters.Input@3d07a444]
2022-04-16T06:22:53.818Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.819Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.819Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-16T06:22:53.820Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c4c89304-bd95-4380-b746-548fee56347d
2022-04-16T06:22:53.820Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4c89304-bd95-4380-b746-548fee56347d matches Tosca VF Customization UUID: c4c89304-bd95-4380-b746-548fee56347d
2022-04-16T06:22:53.821Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c4c89304-bd95-4380-b746-548fee56347d 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-04-16T06:22:53.826Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.827Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.828Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c4c89304-bd95-4380-b746-548fee56347d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-16T06:22:53.828Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f7c1ee3
2022-04-16T06:22:53.829Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.829Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:22:53.830Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f079c8e-f1d3-4c0a-9715-0626847f831c
2022-04-16T06:22:53.830Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f079c8e-f1d3-4c0a-9715-0626847f831c
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-04-16T06:22:53.836Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.837Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.837Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:53.839Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.840Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.841Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:53.841Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.842Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is not matching search criteria
2022-04-16T06:22:53.842Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-16T06:22:53.843Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-16T06:22:53.843Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d37a072-90d7-4653-9e69-bc86bc4fa081
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-04-16T06:22:53.849Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.851Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.852Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:53.853Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.854Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.855Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=c4c89304-bd95-4380-b746-548fee56347d
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-04-16T06:22:53.860Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.861Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.863Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0be0b377-5eaf-4f30-bd47-8bd04018fd96: basic_onboard_pfHBNC
2022-04-16T06:22:53.863Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.864Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.865Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.866Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.867Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.868Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.869Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.869Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.870Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:22:53.871Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.871Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_pfHBNC
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:22:53.998Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pfHBNC c9dd6cbd-d8fd-44a2-9800-8de8cb648da6 1 ASDC deployResourceStructure
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json ASDC sendASDCNotification
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:54.001Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:54.002Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090173998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:54.102Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:54.103Z||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-04-16T06:22:54.103Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:54.123Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:54.123Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:22:55.003Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-16T06:22:55.003Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:55.003Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:55.004Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:55.006Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:55.006Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090175003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:55.107Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:55.108Z||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-04-16T06:22:55.110Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:55.130Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:55.131Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:56.008Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-16T06:22:56.008Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:56.008Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:56.009Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:56.011Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:56.012Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090176008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:56.112Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:56.113Z||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-04-16T06:22:56.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:56.130Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:56.131Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:57.013Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar ASDC sendASDCNotification
2022-04-16T06:22:57.014Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:57.014Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:57.014Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:57.017Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:57.018Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090177013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:22:57.118Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:57.121Z||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-04-16T06:22:57.121Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:57.154Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:22:57.155Z||pool-33-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:58.019Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580
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-04-16T06:22:58.033Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580
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-04-16T06:22:58.040Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:22:58.040Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:22:58.042Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-16T06:22:58.042Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:22:58.052Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:23:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:23:21.847Z||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-04-16T06:23:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:22.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:22.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090158207,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:23:22.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650089901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090167065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090170275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090171486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090172770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090173998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090175003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090176008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090177013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:28.053Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:23:28.061Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580 and serviceModelVersionId: 0be0b377-5eaf-4f30-bd47-8bd04018fd96
2022-04-16T06:23:28.061Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5132bfa-2adb-4109-b458-b577981280c7
2022-04-16T06:23:28.063Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0
2022-04-16T06:23:28.071Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:23:28.151Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|INFO|500||Invoke
2022-04-16T06:23:28.152Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66b13391-0ecb-4004-a03f-0cc1f4d11580], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c6eb138-d3a0-420f-bdbc-971e7ea7be1b], X-ECOMP-RequestID=[66b13391-0ecb-4004-a03f-0cc1f4d11580], X-TransactionId=[], X-ONAP-RequestID=[66b13391-0ecb-4004-a03f-0cc1f4d11580], Content-Type=[application/merge-patch+json]}
2022-04-16T06:23:28.206Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-16T06:23:28.571Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?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/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220416-06:23:27:613-18966], vertex-id=[253984], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:23:27 GMT], Content-Type=[application/json]}
2022-04-16T06:23:28.571Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:23:28.572Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|INFO|500||InvokeReturn
2022-04-16T06:23:28.573Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:23:28.574Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:23:28.582Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:23:28.583Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66b13391-0ecb-4004-a03f-0cc1f4d11580 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:23:28.583Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:23:28.583Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:28.586Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:28.587Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090208583,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:23:28.687Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:28.688Z||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-04-16T06:23:28.688Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:28.709Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:28.710Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-04-16T06:23:29.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:23:29.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:23:29.608Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:33.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:33.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-16T06:23:33.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3940732e-3197-4f08-ac5c-855df5461a95","serviceName":"vFW 2022-04-16 06-19-34","serviceVersion":"1.0","serviceUUID":"399df0b7-1455-47aa-95d9-67e4431123d5","serviceDescription":"catalog service description","serviceInvariantUUID":"24476d52-2c53-4458-bd15-36a364d9ab8c","resources":[{"resourceInstanceName":"vFW 6b63534e-85be 0","resourceName":"vFW 6b63534e-85be","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71096273-2876-4493-bfc4-c4a8210d04fd","resourceInvariantUUID":"fae675a0-7c01-42d3-9853-ed5923288c1b","resourceCustomizationUUID":"bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml","artifactChecksum":"MjkwMzk1MGU0YjNmMzhlZDcyMjllZjU5OGU5OTg2ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b958446-ef2e-40ed-944f-f4ea361bea5e","artifactVersion":"1"},{"artifactName":"vfw6b63534e85be0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json","artifactChecksum":"M2IxYTE4MjdiNzZkMTM1NTE2MTk3MDRmNmY5OGQ4NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"958d557b-379b-43c0-8e21-10ce40c36c29","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"992e7d9d-9589-404a-b221-637be8c9a4a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml","artifactChecksum":"NjJjNDNlYjVkMzI3ZWJkZjBmNWE2MDBiYzUxMTI3YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf3c42fc-929e-4121-acc5-0c0dee48ef0a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bd5727f-f8dd-418c-a84b-aadc1e567048","artifactVersion":"2","generatedFromUUID":"992e7d9d-9589-404a-b221-637be8c9a4a0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220416061934-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml","artifactChecksum":"NTk5OTgxY2Q1ZWU5MGY5ODBkOTlkYjgxZGFjYzI2MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65ae9787-6c80-4d05-8ef9-a9fdbc354b7b","artifactVersion":"1"},{"artifactName":"service-Vfw20220416061934-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar","artifactChecksum":"YTM1YTEzZTdjNzdlNzc2YTM1YzIzZmIxMDJkY2M2NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9248b93-3ad4-479d-9c69-7acc0bbe2445","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:23:33.974Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:33.975Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:33.977Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:33.977Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:23:34.078Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:34.079Z||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-04-16T06:23:34.079Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:34.107Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:34.109Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:34.978Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:34.980Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:34.982Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:34.983Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "NOTIFIED"
}
2022-04-16T06:23:35.083Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:35.084Z||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-04-16T06:23:35.084Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:35.105Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:35.106Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:35.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:35.984Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:35.989Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:35.989Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-16T06:23:36.089Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:36.090Z||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-04-16T06:23:36.090Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:36.110Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:36.112Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:36.990Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:36.991Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:36.993Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:36.993Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:23:37.093Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:37.095Z||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-04-16T06:23:37.095Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:37.119Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:37.120Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:37.994Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:37.995Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:37.999Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:37.999Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-16T06:23:38.099Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:38.100Z||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-04-16T06:23:38.100Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:38.124Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:38.125Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:39.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:39.001Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:39.003Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:39.004Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-16T06:23:39.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:23:39.105Z||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-04-16T06:23:39.106Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:39.130Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:39.131Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:40.004Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:40.005Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:40.008Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:40.008Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090209606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "NOTIFIED"
}
2022-04-16T06:23:40.111Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-16T06:23:40.113Z||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-04-16T06:23:40.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:40.130Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:40.130Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:23:41.010Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"serviceName": "vFW 2022-04-16 06-19-34",
"serviceVersion": "1.0",
"serviceUUID": "399df0b7-1455-47aa-95d9-67e4431123d5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "24476d52-2c53-4458-bd15-36a364d9ab8c",
"resources": [
{
"resourceInstanceName": "vFW 6b63534e-85be 0",
"resourceCustomizationUUID": "bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34",
"resourceName": "vFW 6b63534e-85be",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "71096273-2876-4493-bfc4-c4a8210d04fd",
"resourceInvariantUUID": "fae675a0-7c01-42d3-9853-ed5923288c1b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6b63534e85be0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"artifactChecksum": "M2IxYTE4MjdiNzZkMTM1NTE2MTk3MDRmNmY5OGQ4NTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "958d557b-379b-43c0-8e21-10ce40c36c29",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "992e7d9d-9589-404a-b221-637be8c9a4a0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2bd5727f-f8dd-418c-a84b-aadc1e567048",
"generatedFromUUID": "992e7d9d-9589-404a-b221-637be8c9a4a0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2bd5727f-f8dd-418c-a84b-aadc1e567048",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220416061934-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"artifactChecksum": "YTM1YTEzZTdjNzdlNzc2YTM1YzIzZmIxMDJkY2M2NTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c9248b93-3ad4-479d-9c69-7acc0bbe2445"
}
],
"workloadContext": "Production"
}
2022-04-16T06:23:41.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:23:41.010Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 399df0b7-1455-47aa-95d9-67e4431123d5 ASDC
2022-04-16T06:23:41.011Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3940732e-3197-4f08-ac5c-855df5461a95
ServiceName:vFW 2022-04-16 06-19-34
ServiceVersion:1.0
ServiceUUID:399df0b7-1455-47aa-95d9-67e4431123d5
ServiceInvariantUUID:24476d52-2c53-4458-bd15-36a364d9ab8c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220416061934-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
ArtifactUUID:c9248b93-3ad4-479d-9c69-7acc0bbe2445
ArtifactChecksum:YTM1YTEzZTdjNzdlNzc2YTM1YzIzZmIxMDJkY2M2NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b63534e-85be 0
ResourceCustomizationUUID:bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
ResourceInvariantUUID:fae675a0-7c01-42d3-9853-ed5923288c1b
ResourceName:vFW 6b63534e-85be
ResourceType:VF
ResourceUUID:71096273-2876-4493-bfc4-c4a8210d04fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b63534e85be0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
ArtifactUUID:958d557b-379b-43c0-8e21-10ce40c36c29
ArtifactChecksum:M2IxYTE4MjdiNzZkMTM1NTE2MTk3MDRmNmY5OGQ4NTM=
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/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
ArtifactUUID:992e7d9d-9589-404a-b221-637be8c9a4a0
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/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
ArtifactUUID:2bd5727f-f8dd-418c-a84b-aadc1e567048
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/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
ArtifactUUID:2bd5727f-f8dd-418c-a84b-aadc1e567048
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-16T06:23:41.011Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 399df0b7-1455-47aa-95d9-67e4431123d5 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-04-16T06:23:41.047Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9248b93-3ad4-479d-9c69-7acc0bbe2445 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:41.049Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:41.573Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:41.580Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar c9248b93-3ad4-479d-9c69-7acc0bbe2445 98968
2022-04-16T06:23:41.581Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar ASDC sendASDCNotification
2022-04-16T06:23:41.581Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:41.581Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:41.582Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:41.584Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:41.585Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090221581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:41.685Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:41.686Z||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-04-16T06:23:41.686Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:41.703Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:41.704Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:42.585Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:23:42.587Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-16T06:23:42.587Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c9248b93-3ad4-479d-9c69-7acc0bbe2445, URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar to file: /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.588Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.588Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.589Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.840Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16744017176233267936/Definitions/service-Vfw20220416061934-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-04-16T06:23:45.661Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b63534e-85be 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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-16T06:23:45.667Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.667Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.667Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.668Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-16T06:23:45.668Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-16T06:23:45.670Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:23:45.670Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.671Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.671Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.671Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.672Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.672Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:45.672Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:23:45.676Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.676Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.676Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.678Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.678Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:45.678Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:45.681Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.681Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:45.681Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.682Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcf0bc10-cd30-4671-a70e-3ddd30ee6b60
2022-04-16T06:23:45.682Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.682Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e9cddd23-3e41-4a96-92ba-2bb3e3baece2
2022-04-16T06:23:45.686Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.686Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.686Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4b4387fb-20c3-49aa-92a1-ba359ed391c3
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.690Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.690Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.691Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.691Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.691Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:45.692Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.692Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-16 06-19-34
Description:catalog service description
Model UUID:399df0b7-1455-47aa-95d9-67e4431123d5
Model Version:NULL
Model InvariantUuid:24476d52-2c53-4458-bd15-36a364d9ab8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6b63534e-85be
Model UUID:4da24c13-4fcc-4a0e-9ac8-869c84e691e4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fae675a0-7c01-42d3-9853-ed5923288c1b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f
ModelName:Vfw6b63534e85be..base_vfw..module-0
ModelUuid:3adebed2-5cb5-4400-af8f-341b6cf47539
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bcf0bc10-cd30-4671-a70e-3ddd30ee6b60
ModelInvariantUuid:d92e503c-aa79-4323-b8da-6558c2afe4fb
ModelName:vFW 6b63534e-85be-nodes.vfwCvfc
ModelUuid:a7803486-39c0-4540-bd66-b7cd81163aba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ffa0f741-8769-40a2-b90c-06ea26b1e775
ModelInvariantUuid:ea7a0995-8a36-4a1c-bc58-92ac7e88da1e
ModelName:Vfw6b63534e85be.compute.nodes.heat.vfw
ModelUuid:9b790051-6b98-4c15-b857-c5d1305910e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e9cddd23-3e41-4a96-92ba-2bb3e3baece2
ModelInvariantUuid:07c69e71-652b-46c8-9300-655e6ce48d9e
ModelName:vFW 6b63534e-85be-nodes.vsnCvfc
ModelUuid:763fda50-a6fd-42eb-af48-022ce5340782
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:74f99c9c-8226-4f78-95db-e41edeca9566
ModelInvariantUuid:3831f925-d904-4d95-b088-e7ca2643b500
ModelName:Vfw6b63534e85be.compute.nodes.heat.vsn
ModelUuid:6da4fd10-156e-4cd7-a81b-9ee84801322f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4b4387fb-20c3-49aa-92a1-ba359ed391c3
ModelInvariantUuid:48304144-d998-4f43-9ecd-cd45b02e06e9
ModelName:vFW 6b63534e-85be-nodes.vpgCvfc
ModelUuid:605d3e14-d92c-4d7b-b4f1-d47e0f9399ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0942d543-5a36-497c-814b-04a806d1f3b6
ModelInvariantUuid:5240c604-9208-4cb5-b74e-b5424eb47d8d
ModelName:Vfw6b63534e85be.compute.nodes.heat.vpg
ModelUuid:8a196105-3cab-4bd8-911c-4331516f2cb4
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-04-16T06:23:45.703Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 71096273-2876-4493-bfc4-c4a8210d04fd
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-04-16T06:23:45.706Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||vFW 6b63534e-85be 0
2022-04-16T06:23:45.707Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71096273-2876-4493-bfc4-c4a8210d04fd
2022-04-16T06:23:45.707Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 958d557b-379b-43c0-8e21-10ce40c36c29 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:45.707Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:45.708Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:46.155Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:46.156Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json 958d557b-379b-43c0-8e21-10ce40c36c29 785
2022-04-16T06:23:46.156Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json ASDC sendASDCNotification
2022-04-16T06:23:46.157Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:46.157Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:46.157Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:46.160Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:46.161Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090226156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:46.261Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:23:46.262Z||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-04-16T06:23:46.262Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:46.288Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:46.289Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:47.163Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b63534e85be..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3adebed2-5cb5-4400-af8f-341b6cf47539",
"vfModuleModelCustomizationUUID": "7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a",
"isBase": true,
"artifacts": [
"992e7d9d-9589-404a-b221-637be8c9a4a0",
"2bd5727f-f8dd-418c-a84b-aadc1e567048"
],
"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-04-16T06:23:47.169Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b63534e85be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3adebed2-5cb5-4400-af8f-341b6cf47539
VfModuleModelInvariantUUID:1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
992e7d9d-9589-404a-b221-637be8c9a4a0
,
2bd5727f-f8dd-418c-a84b-aadc1e567048
}
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-04-16T06:23:47.172Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b63534e85be..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3adebed2-5cb5-4400-af8f-341b6cf47539",
"vfModuleModelCustomizationUUID": "7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a",
"isBase": true,
"artifacts": [
"992e7d9d-9589-404a-b221-637be8c9a4a0",
"2bd5727f-f8dd-418c-a84b-aadc1e567048"
],
"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-04-16T06:23:47.173Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b63534e85be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3adebed2-5cb5-4400-af8f-341b6cf47539
VfModuleModelInvariantUUID:1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
992e7d9d-9589-404a-b221-637be8c9a4a0
,
2bd5727f-f8dd-418c-a84b-aadc1e567048
}
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-04-16T06:23:47.174Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 992e7d9d-9589-404a-b221-637be8c9a4a0 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:47.174Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:47.175Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:47.470Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml 992e7d9d-9589-404a-b221-637be8c9a4a0 20368
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:47.473Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:47.475Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:47.476Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090227472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:47.576Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:47.577Z||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-04-16T06:23:47.577Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:47.599Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:47.600Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:23:48.477Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2bd5727f-f8dd-418c-a84b-aadc1e567048 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:48.478Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:48.478Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:48.765Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:48.765Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env 2bd5727f-f8dd-418c-a84b-aadc1e567048 2098
2022-04-16T06:23:48.766Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:23:48.766Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:48.766Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:48.767Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:48.769Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:48.770Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650090228766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-16T06:23:48.870Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:48.871Z||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-04-16T06:23:48.871Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:48.893Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-16T06:23:48.894Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:49.770Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 399df0b7-1455-47aa-95d9-67e4431123d5
2022-04-16T06:23:49.772Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b63534e-85be 0 71096273-2876-4493-bfc4-c4a8210d04fd 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-04-16T06:23:49.829Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2108165b, org.onap.sdc.toscaparser.api.parameters.Input@729efc4e, org.onap.sdc.toscaparser.api.parameters.Input@74946e2e, org.onap.sdc.toscaparser.api.parameters.Input@19185a04, org.onap.sdc.toscaparser.api.parameters.Input@78c32db2]
2022-04-16T06:23:49.831Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.831Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.831Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-16T06:23:49.832Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
2022-04-16T06:23:49.832Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34 matches Tosca VF Customization UUID: bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
2022-04-16T06:23:49.832Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34 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-04-16T06:23:49.836Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.836Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34: {\"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-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@719b91d0
2022-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:23:49.839Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a
2022-04-16T06:23:49.839Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a
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-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:49.847Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.847Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcf0bc10-cd30-4671-a70e-3ddd30ee6b60
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-04-16T06:23:49.850Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-16T06:23:49.850Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.851Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.851Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery